navidrome/core/scrobbler
Philipp Wolfer c8608956be
Fix listenbrainz submission and clarify MusicBrainz recording ID field (#2279)
* Fix MB recording ID parameter name for ListenBrainz submission

This follows the ListenBrainz API documentation.

Fixes #1657

* Rename MediaFile.MbzTrackID to MbzRecordingID

This better reflects the actual data. That the MusicBrainz
recording ID is stored in file metadata as musicbrainz_trackid
is a historical artifact.

* Rename database column mbz_track_id to mbz_recording_id
2023-06-16 18:00:01 -04:00
..
buffered_scrobbler.go Fix polling of buffered scrobbles 2023-02-07 19:18:26 -05:00
interfaces.go Implement Scrobble buffering/retrying 2021-07-02 10:04:41 -04:00
play_tracker.go Refactor play tracking 2023-02-11 18:52:28 -05:00
play_tracker_test.go Fix listenbrainz submission and clarify MusicBrainz recording ID field (#2279) 2023-06-16 18:00:01 -04:00
scrobbler_suite_test.go Rename log.LevelCritical to log.LevelFatal 2022-12-21 14:53:36 -05:00