LME.JackTor is a torrent-based source module that queries a Jackett indexer aggregator, filters and ranks the results by quality, codec, and audio language, and streams them through one or more TorrServer nodes. All settings live under the "LME.JackTor" key in init.conf.
Full example
init.conf
Jackett connection
Hostname or full URL of your Jackett instance. If you omit the scheme, Jackett is assumed to be reachable at that address as-is. Falls back to the top-level
host field if left blank.Jackett API key. Found in the Jackett web UI under Dashboard → API Key. The module cannot search any indexers without this value.
Torrent filters
These fields discard results from Jackett before ranking begins. A value of0 disables the corresponding filter.
Minimum number of seeders. Torrents with fewer seeders than this value are dropped.
Minimum number of peers (seeders + leechers).
0 disables this filter.Maximum file size in bytes for movie torrents.
0 means no limit.Maximum file size in bytes for TV series torrents.
0 means no limit.Maximum torrent age in days. Torrents published before this window are dropped.
0 disables the filter.Quality, codec, and audio
Whitelist of allowed video resolutions in pixels. Results whose detected resolution is not in this list are excluded. Common values are
2160, 1080, 720, 480.HDR filter mode.
"any" allows all results regardless of HDR. Other accepted values depend on the release parser; "hdr" limits results to HDR content, "sdr" excludes HDR.Codec filter.
"any" allows all codecs. Set to a codec name such as "hevc" or "avc" to restrict results.Ordered list of preferred audio language codes. The module uses this order to rank results — entries earlier in the list score higher. The codes are matched against the detected voice label in the release title.
Search and display
Sort order for results presented to the user.
"sid" sorts by seeders (descending). Other values may be supported depending on the Lampac version.Controls how Jackett searches are constructed.
"both" runs both title-based and IMDB-based queries; "title" uses only the title; "imdb" uses only the IMDB identifier.Allowed year difference between the metadata year and the year detected in the release title. A value of
1 accepts releases where the title year is within one year of the expected year.When
true, results whose audio track cannot be identified are still included. Set to false to drop unidentified releases.When
true, all Jackett indexers are queried even if some are marked as failing. Use with caution — slow or broken indexers can increase response time significantly.Label shown for this source in the Lampac UI.
Sort order of this source in the Lampac source list. Lower numbers appear first.
Release filters
Regex pattern applied to the release title and voice label. Only releases matching this pattern are kept. An empty string disables the filter.
Regex pattern applied to the release title. Releases matching this pattern are dropped. Useful for excluding low-quality rips.
Tracker allow/block lists
Whitelist of Jackett tracker IDs. When non-empty, only results from trackers in this list are kept. An empty array allows all trackers. In the example:
["toloka", "rutracker", "noname-club"].Blacklist of Jackett tracker IDs. Results from trackers in this list are always dropped, even if
trackers_allow is also set.TorrServer nodes
List of TorrServer base URLs used for playback. The module tries each in order. Example:
["http://127.0.0.1:8090"].List of authenticated TorrServer nodes. Each entry supports per-node credentials, country filtering, and custom HTTP headers.
Default credentials applied to all TorrServer nodes that do not have their own entry in
auth_torrs.Grouping
Group identifier for the source in the Lampac UI. Sources with the same
group value are visually grouped together. 0 places the source in the default group.When
true, the group header is hidden and only the individual source entries are shown.