This simple linux bash script allows you to get the current playing song on deezer.
Deezer is an Internet-based music streaming service.
For this to work, you have to have wmctrl
installed. This is needed to find the window title of Deezer.
You can install wmctrl by using the command sudo apt-get install wmctrl
.
git clone git@github.com:danhort/Linux-Deezer-Current-Song.git
./deezercurrent
You also can install the application by using the install script located in the source folder.
sudo ./install-deezercurrent
This will copy the deezercurrent file to the /usr/bin directory, so you can run it anytime.
sudo ./uninstall-deezercurrent
deezercurrent