aboutsummaryrefslogtreecommitdiff
path: root/bin/tag-music
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-23 11:15:46 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-23 11:15:46 +0100
commit355e2d7422f9b7cc7e9ee66d0ec2840d413158be (patch)
treec0a74378c84b68523115c209c725818632c39dc6 /bin/tag-music
parent01bab2714d977e485aa1d8d1e85cb13db4546d46 (diff)
parentabe2b612c9f672039894766e72fbba356c7bcfdc (diff)
downloaddotfiles-355e2d7422f9b7cc7e9ee66d0ec2840d413158be.tar.gz
dotfiles-355e2d7422f9b7cc7e9ee66d0ec2840d413158be.tar.bz2
dotfiles-355e2d7422f9b7cc7e9ee66d0ec2840d413158be.zip
Merge branch 'carbon'
Diffstat (limited to 'bin/tag-music')
-rwxr-xr-xbin/tag-music2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tag-music b/bin/tag-music
index e801132..826a83a 100755
--- a/bin/tag-music
+++ b/bin/tag-music
@@ -25,7 +25,7 @@ do
song="$(echo "$song" | cut -d '-' -f 2-)"
fi
# echo $track $song
- echo $song_file
+ # echo $song_file
taffy --artist "$artist" --album "$album" --title "$song" --track "$track" "$song_file"
done
done