nuclear icon indicating copy to clipboard operation
nuclear copied to clipboard

[Feature Request] Get playlist as a Youtube URL

Open CubeGame opened this issue 3 years ago • 0 comments

Youtube lets you create playlists out of lists of video IDs like so (without needing an account):
https://www.youtube.com/watch_videos?video_ids=jNQXAC9IVRw,dQw4w9WgXcQ,bcoPG0oSqPI
Apparently this has a limit of 50 (although I quickly tested this and it was 40 for me).
Which then turns into https://www.youtube.com/watch?v=jNQXAC9IVRw&list=TLGGenSLanBGVuwyMjEyMjAyMQ
The playlist ID seems to be consistent.

Nuclear could take the youtube video ids for the songs in a playlist and turn them into one of these youtube playlists.
Perhaps the YT API could be used instead or to add videos about the limit.

CubeGame avatar Dec 22 '21 10:12 CubeGame