-
Notifications
You must be signed in to change notification settings - Fork 28
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
Trial and error genre not genres dependant #81
Conversation
The genre tag's official name is difficult to find....no luck so far. I think there is no real definition. Naming it "GENRE" is just what people use. Update 30 minutes later: looking for genre is misleading since the tags actual name is ID3v2.4 introduces a definition for lists to be saved as strings with NULL characters separated. In case of So to answer my own questions:
More questions
Maybe |
genre = genres.single_field() | ||
|
||
genre = MediaField( | ||
MP3StorageStyle('genre'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is actually wrong. should be TCON
, if genre should be a "simple string version" of genres plural.
This was just an experiment. Some useful research on id3 tags in there though. Closing. |
Just some trial and error approach for now. Details later.
Todo: Investigate what the default name for genre tag is according to whoever invented it and if it is common to use a "genres" plural tag as well (I guess not and wonder how difficult it is to find out what is contained in a genre tag - a list or a string, ....) Investigate, investigate more....
Read this for newer tags: https://id3.org/id3v2.4.0-frames
Read maybe this for older tags:
Links source: https://en.wikipedia.org/wiki/ID3#References