22 Commits

Author SHA1 Message Date
38aceb3220 Refactor program so that each converted file is instantly moved to the NEW directory struture. Start using mv for all operations and remove the non-MP3 originals after converted successfully. 2025-04-13 11:26:49 -07:00
a513995ad9 Fix double hyphen causing Year issue. Ensure space removal is done at the right point. Add a source description of where the year came from. 2025-04-13 10:59:36 -07:00
3ac99d17d3 Add description of what is echo'ing. 2025-04-03 15:02:57 -07:00
28b7575b4e Correct how the extension variable is used. Look in other fields for the Year. 2025-04-03 14:48:49 -07:00
778770c18b Use the variable in all applicable locations. 2025-04-03 11:51:27 -07:00
8d40f45732 Add missing value for variable EXT. 2025-04-03 11:36:14 -07:00
349e735c04 Skip conversion if file is still present from a previous run. 2025-03-19 13:08:10 -07:00
8b40fb3056 Create the interim folder and it subdirs for ffmpeg. 2025-03-19 13:04:38 -07:00
ea9bcddfdc Begin using INTERIM directory. 2025-03-19 12:48:22 -07:00
e7fabe6f35 Fix variable check conditional flag. 2025-03-19 12:44:50 -07:00
85e0a5be7d Change messaging. 2025-03-19 08:28:47 -07:00
ab58617815 Don't create the new file if it has no data. Also make the Track portion optional so that the files do not become hidden with a .. 2025-03-19 08:27:15 -07:00
9fcb460c96 Add a TODO. 2025-03-19 08:15:11 -07:00
94c387faba Force ffmpeg even if the file already exists. Sort output. Ignore folders when looking for files to convert.. 2025-03-19 08:04:09 -07:00
b4c5fa64cc Fix incorrect variable assignment. 2025-03-19 07:55:05 -07:00
da4462b46a Create the new directory structure for the file. 2025-03-19 07:54:28 -07:00
a4b9be077d Fix -s to be -n for checking if the variables have data. Show the error status of ffmpeg if it does not succeed. 2025-03-19 07:53:10 -07:00
0f83256e05 Pull the remaining needed information. 2025-03-19 07:42:43 -07:00
20161e48c5 Start on the actual parsing of the music data. 2025-03-19 05:53:15 -07:00
92ac167e0f Change output to left-lean better. 2025-03-13 06:05:00 -07:00
bbb97b81c7 Add system checks and folder creations. Make the conversion to mp3 more abstract. 2025-03-13 05:57:16 -07:00
92fe141508 Began working on a more full version which will handle the complete process of organizing new music into a library. 2025-03-13 05:38:45 -07:00