Skip to content

need some more clarity for using linkdir and linkdata options to search for torrents based on downloads #420

Closed Answered by zakkarry
goffy59 asked this question in Q&A
Discussion options

You must be logged in to vote

https://www.cross-seed.org/docs/tutorials/data-based-matching

#465 (comment) - good writeup by another user too

deluge bash script

  • execute plugin with path to bash script as script to run "/path/to/script.sh'
  • will need to restart deluge after enabling execute "complete" script

#!/bin/bash
torrentid=$1
torrentname=$2
torrentpath=$3
curl -XPOST http://localhost:2468/api/webhook --data-urlencode "path=$torrentpath/$torrentname"

qbittorrent

  • add this to on execute in options

curl -XPOST http://localhost:2468/api/webhook --data-urlencode "path=%F"

config

  • matchMode is "risky" or "safe" - depending on your indexers consistency
  • linkType is dependant on your setup functioning with the type of …

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by zakkarry
Comment options

You must be logged in to vote
3 replies
@zakkarry
Comment options

@goffy59
Comment options

@zakkarry
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bt client search Related to search
3 participants
Converted from issue

This discussion was converted from issue #419 on May 15, 2023 22:40.