migrate from gpmdp to gpmdp-remote

This commit is contained in:
Andrew Titmuss 2016-06-01 21:04:22 +10:00
parent b05226b817
commit 84a3425be4
No known key found for this signature in database
GPG Key ID: 8AF42975C787E0B2
1 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
# Desktop Environment and Window Manager: xprop # Desktop Environment and Window Manager: xprop
# Displaying Images: w3m + w3m-img # Displaying Images: w3m + w3m-img
# Image Cropping: ImageMagick # Image Cropping: ImageMagick
# Displaying song with Google Play Music: gpmdp-bash # Displaying song with Google Play Music: gpmdp-remote
# [ Linux / BSD ] Wallpaper Display: feh, nitrogen or gsettings # [ Linux / BSD ] Wallpaper Display: feh, nitrogen or gsettings
# [ Linux / BSD ] Current Song: mpc, cmus, moc # [ Linux / BSD ] Current Song: mpc, cmus, moc
# [ Linux ] Current Song: spotify # [ Linux ] Current Song: spotify
@ -1484,9 +1484,9 @@ getsong () {
;; ;;
esac esac
elif [ -n "$(ps x | awk '!(/awk/ || /Helper/) && /Google Play Music Desktop Player/')" ] && type -p gpmdp >/dev/null 2>&1; then elif [ -n "$(ps x | awk '!(/awk/ || /Helper/) && /Google Play Music Desktop Player/')" ] && type -p gpmdp-remote >/dev/null 2>&1; then
song="$(gpmdp current)" song="$(gpmdp-remote current)"
state="$(gpmdp status)" state="$(gpmdp-remote status)"
elif [ -n "$(ps x | awk '!(/awk/ || /Helper/) && /iTunes/')" ]; then elif [ -n "$(ps x | awk '!(/awk/ || /Helper/) && /iTunes/')" ]; then
song="$(osascript -e 'tell application "iTunes" to artist of current track as string & " - " & name of current track as string')" song="$(osascript -e 'tell application "iTunes" to artist of current track as string & " - " & name of current track as string')"