axeldelafosse / stemgen

🎛 Stemgen is a Stem file generator. Convert any track into a Stem and have fun with Traktor.
https://stemgen.dev
MIT License
207 stars 39 forks source link

[Feature request] Custom name & color for stem #36

Closed MacTheZazou closed 1 year ago

MacTheZazou commented 1 year ago

I would like to customize the name & color of the different stem, is it possible? My goal is to include the key of each stem by running libkeyfinder from mixxxdj just after stem separation. I can modify the code myself to include libkeyfinder, but can't find a way for custom naming & Would find nice to set custom color to the different stem with hex cli option.

Ma5onic commented 1 year ago

You just need to edit the metadata.json file

axeldelafosse commented 1 year ago

You can do this programmatically by using the create_metadata_json function in metadata.py.

Closing this issue as I'm not planning to add this as a CLI option.