Commit Graph
44 Commits
Author SHA1 Message Date
RandyTheSilly 2fd4d685e0 Switch from subprocess.popen to subprocess.run where applicable, fix shebangs 2022-11-16 14:36:54 -05:00
RandyTheSilly 6732731c11 Fixed non-FLAC file copy function 2022-05-19 02:11:36 -04:00
RandyTheSilly 5c83969ce2 Copy non-FLAC files instead of moving them 2022-04-24 13:37:14 -04:00
RandyTheSilly 19a7f3b7b2 Fix existing destination file detection 2022-04-24 13:36:34 -04:00
RandyTheSilly be7166e2dd Copy non-FLAC files to destination directory 2022-04-24 12:36:41 -04:00
RandyTheSilly 8ba7815241 Add support for skipping conversions on non-FLAC files 2022-04-22 12:50:27 -04:00
RandyTheSilly d03d73a2f8 Fixed typo from last commit 2022-04-22 12:44:26 -04:00
RandyTheSilly aa9ec97695 Check for metaflac ReplayGain data first 2022-04-22 12:40:52 -04:00
RandyTheSilly fcee6ba3f4 Cleaned up import statements 2022-04-22 12:29:34 -04:00
RandyTheSilly 1daa02f7ac Added '[' and ']' to special character list 2022-04-22 12:27:43 -04:00
RandyTheSilly 6b8553cbee Prevent crashes when a non-FLAC file is found 2022-04-22 12:26:11 -04:00
RandyTheSilly 88e3994f4f Added EOF return codes 2022-04-20 21:02:46 -04:00
RandyTheSilly f45dab8cfb Added return codes 2022-04-20 20:53:57 -04:00
RandyTheSilly 6d8deda002 Prevent errors when attempting to process files without valid ReplayGain data 2022-04-20 20:51:18 -04:00
RandyTheSilly 35bc1d9212 Trigger individual scanning on resolution errors 2022-04-20 20:31:40 -04:00
RandyTheSilly 5550bc5b76 Added script for quickly adding ReplayGain data to a FLAC library 2022-04-20 20:23:40 -04:00
RandyTheSilly b91511286c Added option to stop the program if ReplayGain data cannot be found 2022-04-20 00:48:58 -04:00
RandyTheSilly 094725cad0 Remove --strip option 2022-04-20 00:31:30 -04:00
RandyTheSilly f79d6ce025 Add option to use album gain instead of track gain 2022-04-20 00:21:32 -04:00
RandyTheSilly c9a31dcbce Remove rg2sc integration 2022-04-20 00:09:26 -04:00
RandyTheSilly 1be96f0b20 Fix bugs preventing ffmpeg from completing conversions 2022-04-20 00:05:28 -04:00
RandyTheSilly 282c193804 Remove MP3 support 2022-04-19 23:08:55 -04:00
RandyTheSilly e833e4ce60 Add support for baking in ReplayGain values 2022-04-19 23:01:07 -04:00
RandyTheSilly b5a2b9adb3 Compatibility with new commits to rg2sc 2022-03-30 04:28:14 -04:00
RandyTheSilly 10973e3ac8 Added tag for transfering FLAC RG data to rg2sc for MP4s 2022-03-28 23:59:44 -04:00
RandyTheSilly 998c73c20f Overhauled argument system 2022-03-28 22:19:01 -04:00
RandyTheSilly df1dce38eb Rounded percentage counter 2022-03-28 21:28:47 -04:00
RandyTheSilly ed12cc5d23 AAC support 2022-03-28 21:26:56 -04:00
RandyTheSilly f72d3ac9b7 Basic compatibility with new commits to rg2sc 2022-03-28 21:00:42 -04:00
RandyTheSilly 95a8dacd29 Fix percentage counter not being multiplied properly 2022-03-27 19:05:16 -04:00
RandyTheSilly d64f4c56fa Still strip album art in ffmpeg before rg2sc pass 2022-03-27 17:23:09 -04:00
RandyTheSilly 137e30c80b Move APIC stripping to rg2sc 2022-03-27 16:31:20 -04:00
RandyTheSilly be5c96e182 Fixed inaccurate percentage counter 2022-03-26 21:24:44 -04:00
RandyTheSilly 7db318b561 Added percentage counter 2022-03-26 21:06:44 -04:00
RandyTheSilly dee1c3158f Multithreading support and TXXX stripping moved to rg2sc 2022-03-26 20:54:42 -04:00
RandyTheSilly d973a3f659 Simplified argument parser 2022-03-26 16:42:40 -04:00
RandyTheSilly d00e516e6c Strip TXXX tags from output files 2022-03-26 16:35:21 -04:00
RandyTheSilly ea485480c4 Added flag for stripping album art (for monochrome iPods) 2022-03-26 10:28:33 -04:00
RandyTheSilly b56dd7e5f5 Whitelisted more special characters 2022-03-26 07:04:39 -04:00
RandyTheSilly 76e7beb27d Removed -f option, as it is irrelevant when converting from FLAC 2022-03-17 15:34:07 -04:00
RandyTheSilly b41698ab65 Filename handling fixes & rg2sc is now run after each file is converted 2022-03-17 15:23:45 -04:00
RandyTheSilly 94fa7570ec Fixed transcoding of songs with special characters 2022-03-16 20:38:59 -04:00
RandyTheSilly 9f9d69b1a3 Removed alac support, as it does not work with Sound Check 2022-03-16 19:23:27 -04:00
RandyTheSilly 8505ba3cec Initial commit 2022-03-16 16:40:27 -04:00