Skip to content

Commit

Permalink
feat(cross-seed): allow partial (but safe) matching
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 21, 2024
1 parent 9ba3229 commit dc3e046
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kubernetes/apps/media/cross-seed/app/resources/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ module.exports = {
action: "inject",
apiKey: process.env.CROSS_SEED_API_KEY,
delay: 30,
duplicateCategories: false,
includeEpisodes: true,
includeNonVideos: true,
includeSingleEpisodes: true,
linkCategory: "cross-seed",
linkDir: "/media/downloads/torrents/complete/cross-seed",
linkType: "hardlink",
matchMode: "safe",
matchMode: "partial",
outputDir: "/tmp",
port: Number(process.env.CROSS_SEED_PORT),
qbittorrentUrl: "http://qbittorrent.media.svc.cluster.local:8080",
Expand Down

0 comments on commit dc3e046

Please sign in to comment.