
YouTube Channel Feed
Original
VLC Playlist Parsers channel playlist youtube
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
YouTube Channel Feed Playlist Parser
Playlist Parser for Youtube Channel Feeds of the form
https://www.youtube.com/feeds/videos.xml?channel_id=HERE_GOES_THE_CHANNEL_ID
Requires a WORKING youtube playlist parser
(tested with https://raw.githubusercontent.com/videolan/vlc/master/share/lua/playlist/youtube.lua).
INSTALLATION:
Put the .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 a helper extension append_yt_ch_feed.lua to get You started to build up a Channel Feed Playlist.
INSTALLATION:
Put the .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/
joren0001
3 months ago
Report