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
Hey @dhowden, have you considered supporting multi-valued tags? I started looking deeper in this package's codebase, and I think we could introduce it without breaking compatibility, by adding methods like
Values(nametag.Name) []string// this returns all values for a given tag, with a normalized (enum) nameArtists() []stringAlbumArtists() []stringGenres() []stringPictureTypes() []stringPictures(typestring) *PictureRawValues() map[string][]any...
Actually I just implemented Pictures/PictureTypes in my fork, to investigate/resolve an issue in my music server (navidrome/navidrome#3254).
Any thoughts? I can try to implement this if you feel it is a good addition.
By the way, here's my change implementing multiple pictures, but just for Vorbis for now: deluan@dfe5e6e
The text was updated successfully, but these errors were encountered:
Hey @dhowden, have you considered supporting multi-valued tags? I started looking deeper in this package's codebase, and I think we could introduce it without breaking compatibility, by adding methods like
Actually I just implemented Pictures/PictureTypes in my fork, to investigate/resolve an issue in my music server (navidrome/navidrome#3254).
Any thoughts? I can try to implement this if you feel it is a good addition.
By the way, here's my change implementing multiple pictures, but just for Vorbis for now: deluan@dfe5e6e
The text was updated successfully, but these errors were encountered: