fluffy-critter / bandcrash

Bandcamp-style batch encoder and web player for independent musicians
MIT License
57 stars 0 forks source link

Add version-lines separate from titles #121

Open fluffy-critter opened 1 month ago

fluffy-critter commented 1 month ago

What is the problem you are trying to solve?

Instead of having titles like "Foo bar baz [dance version]" it should be a title of "Foo bar baz" with a version line of "dance version"

What solution would you like?

Metadata like

{
    "title": "Foo bar baz",
    "version": "Dance version"
}

This would result in [dance version] being appended to the id3 tag and filename, but would also enable nicer display on the player.