lyarenei / jellyfin-plugin-listenbrainz

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

New feature: Option to select which libraries to enable listen submission #39

Closed yoooogaQAQ closed 10 months ago

yoooogaQAQ commented 11 months ago

Currently this plugin submit audio listens in all libraries.

It would be nice to have the option that allows users to select specific libraries to enable listen submission.

For example, some users may prefer:

lyarenei commented 11 months ago

Sounds good. I'll take a look into it.

lyarenei commented 11 months ago

Hi @kyrinyoga, I believe it should be pretty much done. If you want, you can try plugin version 3.1.0.0. To get it, you can either install it manually (plugin build available here), or add my development repo https://repo.xkrivo.net/jellyfin-dev/manifest.json to your server and install it from there.

The implemented behavior is described in the documentation.

Also, in case you will go with the repo route, don't forget to remove it afterward, so you won't accidentally get upgrades to future (and potentially broken) development builds.

Let me know how it goes, thanks.

yoooogaQAQ commented 11 months ago

Everything works as described. My books library is unchecked by default and only listens from the music library are sent. Thanks a lot!