lyarenei / jellyfin-plugin-listenbrainz

ListenBrainz plugin for Jellyfin.
MIT License
75 stars 3 forks source link

Some small plugin tweaks #46

Closed Maxr1998 closed 1 year ago

Maxr1998 commented 1 year ago

Getting the timestamp before the metadata request makes it a bit more accurate, if, for some reason, the MusicBrainz request takes a while (or even timeouts).

External metadata should only be requested from MusicBrainz on resubmission if enabled, to be consistent with the normal operation.

Lastly, the user data can be queried once instead of in every loop iteration.

lyarenei commented 1 year ago

Nice findings, thank you!

I'll try to get around finishing #41 and release it together.