Skip to content

v1.0

Latest

Choose a tag to compare

@tdeerenberg tdeerenberg released this 25 Nov 01:07
· 4 commits to main since this release
fa5555c

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.py has 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 -h or --help to 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