Description: Slight modified version of YouTube Channel Feed by roland1 ( https://www.opendesktop.org/p/1412578 )
YouTube Playlist Feed Playlist Parser
Playlist Parser for Youtube Playlist Feeds of the form https://www.youtube.com/feeds/videos.xml?playlist_id=HERE_GOES_THE_PLAYLIST_ID Requires a WORKING youtube playlist parser (tested with https://raw.githubusercontent.com/videolan/vlc/master/share/lua/playlist/youtube.lua).
INSTALLATION: Put the youtube_playlist_feed.lua file into (Create directory if it does not exist):
* Windows (all users): %ProgramFiles%\VideoLAN\VLC\lua\playlist\ * Windows (current user): %APPDATA%\VLC\lua\playlist\ * Linux (all users): /usr/lib/vlc/lua/playlist/ * Linux (current user): ~/.local/share/vlc/lua/playlist/ * Mac OS X (all users): /Applications/VLC.app/Contents/MacOS/share/lua/playlist/ * Mac OS X (current user): /Users/%your_name%/Library/Application Support/org.videolan.vlc/lua/playlist/
There is also a helper extension append_yt_pl_feed.lua to get You started to build up a Playlist Feed.
Put the append_yt_pl_feed.lua file into (Create directory if it does not exist):
* Windows (all users): %ProgramFiles%\VideoLAN\VLC\lua\extensions\ * Windows (current user): %APPDATA%\VLC\lua\extensions\ * Linux (all users): /usr/lib/vlc/lua/extensions/ * Linux (current user): ~/.local/share/vlc/lua/extensions/ * Mac OS X (all users): /Applications/VLC.app/Contents/MacOS/share/lua/extensions/ * Mac OS X (current user): /Users/%your_name%/Library/Application Support/org.videolan.vlc/lua/extensions/
Out of 42 positions, only 14 shows, but this is also not bad
By the way, I used both this version of youtube.lua and yours. They differ in weight, but they work the same way like
https://code.videolan.org/videolan/vlc/-/blob/2d28ffb7ab74725286a6f75046a8acbedd4a1208/share/lua/playlist/youtube.lua
Ratings & Comments
2 Comments
Out of 42 positions, only 14 shows, but this is also not bad By the way, I used both this version of youtube.lua and yours. They differ in weight, but they work the same way like https://code.videolan.org/videolan/vlc/-/blob/2d28ffb7ab74725286a6f75046a8acbedd4a1208/share/lua/playlist/youtube.lua
10 10 the best