Skip to content

Instantly share code, notes, and snippets.

@drizuid
Created September 30, 2023 14:42
Show Gist options
  • Save drizuid/d38ee839b423d968dcc2fcd8b156733a to your computer and use it in GitHub Desktop.
Save drizuid/d38ee839b423d968dcc2fcd8b156733a to your computer and use it in GitHub Desktop.
xs movies
"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",
};
@drizuid
Copy link
Author

drizuid commented Sep 30, 2023

"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/8/api?apikey=<redacted>",
      "http://prowlarr:9696/7/api?apikey=<redacted>"
    ],
    dataDirs: [
      "/downloads/TV"
    ],
    linkDir: "/downloads/non-plex/np-tv",
    linkType: "hardlink",
    maxDataDepth: 2,
    torrentDir: "/torrents",
    outputDir: "/downloads/cross-seeds",
    includeEpisodes: true,
    includeNonVideos: false,
    fuzzySizeThreshold: 0.02,
    action: "inject",
    transmissionRpcUrl: "http://chocolate:SALTYballs@transmission:9091/transmission/rpc",
    duplicateCategories: false,
    port: 2468,
    rssCadence: "10 minutes",
    searchCadence: "2 weeks",
    excludeRecentSearch: "26 weeks",
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment