diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-20 23:46:53 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-20 23:46:53 +0100 |
| commit | 22fb4594ec830f0072e9f0b45bac3a5f19897987 (patch) | |
| tree | 08193e59edf0c883f8ea72e0fe64a627b4d6f36f /bin/tag-music | |
| parent | d4a917623ce4a8dc7e4feb2fa50407d33eb6c36f (diff) | |
| download | dotfiles-22fb4594ec830f0072e9f0b45bac3a5f19897987.tar.gz dotfiles-22fb4594ec830f0072e9f0b45bac3a5f19897987.tar.bz2 dotfiles-22fb4594ec830f0072e9f0b45bac3a5f19897987.zip | |
Switching back to solarized (weird bug when openning file with autocmd, takes 2/3 seconds), Added qutebrowser larouse search engine and blocking 3rd party cookies
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 |
