recloudstream / cloudstream

Android app for streaming and downloading media.
GNU General Public License v3.0
6.52k stars 522 forks source link

Add option to disable AUTOPLAY #1315

Open ChristianWaits opened 2 weeks ago

ChristianWaits commented 2 weeks ago

On Android TV would be better to have autoplay disabled.

In other apps like Stremio, when you click on a certain movie, you are first presented a screen where all your installed addons show all fetched links for that movie. So you can navigate through them and select the one of your preference (maybe a torrent or an online stream, etc). Once you click on a particular link, the player opens and the movie begins.

In Cloudstream things are a little different. First you have to choose the plugin and you open a movie in that particular plugin. But you don't see the different links that plugin fetches until the player is open and the movie already started (or at least is trying to start). That causes problems: Some plugins fetch 20 or more links, and 20 subtitles as well. That takes a considerable amount of time (30 secs-1 min.) until ALL the links and subtitles are fetched. But at the same time, the player is trying to play the first link, which many times is a 4k link, stressing the app and causing frequent crashings. I state that I'm using Cloudstream ONLY on Android TV (on a Philips TV). As you know, Tvs have less ram memory and CPU capacity than phones and are much likely to crash when they are forced to do several tasks at the same time. To make things worse, many times the first link returns an error of "time out" and the player AUTOMATICALLY tries to start playing the second one. But on occasions the first link in the background finally finishes to load and the audio starts, without the image (as the player is already trying to play another link). The only way to exit from that is stopping app completely, delete cache and restart.

All of that could be easily avoided if there was an OPTION in Settings-Player to turn AUTOPLAY ON or OFF at user preference. So in my case and probably for all those who run Cloudstream in non-powerful devices, the best choice would be to turn autoplay off. So when I click "Play" on a particular movie, the following should happen: The player launches and the plugin starts to load all the streams and subtitles it can fetch, WITHOUT TRYING TO START PLAYING ANYTHING. I gladly wait 30 secs. for that process to finish, and then clicking on "Sources" I could navigate through all the available links and choose the one of my preference, then on the right column I select the subtitle I want, and finally click on "Apply" and only then the movie starts to play.

That autoplay on-off feature would be a simple but huge improvement, at least for TV version.

Acknowledgements

recloudstream[bot] commented 2 weeks ago

Hello ChristianWaits. Please do not report any provider bugs here. This repository does not contain any providers. Please find the appropriate repository and report your issue there or join the discord.

Found provider name: Stremio

CranberrySoup commented 2 weeks ago

You can order how sources are prioritized and loaded. If 4k crashes your TV then just make that the lowest priority and it will never auto load 4k videos (unless there only are 4k videos). This system also lets you auto play once a certain quality or source is loaded.

Click the gear button next to "Profile 1" in the sources menu.

ChristianWaits commented 2 weeks ago

I understand. And I know how the Profile configuration works. I have it already well configurated. But depending on the plugin, that settings not always take effect. Even the "Skip loading" popup is sometimes useless, since even if you click on it, some plugins keep loading all the links and subtitles anyway. 4k doesn't crash my Tv, in fact I use Cloudstream to play 4k whenever it's available. What crashes TV is the player trying to play a link and fail, then automatically it goes to a second link, that may also fail and at the same time the plugin keeps loading several other links and subtitles. On occasions the first link finally starts when the second one is trying to play and that is a complete mess. That's when Tv crashes. Even if it didn't crash and everything went well and a movie finally started playing, 90% of times it's not the link I would have chosen if I could have seen all the list first. Not to mention subtitles. I have it well configured also to choose subtitles in my language in the first order, but some plugins/sources don't pay attention to that and autoselect a persian subtitle or something like that.

So, even if the autoplay worked, I have to pause, go to Sources and re-select both stream and subtitle. So the whole autoplay thing was just a pain and a waste of time.

As I said it would be best if the plugin could load all its sources, without trying to play anything. And when loading sources process ends, the users could select the link and subtitle of their preference and finally click play for the movie to begin. I'm not saying that the autoplay disabled should be mandatory, those who prefer things like they are now, won't have to modify anything. I'm just asking for AN OPTION to set autoplay on or off at user preference. What would be the problem to add such an option that would give users more configuration power?