repo: music
action: commit
revision: 
path_from: 
revision_from: 63656561a3f5bb597fa926f02553715662d25ee4:
path_to: 
revision_to: 
git.thebackupbox.net
music
git clone git://git.thebackupbox.net/music
commit 63656561a3f5bb597fa926f02553715662d25ee4
Author: epoch 
Date:   Tue Jun 9 21:33:34 2020 -0500

    squash! setnowplaying was only using $1 instead of all args

    music-fileinfo now supports ogg comments in flacs

diff --git a/music-fileinfo b/music-fileinfo
index dcf794e7724243b9a1a887fda7254cec31b02bad..
index ..65493a0a81920645ad7c6ba5ee5244c66bcb0ffc 100755
--- a/music-fileinfo
+++ b/music-fileinfo
@@ -17,5 +17,5 @@ fi
 if [ "$artist" -a "$title" -a "$album" -a "$year" ];then
   printf '"%s" by %s on %s (%s)\n' "$title" "$artist" "$album" "$year"
 else
-  printf "%s\n" "$ext" "$1" | sed "s|$HOME/Music/||"
+  printf "%s\n" "$1" | sed "s|$HOME/Music/||"
 fi

-----END OF PAGE-----