InputUsername / rescrobbled

MPRIS music scrobbler daemon
GNU General Public License v3.0
232 stars 13 forks source link

Submit listen without release_name(album) #83

Closed MinmoTech closed 1 year ago

MinmoTech commented 1 year ago

I get the following error for most of the songs I downloaded locally from youtube:

Failed to update status on ListenBrainz

Caused by:
    API error (400): field track_metadata.release_name is empty.
Failed to submit track to ListenBrainz

Caused by:
    API error (400): field track_metadata.release_name is empty.

The listenbrains documentation lists: image

Which means the release_name field should be optional.

I assume the issue is that release_name gets submitted with an empty value while it should probably be omitted entirely instead.

Thanks for the awesome project and any kind of support!

InputUsername commented 1 year ago

Thanks for reporting this! This is a bug/limitation in my ListenBrainz library, could you please make an issue on its repo? https://github.com/InputUsername/listenbrainz-rs

Thanks for the awesome project and any kind of support!

Glad you find it useful!

InputUsername commented 1 year ago

@MinmoTech I've just released 0.7.0 which makes the album optional when submitting to ListenBrainz. Please let me know if it works for you so we can close this issue :smile:

MinmoTech commented 1 year ago

This works really well now!

I really need to set up a filter script so I don't pollute my listens too much now :grinning:

Thanks a lot!