prevent 'tag artistsort' from showing up in song title

This commit is contained in:
William Kray 2016-05-15 12:13:07 -07:00
parent b6f69aede8
commit 9faeffef12
1 changed files with 1 additions and 1 deletions

View File

@ -1441,7 +1441,7 @@ getsong () {
state=$(mpc | awk -F '\\[|\\]' '/\[/ {printf $2}' 2>/dev/null)
elif [ -n "$(ps x | awk '!(/awk/) && /cmus/')" ]; then
song="$(cmus-remote -Q | grep "tag artist\|title" 2>/dev/null)"
song="$(cmus-remote -Q | grep "tag artist \|title" 2>/dev/null)"
song=${song/tag artist }
song=${song/tag title/-}
song=${song//[[:space:]]/ }