Lidarr plug-ins allow users to extend the capability of Lidarr to include new indexers and download clients, including peer-to-peer networks and common streaming services.
Plug-in capabilities are currently only available on the plugins
branch.
You cannot go back to a mainline Lidarr branch (master/develop/nightly) without restoring a database prior to the
plugins
branch
/settings/general
plugins
Update your Docker Compose file to use the following image, pull, and recreate your Lidarr container.
image: ghcr.io/hotio/lidarr:pr-plugins
/system/plugins
. You will have the option to enter the URL of the GitHub repository containing the plugin. Enter the URL and select Install. You can observe the progress in the lower left corner. The installation will take several seconds depending your installation.After completing the installation, Lidarr needs to be restarted for the plugin to work properly. The restart procedure varies depending on the platform used.
Plugin updates do not occur automatically
Both plugins and this documentation are community-driven. There are no official recommendations at this time, and each plugin is supported by its developer.
This plugin enables Lidarr to search Soulseek using Slskd. You must have a working Lidarr installation from the plugins branch and a working Slskd installation to use this plugin.
To generate the Api Key necessary for the communication to the Slskd app follow the steps here on the developer's respository
Once the plugin is installed, Slskd can be added as a download client.
/settings/downloadclients
, and select the + button under Download clients. Slskd will appear at the bottom under the Other section.To search, Slskd must also be added as an Indexer.
/settings/indexers
, and select the + button under Indexers. Slskd will appear at the bottom under the Other section.settings/profiles
and scroll down to Delay ProfilesSlskd is now available for both automatic and interactive searches. During Lidarr search operations you can view the slskd /searches
as they occur and monitor /downloads
.
Slskd (Soulseek) by lucapolesel