Fixed more stuff with the sing module.
This commit is contained in:
parent
00adbf98e9
commit
41c1e2ad43
@ -6,6 +6,7 @@ chan="$1"
|
|||||||
shift
|
shift
|
||||||
#get the lyric text into a variable
|
#get the lyric text into a variable
|
||||||
trackName="${@//:/ - }"
|
trackName="${@//:/ - }"
|
||||||
|
trackName="${@//Ö/o}"
|
||||||
# Try to work around some common tags that will fail to find lyrics.
|
# Try to work around some common tags that will fail to find lyrics.
|
||||||
trackName="${trackName//\//_}"
|
trackName="${trackName//\//_}"
|
||||||
curl="$(command -v curl)"
|
curl="$(command -v curl)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user