diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-22 22:29:46 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-22 22:29:46 +0100 |
| commit | 4cd7fa7d212d11a40b20f21cbfcd74f5863ce23a (patch) | |
| tree | 10dff49a28788bfb8bbabf4fa380de817352767c /bin/tag-music | |
| parent | 9a57b5a5bb5c48bc76bc10c9cbc0809019d91e61 (diff) | |
| parent | abe2b612c9f672039894766e72fbba356c7bcfdc (diff) | |
| download | dotfiles-4cd7fa7d212d11a40b20f21cbfcd74f5863ce23a.tar.gz dotfiles-4cd7fa7d212d11a40b20f21cbfcd74f5863ce23a.tar.bz2 dotfiles-4cd7fa7d212d11a40b20f21cbfcd74f5863ce23a.zip | |
Merge remote-tracking branch 'origin/carbon'
Diffstat (limited to 'bin/tag-music')
| -rwxr-xr-x | bin/tag-music | 2 |
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 |
