You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this comment the grouping tag is used to define series. However, when using abs to embed metadata into mp3 files, it writes the obsolete TXXX:grouping field, instead of the widely accepted GRP1 field, which is used by major id3 taggers (kid3, mp3tag, MusicBrainz Picard) and I cannot edit the tags anymore outside of abs, which kind of defeats the purpose of standardised tags.
What did you expect to happen?
Adiobookshelf recognizes the GRP1 tag when detecting metadata.
Steps to reproduce the issue
Edit series in audiobookshelf
Embed metadata into mp3 files
Try editing with an id3 tagger
Audiobookshelf version
2.17.3
How are you running audiobookshelf?
Docker
What OS is your Audiobookshelf server hosted from?
Linux
If the issue is being seen in the UI, what browsers are you seeing the problem on?
the grouping tag is only defined by one property, whereas e.g. Album is defined as file_tag_album: tryGrabTags(format, 'album', 'talb', 'tal'),, Artist as file_tag_artist: tryGrabTags(format, 'artist', 'tpe1', 'tp1'),.
Could the definition of grouping be expanded similarly to file_tag_grouping: tryGrabTags(format, 'grouping', 'grp1'),?
The text was updated successfully, but these errors were encountered:
What happened?
According to this comment the
grouping
tag is used to define series. However, when using abs to embed metadata into mp3 files, it writes the obsoleteTXXX:grouping
field, instead of the widely acceptedGRP1
field, which is used by major id3 taggers (kid3, mp3tag, MusicBrainz Picard) and I cannot edit the tags anymore outside of abs, which kind of defeats the purpose of standardised tags.What did you expect to happen?
Adiobookshelf recognizes the
GRP1
tag when detecting metadata.Steps to reproduce the issue
Audiobookshelf version
2.17.3
How are you running audiobookshelf?
Docker
What OS is your Audiobookshelf server hosted from?
Linux
If the issue is being seen in the UI, what browsers are you seeing the problem on?
Firefox
Logs
No response
Additional Notes
According to
audiobookshelf/server/utils/prober.js
Line 192 in c03f18b
grouping
tag is only defined by one property, whereas e.g. Album is defined asfile_tag_album: tryGrabTags(format, 'album', 'talb', 'tal'),
, Artist asfile_tag_artist: tryGrabTags(format, 'artist', 'tpe1', 'tp1'),
.Could the definition of grouping be expanded similarly to
file_tag_grouping: tryGrabTags(format, 'grouping', 'grp1'),
?The text was updated successfully, but these errors were encountered: