py-mp uses command-line to take in inputs from the user and makes a search query on Youtube. py-mp will pull the most relevant video and will stream the audio to the computer.
- Python 3 https://www.python.org/downloads/
- VLC (Please look at installation for specific instructions on installing VLC) https://www.videolan.org/vlc/
- Install VLC (32bit) from https://www.videolan.org/vlc/
>> pip3 install py-mp
- Install VLC from https://www.videolan.org/vlc/
>> pip3 install py-mp
>> pip3 install py-mp
>> sudo apt-get install vlc
>> py-mp # this can be done from any directory
add [song] # Adds [song] to the queue
clear # Clears the queue
pause # Pause the current song
resume # Resumes the current song
queue # Prints the current queue
skip # Plays the next song in queue
cur # Get the title of the current song
time # Get the time of the current song
prev # Get the title of the previous song
rewind # Restart the current song
remove [position] # Removes the song in position [position] from the queue
exit # Exits the program
- Remove the VLC dependency
- Support livestream audio
- Eddy Maric https://github.com/EddyMaric
- Eric Yuan https://github.com/ewyuan/