Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't process Uncategorized torrents in qbittorrent #91

Open
Simba98 opened this issue Oct 24, 2020 · 1 comment
Open

Can't process Uncategorized torrents in qbittorrent #91

Simba98 opened this issue Oct 24, 2020 · 1 comment
Labels

Comments

@Simba98
Copy link

Simba98 commented Oct 24, 2020

I use the qbittorrent to monitor a folder to auto-download torrents.

But by default, these torrents are uncategorized.
I tried this YAML:

   strategy2:    # Part I: Strategy Name
      # Part II: Filters
      categories: 
       - \"\"
      # Part III: Remove Condition
      ratio: 0

But it does not work.
And I also tried

   strategy2:    # Part I: Strategy Name
      # Part II: Filters
      categories: 
      # Part III: Remove Condition
      ratio: 0

It also doesn't work.

Any suggestions?
Thank you.

@jerrymakesjelly
Copy link
Owner

The category property of a torrent is a list, and the list is empty if a torrent is uncategorized. So, currently the autoremove-torrents cannot handle with uncategorized torrents.

We recommend you to assign a category to the torrents that need to be processed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants