bobokun
bobokun
Currently if a tracker isn't configured it will add the trackers that are missing in your config.yml file when trying to tag.
How would you identify the torrent is public or private?
I don't think we can safely assume that if it's not in the configuration file then it's public.
I'll see if I can come up with a solution.
This is added in develop. Please see updated sample config on how to use this function. It will automatically run on `--cat-update` https://github.com/StuffAnThings/qbit_manage/blob/dddafaf0ed6b736d5fc9418a1894809551ea0ba0/config/config.yml.sample#L40-L47
I'm thinking of implementing a priority feature for specifying share limits. Please take a look at the sample config to see if it would satisfy this requirements. This would mean...
@Technoguyfication if you're interested, [qbit_manage](https://github.com/StuffAnThings/qbit_manage) handles updating categories.
Currently this functionality is sorta implemented via hardlinks, if Radarr upgrades a movie, the previous torrent would no longer be hardlinked and therefore all cross-seeds would be removed eventually via...
> The one without the cross-seed tag. If only one has no cross-seed tag, it's the original, would that work? We can't generalize that everyone tags cross-seeded torrents with a...
Please help test this as it's not thoroughly tested