]> git.draconx.ca Git - mpdhacks.git/blobdiff - thumbnail.zsh
mpdmenu: Add support for classical movements to the title menu.
[mpdhacks.git] / thumbnail.zsh
index a96780392c65b2e83e45a269056570ce692cfe81..9734575cb126be2a56a8f2553aeb61d811992014 100755 (executable)
@@ -1,6 +1,9 @@
-#!/bin/zsh
+#!/usr/bin/env zsh
+
+if [[ -z "$MUSIC" ]]; then
+       MUSIC=/home/music
+fi
 
-music=/stuff/music
 thumbs="$HOME/.fvwm/.thumbs"
 
 if ! [[ -d "$thumbs" ]]; then
@@ -40,7 +43,7 @@ if [[ -z "$1" ]]; then
 fi
 
 if [[ -n "$ismusic" ]]; then
-       imgpath="$music/$(dirname "${1#$music}")/cover.jpg"
+       imgpath="$MUSIC/$(dirname "${1#$MUSIC}")/cover.jpg"
        [[ ! -f "$imgpath" ]] && imgpath="${imgpath%jpg}png"
 else
        imgpath="$1"