Commit graph

322 commits

Author SHA1 Message Date
ayakael
fcadf4569e
[import_images] Added import_src function 2018-07-16 06:36:19 -08:00
ayakael
fc649c8da3
[import_images] Fixed bug with arg parsing; DISCID is once again parsed through print_meta_cue rather than grep; Now removes .import subfolder if detected 2018-07-16 06:25:14 -08:00
ayakael
63696a2dd7
[print_meta_cue] Removed trackidList field; Removed erroneous quotation mark for DISCID 2018-07-16 06:22:24 -08:00
ayakael
297a1a01a8
[cmd_import] Function removed for lack of need 2018-07-16 05:52:37 -08:00
ayakael
5ffce93103
[parser] Deprecating cmd_import 2018-07-16 05:52:08 -08:00
ayakael
d263b1a38b
[cmd_import_images] Fixed typo 2018-07-16 05:45:34 -08:00
ayakael
77337f5f45
[cmd_import] Removed use of eval; Now redirects argument adequatly for images 2018-07-16 05:44:01 -08:00
ayakael
2f510664c5
[cmd_import_images] Rewrote for new import_images 2018-07-16 05:37:42 -08:00
ayakael
e641469897
[import_images] Subfolder is now created with DISCID 2018-07-16 05:07:08 -08:00
ayakael
d25f022ced
[import_images] Now groks source from function argument rather than through inference; DISCID is now grokked via grep rather than awk; exit code 2 executed when ACCURIP is present on EAC image or is not present on CUETOOLS 2018-07-16 05:06:06 -08:00
ayakael
37266463ce
[import_src] Fixed bug where SOURCE would get overriden by DISCID. DISCID from EAC is now extracted from CUE file 2018-07-16 04:59:31 -08:00
ayakael
eaf7fb4389
[import_src] Will now return 2 if SOURCE is not supported; changed other exit codes to accomodate; SOURCE is now grokked from .import subfolder 2018-07-16 04:52:20 -08:00
ayakael
d3a11f2f18
[import_images] WIll not consolidate to .import folder by DISCID 2018-07-16 04:50:23 -08:00
ayakael
8e494ba16f
[print_meta_cue] Now parses DISCID 2018-07-16 04:44:59 -08:00
ayakael
c0e74c6ba6
[import_images] Fixed typo 2018-07-12 21:51:26 -08:00
ayakael
3ac1459e7d
[import_images] Now created folder in import dir 2018-07-12 19:40:17 -08:00
ayakael
64ddaaaeaa
[import_src] Fixed typo 2018-07-12 19:40:01 -08:00
ayakael
0bed00bedc
[import_images] Fixed logic typo 2018-07-12 19:32:23 -08:00
ayakael
cabf81552a
[import_images] Rewrote 2018-07-12 17:30:58 -08:00
ayakael
de578b9e5b
[cmd_import_tracks] Migrated from import_dir to import_src 2018-07-12 17:09:38 -08:00
ayakael
8c47dfbb54
[import_track] Consolidate subdir now includes SOURCE var 2018-07-12 17:08:51 -08:00
ayakael
e025acf4d1
[import_dir] Renamed to import_src
[import_src] Moved error handling to exit codes
[import_src] SOURCE var is now defined by last subfolder
[import_src] Now checks if SOURCE is supported
2018-07-12 17:04:57 -08:00
ayakael
8bc2cb41a3
[import_dir] Now supports EAC and CUETOOLS sources 2018-07-12 16:57:03 -08:00
ayakael
b4ed3f664d
[import_images] Rewrote import_images 2018-07-12 16:56:06 -08:00
ayakael
7f742eeec5
[gen_metatrack] Now generates replaygain information 2018-07-12 16:47:34 -08:00
ayakael
199710f60f
[print_meta_cue] "" 2018-07-12 16:19:56 -08:00
ayakael
ac20cc94bb
[print_meta_cue] Removed requirement to need flac file 2018-07-12 16:18:59 -08:00
ayakael
8ecab1852f
[gen_image] Can now define output file instead of output folder 2018-07-12 16:15:32 -08:00
ayakael
4899def695
[cmd_import_tracks] Defines SOURCE in argument 2018-07-11 07:35:23 -08:00
ayakael
ec156534dc
[import_track] SOURCE variable now defined by argument 2018-07-11 07:34:38 -08:00
ayakael
abc7179716
[print_meta_cue] Now does not generate trackid 2018-07-11 07:34:14 -08:00
ayakael
c8ce3fd26a
Revert "[gen_metatrack] Now outputs using {TRACKID};{DURATION};\t[...] rather than {TRACKID};{DURATION};[...]"
This reverts commit 12402346b8.
2018-07-11 07:31:11 -08:00
ayakael
12402346b8
[gen_metatrack] Now outputs using {TRACKID};{DURATION};\t[...] rather than {TRACKID};{DURATION};[...] 2018-07-11 06:52:24 -08:00
ayakael
a7b0ce1812
[gen_trackid] Changed name of function to gen_metatrack to match new functionality
[print_meta_cue] Now matches new gen_trackid function
2018-07-11 06:46:40 -08:00
ayakael
8bcfa5fd2e
[gen_trackid] Relativized further by renaming GIT_DIR var to WRK_DIR 2018-07-11 06:26:46 -08:00
ayakael
31c3b39b68
[export_gen] Changed name to gen_tracks to relativize
[gen_tracks] Relativized function
[export_cp][export_cp][gen_trackid] Changed name of export_gen function, and update to support new syntax
2018-07-11 06:21:52 -08:00
ayakael
6f4b82b3b4
[export_mv] Now exits with error if move wasn't successful 2018-07-02 07:37:23 -08:00
ayakael
41fad1e66c
[export_gen] Fixed bug where sometimes shntool would not take arguments if they were after file 2018-07-02 07:36:55 -08:00
ayakael
a184b1d70b
[db_set] Now ignores REPO_VERSION value in db 2018-07-02 07:09:53 -08:00
ayakael
76aa6fc6d9
[build.sh] Now echoes REPO_VERSION 2018-07-02 07:08:04 -08:00
ayakael
7954dc393e
[cmd_init] Now properly echoes out REPO_ID to database
[parser] Now properly catches bad git directory during "init" command
2018-07-02 07:06:53 -08:00
ayakael
53ab36c76d
[build.sh] Version definition will now be groked from VERSION file if not in git repository 2018-06-26 06:57:40 -08:00
ayakael
75a98d636e
[help/general] Fixed typo 2018-06-15 17:41:57 -08:00
ayakael
d86a2d3860
[*]Migrated all deploy_ functions to export_ 2018-06-15 17:40:53 -08:00
ayakael
1c2371a266
[parser] Changed command "deploy" to "export"
[cmd_deploy] Changed cmd_deploy function to cmd_export
2018-06-15 17:33:17 -08:00
ayakael
04fbdfd4f1
[help/general] Added import option to help menu
[help/general] Changed name of "deploy" to "export"
2018-06-15 17:31:05 -08:00
ayakael
04b8691fac
[import_dir] Fixing sorting issues with find 2018-05-18 23:16:59 -07:00
ayakael
07df84dc56
[gen_cue] Fixed accidental debug code 2018-05-18 23:13:07 -07:00
ayakael
fd97165a94
[gen_cue] Fixed bug where breakpoints would be calculated out of order 2018-05-18 23:09:37 -07:00
ayakael
fcb973fdc9
[import_dir] Added add_bom function so that foobar2000 is happy 2018-05-18 20:27:20 -07:00