-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Start YouTube Mix from inside NewPipe #3583
Comments
I second this, I would like to have this feature, too. I don't think having a scrollable bar would be a good UI, so I'd say it would be better to add it just below the next video. |
@Stypox: All videos and channels have a mix, and Music videos/songs have a Music mix as well. Channel mixes are RDCM + channel ID, video mixes are RD + video ID, and Music mixes are RDAMVM + Music video/song ID. My mixes also exist, but I'm not sure what they are. I suggest adding a |
I know mixes can always be generated using the base urls and the video id, but YouTube not always shows "Mix" playlists on the right. It would not be useful to show a mix for a video which is not music. |
@Stypox: If you want YouTube's behavior exactly, you should make the next videos list use a |
That would be a good-ui solution, too |
Any update on this? |
I have no plans so far for this. Even though I implemented the extractor for mixes, now I don't really need that feature anymore. A new UI solution is also needed since the proposed UI-solution from @wb9688 doesn't work anymore since the 3dot menu doesn't exist anymore.
Another idea would be to add buttons after #4534 is merged. I haven't looked at it too closely, but i hope that its dynamic. Meaning if more buttons get added it will expand into new rows if necessary. This would cover video mixes. |
I would recommend carving out the channel mixes out from here and only implement "normal" mixes first. The discussion about how to handle them can also be moved into a seperate issue |
Ok, good idea. Another two questions:
|
class Mix {
static String YOUTUBE_MIX = "youtube_mix";
String type;
String url;
} But non the less I would take the What could also be done is |
I like the |
Describe the feature you want
Start a YouTube (music) mix from the video details screen
Is your feature request related to a problem? Please describe it
With TeamNewPipe/NewPipeExtractor#280 coming soon ™, i want to be able to start them from NewPipe. Currently i have to share them from the YouTube App to my debug build version and save the playlist.
Related Issue for youtube music mix; #3250
Additional context
I am willing to implement it myself, but i want to get suggestions for the UI.I also want to know if this is possible/wanted, since it is a youtube only feature
Possible would be:
How will you/everyone benefit from this feature?
Allow user to get an easily accessible "radio" feature for YouTube
The text was updated successfully, but these errors were encountered: