Commit graph

283 commits

Author SHA1 Message Date
ayakael
1fa74c76eb
[cmd_import_images] [import_src] Now doesn't whine when import folder does not exist 2018-12-27 22:36:36 -05:00
ayakael
ead0ac3776
[import_images] Makes sure log file is present for EAC and CUETOOLS source 2018-12-27 22:33:25 -05:00
ayakael
238596373f
[import_src] Now knows to copy accurip and log files (woops) 2018-12-27 22:30:06 -05:00
ayakael
c8ff189143
[med_integrity] Fixed fileList generation 2018-12-27 22:23:50 -05:00
ayakael
aa07cc1da8
Revert "[import_src] Fixed error with metadataList generation with one too many semi-colons"
This reverts commit a16d9e85a6.
2018-12-27 15:37:41 -05:00
ayakael
506416d84a
addendum 2018-12-27 15:26:39 -05:00
ayakael
41080ccb13
[import_images][import_src][import_strack] Now puts "img" in front of file extensions (i.e flac now img.flac) in .import folder 2018-12-27 15:20:47 -05:00
ayakael
a16d9e85a6
[import_src] Fixed error with metadataList generation with one too many semi-colons 2018-12-27 13:28:35 -05:00
ayakael
eb702a4e47
Revert "[import_src] Removed duplicate IMAGEID in metadataList"
This reverts commit c66412f9aa.
2018-12-27 13:15:49 -05:00
ayakael
f5af87ef24
[cmd_import_images] Fixed uknown chk_integrity function
[import_src] Fixed detection of cover image
2018-12-27 13:14:32 -05:00
ayakael
c2938037e6
[med_integrity] Audio file integrity checker
[import_src] Checks importing audio for errors
2018-12-26 20:56:27 -05:00
ayakael
c66412f9aa
[import_src] Removed duplicate IMAGEID in metadataList 2018-12-26 20:26:58 -05:00
ayakael
8c661488b1
Updated CHANGELOG, missing addition 2018-12-26 17:15:10 -05:00
ayakael
10db0ee629
Updated CHANGELOG for v0.3.1 2018-12-26 17:11:54 -05:00
ayakael
2e9404349e
[chk_deployed_ids] Fixed bug during sanity check for both IMAGEID and TRACKID
[chk_import_images] Rewrote import images command
[db_set] Fixed bug where non-english characters wouldn't get pushed to upper case for non case-sensitive comparison
[import_images] Rewrote import_images
2018-12-26 17:06:59 -05:00
ayakael
3899c7cfd7
[chk_deployed_ids] Fixed typo in awk command 2018-12-21 17:30:59 -05:00
ayakael
56226e7e5f
[help/general] Added docs for --force option 2018-09-01 11:31:03 -04:00
ayakael
4ce3372521
[parser] Added --force option
[cmd_export] Now interpretes --force option by ignoring disk usage
2018-09-01 11:29:50 -04:00
ayakael
c2c3cc8ab8
[gen_mtag] Now knows to put escape character in front of " characters in metadata 2018-08-22 08:26:32 -08:00
ayakael
1dd176fe47
[gen_image] Fixed bug where joined.flac would not be renamed to ${TARGET} when first attempt at joining them failed 2018-08-22 08:11:22 -08:00
ayakael
122efb71db
[parser] Fixed typo 2018-07-27 05:57:00 -08:00
ayakael
16c3f23c56
[help/general] Updated documentation to allow for long and short option command 2018-07-27 05:50:43 -08:00
ayakael
f5456091e0
[parser] Can now accept --batch-id or -b as normal option 2018-07-27 05:49:48 -08:00
ayakael
a292b5710b
[help/general] Updated documentation 2018-07-27 05:44:21 -08:00
ayakael
7032a0f00c
[cmd_import_tracks] Now can have batchid be defined 2018-07-27 05:41:48 -08:00
ayakael
f2e8994b21
[import_src] Fixed bug where empty ARTIST would be defined in metadata
[import_src] Fixed bug where BATCHID would be defined in metadata even when no batch id was given
2018-07-27 05:32:47 -08:00
ayakael
0e3a0d277c
[cmd_import_images][import_src] Added -b option for batchid 2018-07-27 05:24:18 -08:00
ayakael
346cfdc2d1
[cmd_import_images] Now cleans up .import folder when done 2018-07-23 07:41:22 -08:00
ayakael
67bee29ee7
[CHANGELOG] Updated to v3.0 2018-07-23 07:39:14 -08:00
ayakael
0c73459ce3
Removed cue2git and git2git scripts for reference is not needed 2018-07-23 07:39:10 -08:00
ayakael
90d3716842
[import_images] Fixed bug where DISCID could not be determines for change in print_meta_cue function 2018-07-23 06:12:04 -08:00
ayakael
7f3a05c6ba
[print_meta_flac] Now able to parse multiple FLAC files 2018-07-23 05:51:45 -08:00
ayakael
2965b86bef
[cmd_import_tracks] Now finds importable material from .import/FLAC 2018-07-23 05:41:04 -08:00
ayakael
21c5219cb3
[import_track] Fixed bug with metadata parsing 2018-07-23 05:38:44 -08:00
ayakael
bc8c8aa98b
[import_images] Automatically converts jpg to png 2018-07-23 05:34:34 -08:00
ayakael
0c695f0a76
[print_meta_flac] Now accepts multiple files as argument. Deprecating ability to filter tags.
[import_src][import_track][chk_deployed_ids] Updated print_meta_flac's usage
[import_src] Now used png rather than jpg for cover input
2018-07-23 05:29:22 -08:00
ayakael
ab40c112ed
[import_track] Cover moved to png rather than folder.png 2018-07-23 05:03:36 -08:00
ayakael
8d7c925676
[print_meta_cue][gen_metatrac] Does not terminate with newline char ";"
[import_src] Now fills in newline char in between outouts of print_meta* and gen_metatrack when combining the two inteo metadataList
2018-07-23 04:58:40 -08:00
ayakael
384cad646c
[cmd_import_images] Now sends output of import_src and import_images to STDERR 2018-07-22 20:16:28 -08:00
ayakael
a26f9cf07d
[import_images] Updated to support new version of print_meta_cue 2018-07-22 20:15:40 -08:00
ayakael
d164a34aed
[import_src] No need to add bom or fix charset
[import_src] Streamlined metadata geneation for both TRACKS and CUETOOLS/EAC sources
2018-07-22 20:13:33 -08:00
ayakael
7657e73e24
[gen_cover] Fixed bug with if statement 2018-07-22 20:12:15 -08:00
ayakael
e7596f0f82
[gen_small_cover] Fixed bug where image would not be cropped 2018-07-22 19:46:20 -08:00
ayakael
1bbfed1313
[gen_metatrack] Relativized to support CUE file sheets 2018-07-20 11:56:06 -08:00
ayakael
3a4dcbcca3
[print_meta_cue] Now outputs a track per line 2018-07-20 11:45:54 -08:00
ayakael
78fb4db482
[print_meta_cue] Rewrote again 2018-07-20 11:40:49 -08:00
ayakael
12232b88d6
[print_meta_cue] Defines TITLE and PERFORMER using proper format 2018-07-20 07:06:45 -08:00
ayakael
0d4fc50e52
[gen_metatrack] Rewrote to better manage life as a metatrack dude 2018-07-19 08:14:53 -08:00
ayakael
c5da64790b
[gen_metatrack] Fixes typo 2018-07-19 06:46:24 -08:00
ayakael
99a0772511
[gen_metatrack] Reorganizes file name parsing 2018-07-19 06:45:38 -08:00