-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Auto-play option for playlists should be seperated between Youtube playlists and local playlists #70
Comments
Doesn't this feature fulfill that usecase? FreeTube_CKp2OQLkq8.mp4Edit: Oh lol nvm that doesnt fulfill the usecase because the user has to enable this on every vid |
Well the problem is that I would like to:
Last time I checked these options were combined and they should IMHO be seperate. |
Summoning @jasonhenriquez for thoughts if something like this make sense to implement |
It makes sense to me as a user because I use Favorites as a grab bag, but remote playlists are generally intended to be episodic and/or binged. That's pretty specific / contextual to the way that I use things, though, so I dunno. |
We can maybe just show an autoplay toggle and let the user decide what to do with it, doesnt matter what kind of playlist. So if user decides to togglle it for remote it will be enabled until user decides to turn it off. If user decides to watch a local created playlist and autoplay is enabled, they only have to disable it once. Just like how our autoplay works at the moment when you're watching normal vids |
Yeah, I agree, this is probably better handled by an inline autoplay toggle in the media player. Only minor implementation note I have to add is that it should set both playlist autoplay and regular autoplay to disabled when disabled while watching a playlist. |
I don't know if I understand that correctly, but if the global setting ist changed via a toggle in every video, I don't like that. |
Closing as this can be solved by implementing FreeTubeApp#1181 and FreeTubeApp#2295 |
Not really as that would mean that I have to set things every time, but I would like to set things once for these types of playlists. |
I would add on FreeTubeApp#1996 as an alternative as well. The idea for this one is that there are arbitrarily many different contexts in which someone would want a setting enabled versus disabled. Instead of having multiple different sub-settings per any possible context, the user can switch to a profile for their preferred viewing context. |
Guidelines
Problem Description
It seems that the local playlists also have auto-play enabled when the option is active.
Proposed Solution
I think there should be an additional seperate option for local playlists, because at least I would like to disable it for local playlists, but enable it for youtube playlists.
Alternatives Considered
Issue Labels
new optional setting
Additional Information
No response
The text was updated successfully, but these errors were encountered: