whatmp3
whatmp3 copied to clipboard
whatmp3 transcodes audio files and creates torrents for them
I've noticed a lot of folders seem to have bit depth information in them (e.g. "16-48 FLAC"), so often this script will produce folders with names like "... [16-48 320]"...
The script should automatically resample the flac if it has a bit-depth higher than 16. This is what's done in the standard crawler tool for certain RecommdED sites, and I...
Propagate coverart from FLAC to MP3. Sorry about the whitespace diffs, but Emacs was being a PITA.
whatmp3 should copy embedded album art into encoded file.
By default, the `os.walk` function from Python does not follow symlinks, and so running whatmp3 against directories containing symlinks is unsuccessful. This simple PR includes a new option for whatmp3,...
Support conversion to AIFF format I was very surprised at how easy this was but it works. Hats off to the original author for making this so easy
When attempting to run whatmp3 with python 3.12, I received the errors > /usr/bin/whatmp3:239: SyntaxWarning: invalid escape sequence '\S' t = re.sub('\S.+?=', '', os.popen(tagcmd).read().rstrip(), count=1) /usr/bin/whatmp3:249: SyntaxWarning: invalid escape sequence...