15 Commits (master)
 

Author SHA1 Message Date
Constantin Fürst d95ab09165 adapt the example inis to the changes made in the last commit - now there is no multithreading as it was too finicky, ffmpeg options will be given comma separated 2 years ago
Constantin Fürst b30b38aba7 store ffmeg-commands as list of string and not just string - this makes some processing more straightforward and less finicky - relies on ffmpeg.py from ffcuesplitter being modified in the same fashion 2 years ago
Constantin Fürst 2beaa1d0f2 make ffcuesplitters ffmeg_arguments() function return arguments in way that is a lot more usable to me 2 years ago
Constantin Fürst 705a8a9116 check for destination and not source file extension when marking folder as existing 2 years ago
Constantin Fürst c5c3215c56 empty-init the args variable correctly and only mark a folder as existing if it does not contain any files 2 years ago
Constantin Fürst e9fa0aac21 enable multithreading support by building a command list and iterating over it in parallel with thread amount configurable in ini 2 years ago
Constantin Fürst 7cc8ab6f0a make ffmpeg log only errors and fatal 2 years ago
Constantin Fürst 3486ef1f8e remove gitmodules to make the project smaller and less complex 2 years ago
Constantin Fürst 3bffe595e5 catch errors from ffcuesplitter and handle by falling back to file processor, test for output folder for albums existing and skip if DST_OVERWRITE is not set, small optimizations as well 2 years ago
Constantin Fürst 8aa2edf0c9 add metadata extraction, fix logging and start dry run testing 2 years ago
Constantin Fürst 1f070f5f51 add symbolic link for ffcuesplitter to make the import work without hassle 2 years ago
Constantin Fürst c4505f8c12 add example ini files with settings for my personal library 2 years ago
Constantin Fürst 7b9498bccc add basic construct for libconv.py 2 years ago
Constantin Fürst 44e13e8610 add submodules 2 years ago
Constantin Fürst 8753424cfa Initial commit 10 months ago