This module implements some python classes for music library management, including command line scripts to use these tools. All code is implemented in python under module 'musa'.
This module used to be called 'banana'. Since 'musa' is both 'music' in Finnish and the genus of bananas, I found it appropriate to rename the module when the trees were moved to github and code reorganized in general.
This code base is heavily refactored from earlier musa 1.x series and is not compatible with it. If you need the older code base for your project, please contact author for old versions not tracked on github.
In version 3.0, a lot of functionality related to tree management, tags and codec was moved to separate 'soundforest' project.
You need at least version 3.0 of soundforest to install new musa.
The scripts are being rewritten as subcommands of 'musa' utility. Stay tuned.
I'm working on the new version slowly during evenings and weekends, so don't get too excited waiting for something functional.