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

utorrent - seeding_time attribute does not work #183

Open
maZuFC opened this issue Nov 23, 2023 · 1 comment
Open

utorrent - seeding_time attribute does not work #183

maZuFC opened this issue Nov 23, 2023 · 1 comment

Comments

@maZuFC
Copy link

maZuFC commented Nov 23, 2023

hey

just came across this script and looking at setting it up.
slowly getting there but unfortunately im getting the following error when using the seeding_time attribute with utorrent.

the attribute create_time also isnt working...

Thu, 23 Nov 2023 15:15:46 autoremovetorrents.main ERROR: autoremovetorrents.exception.unsupportedproperty.UnsupportedProperty: 'Torrent' object has no attribute 'seeding_time'. Your client may not support this property, so the condition seeding_time does not work.
Thu, 23 Nov 2023 15:15:46 autoremovetorrents.main ERROR: Task Remove_Torrents fails.

anybody know where we can get the updated list of attributes?

@maZuFC
Copy link
Author

maZuFC commented Nov 23, 2023

the following also doesnt work...

delete_data: true

by using --view, there were 4 torrents showing up which matched the ratio criteria of 4.
once i ran the script... the torrents were removed from utorrent but the data/files remained

this is my config file.

Remove_Torrents:
client: utorrent
host: http://192.168.1.50:8080
username: leech
password: leech
strategies:
my_strategy:
remove: ratio > 4
delete_data: true

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

No branches or pull requests

1 participant