Fix du titre envoyé au scrobbler
This commit is contained in:
parent
a785460823
commit
6eb3c51d03
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ do
|
|||
# le contenu des variables (pas forcément fiable, mais
|
||||
# chez moi ça marche™).
|
||||
[[ -z "$title" ]] && title="$artist" && artist=""
|
||||
|
||||
# Si on obtiens un chemin absolu, on n’affiche que le nom, pas
|
||||
# le chemin.
|
||||
[[ -f "/${title}" ]] && title="$(basename "$title")"
|
||||
|
||||
# Si aucune information n’est retournée, c’est que la lecture
|
||||
# s’est arrêtée.
|
||||
|
|
Loading…
Reference in a new issue