I think ultimately you are requesting an app that is used for something specific, like a physical camera booth or a live-feed for photos at a party, and this is slightly beyond the scope of a file browser. Ultimately, many of these auto-refresh options just aren't available, because Files Gallery is meant to be navigated by a user. "Live broadcast" is not really a term that makes sense for Files Gallery, but I can keep it in mind of course.
kosonowski popup - launches the first file in the list in zoom mode
autoplay - automatic slideshow after loading
Sure. But is there any reason they can't be configuration options instead of url parameters? Is it because you only want to assign these options sometimes, and otherwise have the gallery work normally? Also, for popup
after the page reloads, it would always start on the first image, which means it might never get to the last image if it keeps refreshing? I guess this would not be a problem with "shuffle" sort, but it's definitely not an elegant solution.
It's not really an elegant solution for browsing, but perhaps it would work if using like a booth or live photos feed. If we keep reloading the browser and the current image was removed for example, it would create an error. For now, you would simply need to refresh the browser at intervals by some simple Javascript.
kosonowski shuffle - random playback in the slideshow
You can already assign shuffle in the config sort option. Any reason this option needs to be in the url?
kosonowski I'm not a programmer, just stating what I need. It's supposed to work on such also that I run the show on the TV at a party where I take pictures and they are included on the TV after a while.
I understand this. Keep in mind Files Gallery is primarily a useful, interactive file browser. Using it to live stream photos is slightly beyond the scope.
Thanks for the feedback, something to consider. For now, you can create a simple javascript that reloads the current photo after specific intervals, and maybe trigger the "play" button programmatically. Shuffle is already an option.