What's Changed
Musort: A command-line tool for effortlessly organizing and renaming your music files based on metadata
New features
- A default config file
config.pyhas been added. It can set the:- default separator to use
- default recursive on or off
- default naming convention
- replacement character for illegal characters
- The syntax has changed (use
-hor--helpto see the help menu)- -f (--format) parameter added
musort [music_dir] [optional_args]
Optimizations
- Docker installation now uses the same files as native install
- Code has been rewritten/optimized
- Help section and other pre-configured variables are in a separate file for better readability
- The dependency Python3 TinyTag is now included in this repository
Bug Fixes
- Replacing invalid/illegal characters is now working again
Full Changelog: v0.2.1...v1.0