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
Hello! I've been an avid user of Gonic for a few years now, and I'd really like for it to provide some additional fields when scrobbling to Listenbrainz. Specifically:
Album's year/date, via the date field in additional_info.
I'm not 100% sure about including the second field, as I've not seen it referenced anywhere in the official ListenBrainz API docs, especially in the table linked above, nor could I really find much else online (however in a very niche use-case it is something a sample of a foobar extension sends within its payload, which I've accidentally been fully embracing long before looking up the details to raise this issue). In any case, I'd be happy to exclude this one for the sake of fitting to the spec.
I believe these should be relatively easy implementations after having read listenbrainz.go, and have absolutely considered making the contributions myself but am not at all used to the Go language and have struggled setting up the development environment to test it properly in the past 😅.
The text was updated successfully, but these errors were encountered:
hm I think this would need to be configurable. for example I use lastfm for tag genre metadata which quite often can be completely wrong (eg two artists with the same name)
I think it would be irresponsible for me for example to just start submitting those tags (some of which genres) to MB
where do you get your genre metadata as a matter of interest ? 👀
I use lastfm for tag genre metadata which quite often can be completely wrong
That's fair! I'm not sure how seriously the field should be taken, considering the ListenBrainz documentation provides all metadata and MB UUIDs fields accurately for Never Gonna Give You Up, yet suggests [ "you", "just", "got", "rick rolled!" ] for the tags field 🤔 It also suggests the field is "A list of user-defined folksonomy tags to be associated with this recording"
where do you get your genre metadata as a matter of interest ? 👀
Mostly manual - either from knowledge about the artist, and I'll use pretty consistent naming across my library, or from Wikipedia or MusicBrainz itself.
but yeah sure if people like yourself are manually adding genre info to your metatdat then this definitely makes sense. just the automatic sending of unverified potential genre tags to mb could hurt the data I reckon
Hello! I've been an avid user of Gonic for a few years now, and I'd really like for it to provide some additional fields when scrobbling to Listenbrainz. Specifically:
tags
field inadditional_info
(source: https://listenbrainz.readthedocs.io/en/latest/users/json.html#id1)date
field inadditional_info
.I'm not 100% sure about including the second field, as I've not seen it referenced anywhere in the official ListenBrainz API docs, especially in the table linked above, nor could I really find much else online (however in a very niche use-case it is something a sample of a foobar extension sends within its payload, which I've accidentally been fully embracing long before looking up the details to raise this issue). In any case, I'd be happy to exclude this one for the sake of fitting to the spec.
I believe these should be relatively easy implementations after having read listenbrainz.go, and have absolutely considered making the contributions myself but am not at all used to the Go language and have struggled setting up the development environment to test it properly in the past 😅.
The text was updated successfully, but these errors were encountered: