Releases: RecursiveForest/whatmp3
Releases · RecursiveForest/whatmp3
v3.9
What's Changed
- configure additional mktorrent arguments as constant (fixes #35) by @henok321 in #36
- Added an option to follow symlinks by @spble in #40
- Add support for AIFF by @jaredjxyz in #42
- Convert string literal to regex by @erichlf in #43
New Contributors
- @henok321 made their first contribution in #36
- @spble made their first contribution in #40
- @jaredjxyz made their first contribution in #42
- @erichlf made their first contribution in #43
Full Changelog: v3.8...v3.9
Version 3.8
- 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
- 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
- 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