Zilean
Overview
Zilean is a service that allows you to search for DebridMediaManager sourced arr-less content. When the service is started, it will automatically download and index all the DMM shared hashlists and index them using Lucene. The service provides a search endpoint that allows you to search for content using a query string, and returns a list of filenames and infohashes. There is no clean filtering applied to the search results, the idea behind this endpoint is Riven performs that using RTN. The DMM import reruns on missing pages every hour.
Prerequisites
Setup
For setting up Zilean, you can add it to your existing docker-compose file or create a new one. Below is an example of how you can add Zilean to your docker-compose file.
Installation
To install Zilean, you can use the following docker-compose file.
By default, Zilean will use upto 6-7 GB of RAM for about an hour to index all the DMM shared hashlists.
You can uncomment the Zilean__Dmm__ImportBatched
environment variable to enable batched import, which is for low-end systems.
You can modify the environment variables as needed. The default values are shown in the example above.
Zilean__Database__ConnectionString
: The connection string for the PostgreSQL database. You can modify this to match your database configuration.Zilean__Dmm__ImportBatched
: Allows enabling batched import - this is for low-end systems.Zilean__Dmm__MaxFilteredResults
: Allows changing the maximum number of filtered results returned by the DMM API. 200 is the default.Zilean__Dmm__MinimumScoreMatch
: Allows changing the minimum score match for the DMM API. 0.85 is the default. Values between 0 and 1 are accepted.
Usage
Once Zilean is up and running, you can enable the service in Riven with the correct URL and port. The default URL is http://localhost:8181
.