-
Notifications
You must be signed in to change notification settings - Fork 1
VLC add-on that provides the ability to play YouTube playlists.
License
S-NA/youtube-playlist-vlc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Linux: Prerequisites: VLC, youtube-dl Pseudocode to install: echo $XDG_DATA_HOME # this returns a path or nothing if nothing path = $HOME/.local/share else path = $XDG_DATA_HOME cd path/vlc # if the directory lua does not exist mkdir lua cd lua mkdir modules mkdir playlist # repo is the git repository cp repo/modules/json.lua lua/modules/json.lua # you will need to modify the template by hand cp repo/playlist/template_youtube-dl.lua lua/playlist/youtube-dl.lua OR See the python script. Windows: See the python script.
About
VLC add-on that provides the ability to play YouTube playlists.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published