-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
loading playlist .m3u8 with mpc does not work #24
Comments
Yeah, you can just change the URL from "https://music.youtube.com/playlist?list=XXXXX" to "ytmusic:playlist:XXXXX". Then you can add that url via a web frontend or from mpc as "mpc add ytmusic:playlist:XXXXX" |
Great, the "mpc add ytmusic: playlist: XXXXX" method works perfectly ! |
perfect, many thanks! |
for some reason this only works for me if tracks/playlists are already cached, or at least were searched for before through the webfrontend. otherwise mpc fails with "directory or file not found". iris is able to recognise tracks i searched for before, in the way that the tracks title and artist appear instead of "ytmusic:track:xxxx" in the addlist (i am using iris) but is not able to actually add the track to the playlist either. did that actually ever work and is it maybe just not working because the yt-api changed? |
Hi !
I would like to load my playlist through the "mpc load playlist" command.
Mopidy cannot play the "saved" playlist in m3u8 format; it is possible to play the playlist only through the "musicbox" graphic interface by manually selecting the playlist that appears on the network, and not the one saved in m3u8 format.
Is it possible to start the playlist "on the net" through the command line?
Perhaps using the "public" link that distinguishes that specific playlist (eg. https://music.youtube.com/playlist?list=xxx_xxx_xxx)
Thanks for your help
The text was updated successfully, but these errors were encountered: