Stream your YouTube playlist in VLC behind the scenes from the command line.
YouTube Data V3 API Key
64-bit VLC Media Player
64-bit Python 3.8
This project has only been tested on Windows 10.
pip install git+https://github.com/hillt03/VLCYT
Be sure to include quotes around arguments.
python -m vlcyt ["<youtube_playlist_url>" -a "<YouTube V3 API Key>" -v "<VLC Install directory>" ]
If you have VLC installed and get a FileNotFound Error, use the -v
switch to include the path to your VLC install directory. Otherwise, don't forget to install VLC (64-bit). VLCYT will look for VLC in C:\Program Files\VideoLAN\VLC
by default.
After running for the first time, you can then simply enter python -m vlcyt
and the last playlist you passed in will begin playing.
VLCYT user data (playlist url, API key, and VLC directory) is stored in %APPDATA%\Local\VLCYT.
python -m vlcyt "https://www.youtube.com/watch?v=8jrN6Kz2XbU&list=PLPVigFOpn3YjTdJ3-hIILmeP3jsjXntOU&index=1" -a "EXAMPLEAPIKEY" -v "C:\Program Files\VideoLAN\VLC"
After this initial command, do the following to load your stored settings:
python -m vlcyt
NOTE: Most commands have multiple aliases separated by commas, use whichever you prefer.
Opens the help menu and shows whether or not looping and shuffling are enabled.
Adjust the volume (0 - 100).
Skips song(s).
For example: Entering "skip" will skip one song,
entering "skip 5" will skip 5 songs.
Plays/Pauses the current song.
Repeats the current song one time.
Skips to the last song played.
Enables looping. The current song will keep playing until looping is disabled.
Shuffles the playlist without repeating until every song has been played.
Copies the current song's YouTube URL.
EXPERIMENTAL: Attempts to retrieve the current song's lyrics.
Needs to be improved.
Closes the program.