repo: music action: commit revision: path_from: revision_from: 63656561a3f5bb597fa926f02553715662d25ee4: path_to: revision_to:
commit 63656561a3f5bb597fa926f02553715662d25ee4 Author: epochDate: 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
--- 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-----