From 6eb3c51d03a9180d33b161da324ecf54c7040dd7 Mon Sep 17 00:00:00 2001 From: Breizh Date: Thu, 10 Nov 2022 02:30:19 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20du=20titre=20envoy=C3=A9=20au=20scrobbler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local/bin/mpd-notif | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.local/bin/mpd-notif b/.local/bin/mpd-notif index 314a50a..a666d55 100755 --- a/.local/bin/mpd-notif +++ b/.local/bin/mpd-notif @@ -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.