-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Spec] Multiple entries in #GENRE / #LANGUAGE / #CREATOR #30
Comments
I also seen |
How about instead of seperating on character to introduce multiple TAGS if you'd want multiple values? And read all lines starting with a certain tag.
this would prevent possible clashes with seperation characters vs the actual value. An issue like this was recently found by myself for usdb-syncer bohning/usdb_syncer#169 Don't get me wrong i like to have a feature where multiple values can be used for a certain tag but not sure how to make a good architecture for it |
I think most other programs use a separator by default rather than using the tag multiple times. I am thinking of csv files as an example. |
UltraSinger currently uses
|
Which separator would you like the most?
|
Most natural and easy to type is a comma-separated list |
To ellaborate on the If the element can only contain one word then i'd go for comma or semicolon. z If you just want one delimeter, a pipe or symbol which isn't used in natural language is a good choice :)
No one should edit txt files themselves by hand. And creator software can just give the user multiple inputs (checkboxes) for genres or something :) |
Let's use comma and end this discussion here 👍 This should be fine. SUMMARY / FINAL RESULTS 🏁So here are the final results for this issue. We enable multiple entries in #GENRE, #LANGUAGE, #CREATOR and #EDITION in version 1.1.0 via separator. Separator is comma ","
The description in the spec (website) will be complemented with these infos:
|
Not quite sure if all these fields are only containing one thing per instance.. GENRE => Alternative Rock, Heavy Metal, New Wave Language is probably the only one with only one word :o |
I agree with @Baklap4, they can be multiple words, but I don’t see a problem with that, as long as there are no commas in the entries (most likely not the case for any of the three). |
Suggestion
It would be good to have multiple entries in #GENRE, #LANGUAGE, #EDITION and #CREATOR.
Example:
#GENRE: Rock | Grunge | Alternative
#LANGUAGE: English | French
#CREATOR: DoubleDee | Bohning | retrogirl
#EDITION: Eurovision | SingStar | SongChecked | Duets
Use case
There are a lot of songs that
Extra info/examples/attachments
Which separator would be the best?
In #19 for music database #MUSICDB we are going to have a consens to use |
The text was updated successfully, but these errors were encountered: