lyarenei / jellyfin-plugin-listenbrainz

ListenBrainz plugin for Jellyfin.
MIT License
65 stars 2 forks source link

Sync favorite recordings (songs) LB -> JF #32

Closed lyarenei closed 4 months ago

lyarenei commented 1 year ago

With feedback endpoints, it should be possible to sync favorite items from ListenBrainz back to Jellyfin (with MBID matching).

There are two approaches:

  1. Get all
  2. Get by MBID

Option 1 looks like it'd be the way as this will probably run as a scheduled task.

It might be good to take a look on #31 first, there is a potential to make a lot of requests in a short period of time.