Created
September 30, 2023 14:42
-
-
Save drizuid/d38ee839b423d968dcc2fcd8b156733a to your computer and use it in GitHub Desktop.
xs movies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
Object.defineProperty(exports, "__esModule", { value: true }); | |
module.exports = { | |
delay: 10, | |
/** | |
* 1: BHD | |
* 3: BIB | |
* 4: PTP | |
* 5: HDB | |
* 6: MAM | |
* 7: TL | |
* 8: BTN | |
* 9: RED | |
*/ | |
torznab: [ | |
"http://prowlarr:9696/5/api?apikey=<redacted>", | |
"http://prowlarr:9696/1/api?apikey=<redacted>", | |
"http://prowlarr:9696/4/api?apikey=<redacted>", | |
"http://prowlarr:9696/7/api?apikey=<redacted>" | |
], | |
dataDirs: [ | |
"/downloads/Movies", | |
"/downloads/UHD | |
], | |
linkDir: "/downloads/non-plex/np-movies", | |
linkType: "hardlink", | |
maxDataDepth: 2, | |
torrentDir: "/torrents", | |
outputDir: "/downloads/cross-seeds", | |
includeEpisodes: false, | |
includeNonVideos: false, | |
fuzzySizeThreshold: 0.02, | |
action: "inject", | |
transmissionRpcUrl: "http://salty:NUTS69@transmission:9091/transmission/rpc", | |
port: 2468, | |
rssCadence: "10 minutes", | |
searchCadence: "2 weeks", | |
excludeRecentSearch: "26 weeks", | |
}; |
Author
drizuid
commented
Sep 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment