Open fluffy-critter opened 1 month ago
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"
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.
[dance version]
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
This would result in
[dance version]
being appended to the id3 tag and filename, but would also enable nicer display on the player.