Files
commandlinePlay/README.md
2021-08-07 16:52:27 -06:00

681 B

commandlinePlay

Uses VLC media player and a music database to search for and play music from the linux command line.

It works in two parts. The first one, the play python module, does most of the work. It accepts a series of search terms and then looks through a compatible database (the Lollypop music player database, by default) for the songs before launching VLC media player.

The second part, the key listener, will listen for arguments for the python module from the keyboard without changing window focus, with audio feedback to ensure that the user knows that they are inputing into the program. This part will need to be run by a user added to the input user group.