Add cmus support to getsong
This commit is contained in:
parent
9729361a3e
commit
a9e3db5d8f
1 changed files with 2 additions and 0 deletions
2
fetch
2
fetch
|
@ -846,6 +846,8 @@ getsong () {
|
||||||
song=${song/tag artist }
|
song=${song/tag artist }
|
||||||
song=${song/tag title/-}
|
song=${song/tag title/-}
|
||||||
song=${song//[[:space:]]/ }
|
song=${song//[[:space:]]/ }
|
||||||
|
else
|
||||||
|
song="Unknown"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue