1
0
mirror of https://github.com/thebaer/cdr.git synced 2024-11-15 01:31:01 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
d49fde1263 Clean filenames without track numbers
Previously, we'd fail if files had no numbers. Now this ignores and
continues anyway.
2022-03-30 23:32:17 -04:00
d3782204fe Remove more characters from names 2020-02-29 13:28:19 -05:00
2dfe0ec236 Transliterate track info to ASCII on clean 2020-02-29 10:51:10 -05:00
ce6fec195a Fix return vals in NewTrack() 2020-02-26 00:28:15 -05:00
f0aa182c03 Add cdr preview subcommand
This serves the mixtape site by running `cdr preview`
2020-02-26 00:13:51 -05:00
3125d14d23 Move track information into struct
This adds a NewTrack func that creates the struct, and we now use this in RenameTrack().
2020-02-25 23:23:03 -05:00
29d369f5ae Rename all files in current directory
Instead of taking a filename as an argument, we now change all files in the current directory.
2020-02-25 22:20:12 -05:00
f5e71f5a15 Add basic file renaming utility 2020-02-25 20:54:12 -05:00