-
Hi, I'd like to be able to set the following ID3 tags on tracks: albumartist (as a different value from artist), comment, contentgroup, description, itunesmediatype, movementname, movement, releasetime, series, series-part, subtitle.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The answer about To convey these to ID3 tags, you will need to add a tag mapping, as described here: |
Beta Was this translation helpful? Give feedback.
-
Thanks, I got that to work.
|
Beta Was this translation helpful? Give feedback.
Thanks, I got that to work.
I realize that although I want to write additional tags to all chapters / tracks in the album, I may not want to store them in the database to avoid duplicate information.
For example, its probably fine to store genre for each track even though its the same as for the overall album, but storing the description / summary of the book both on an album and on a per-track basis would lead to a lot of duplicate info in the database.
Is there a way for me to write additional ID3 tags to each individual file without having to save those tags to the database?
Something else I also noticed is when setting the comments field for
TrackInfo
, I noticed it got truncated w…