Skip to content

Releases: RecursiveForest/whatmp3

Version 3.8

12 Dec 06:22
Compare
Choose a tag to compare
  • do not append /announce to tracker
  • add -H --nodots option to disable copying of dotfiles after conversion
  • add --a --additional option for passing mktorrent arguments
  • fix race condition when creating output directories
  • fix aacgain file extension
  • change alac extension to .m4a
  • revert os.cpu_count() change, not all python3's have multiprocessing
  • properly escape replaygain commands
  • formatting changes

Version 3.7

08 Mar 23:09
Compare
Choose a tag to compare
  • beautify output
  • improve error reporting (`touch dir/FAILURE')
  • update documentation
  • add Makefile
  • add manpage
  • add --silent
  • add --ignore
  • add --V8
  • switch to os.cpu_count() and do not import multiprocessing
  • switch to argparse
  • add single character arguments for all options

Version 3.6

28 Jun 04:40
Compare
Choose a tag to compare
  • Generalise --skipgenre to work on all default encoders
  • Generalise --replaygain similarly
  • Use multithreading.cpu_count() to determine default thread count
  • Become fully case insensitive
  • Fix %-in-filename bug
  • Fix flac-in-path bug
  • Fix extra ='s bug
  • Make --original respect --torrent-dir
  • Add --noreplaygain to lame commands
  • Rename --moveother to --copyother