
Youtube playlist
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This playlist parser parses Youtube playlist links in format 'http://www.youtube.com/playlist?list=...'.
To get to the playlist page from a channel you must start playing the first video in the playlist and then click on the video's title.
Now you're on the normal youtube view with playlist bar on the bottom. To get to the playlist page you have to click on the playlist's name on the playlist bar.
Open the playlist page's url in VLC and it should automatically populate your VLC's playlist with the youtube videos.
vlcaddonsrule
7 years ago
I was able to look through the YouTube API, and it seems the URL to get the most recent videos from a Username is: http://www.youtube.com/embed?listType=user_uploads&list=USERNAME
The API URL is slightly different from the URL in your code, but I thought there might be a way..
Thanks again!
Report
vlandy123
9 years ago
It would be GREAT to snatch up YouTube playlists and play them in vlc (so i can speed up, slow down, add audio compression and eq etc. etc. I am already doing this, but having to cut and paste individual videos into vlc play list one at a time.
I had Fortran years ago, and this and that computer programming but nothing very profound (except internet, old dos, ms office, oh and I had some autocad and batch/script programming -- and a long time go, a bit of assembly programming).
thanks!
Report
vlandy123
9 years ago
sorry to bother all you experienced professional programmers.
I just now, noticed, "licensed to BSD." i think this means will not work under Windows 7 ?
Er, well, If someone knows how, if you could please comment!
Would be much appreciated!!
Report
exebetche
8 years ago
No, "BSD lisence" means it's a free software that you can use, copy, share freely.
This playlist parser doesn't work anymore (for the playlists I tried anyway) because Youtube change the way they manage playlists on the website.
I wrote an other YouTube Playlist parser (called "YouTube Playlist importer") that you can find in this section. It seems to work great so far.
All the installation/usage instructions are mentioned on the download page.
Regards,
Report
gbc921
9 years ago
~/.local/share/vlc/lua/playlist/
(Create the folder if its doesn't exists. The script must be inside playlist folder, with this name also).
By the way, very useful extension.
Sincerely,
Report
whatrevolution
9 years ago
This is not the fault of this addon.
Report