Song: [deadbeef] Don't use deprecated --nowplaying

This commit is contained in:
Michael Straube 2017-01-05 16:11:38 +01:00
parent 8e32dc78f7
commit 4b1b77bfca
1 changed files with 1 additions and 1 deletions

View File

@ -1220,7 +1220,7 @@ get_song() {
"mocp"*) song="$(mocp -Q "%artist - %song")" ;;
"google play"*) song="$(gpmdp-remote current)" ;;
"rhythmbox"*) song="$(rhythmbox-client --print-playing)" ;;
"deadbeef"*) song="$(deadbeef --nowplaying '%a - %t')" ;;
"deadbeef"*) song="$(deadbeef --nowplaying-tf '%artist% - %title%')" ;;
"audacious"*) song="$(audtool current-song)" ;;
"xmms2d"*) song="$(xmms2 current -f '${artist} - ${title}')" ;;
"qmmp"*) song="$(qmmp --nowplaying '%p - %t')" ;;