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

Settings not being applied in 2.1.0 #11

Closed
jeliastam opened this issue Sep 30, 2021 · 5 comments
Closed

Settings not being applied in 2.1.0 #11

jeliastam opened this issue Sep 30, 2021 · 5 comments

Comments

@jeliastam
Copy link

initially, I saw an error in the deluge log for config/seedtime.conf not existing, so I created it.

The error went away and settings seemed to be saving but the config was still empty.

I manually added defaults and adjusted them, but that had to affect. I have no idea where the settings are being stored, but regardless of the values, the column values for seed time and remaining time do not update.

@vanossj
Copy link
Owner

vanossj commented Oct 1, 2021

the seedtime.conf file should be in the deluge config directory.

Default locations:

  • Windows: %APPDATA%\deluge\seedtime.conf
  • Linux/Mac: ~/.config/deluge/seedtime.conf

This file should change when you change the plugin settings.

The seedtime.conf file with default settings should look like this

{
    "file": 1,
    "format": 1
}{
    "default_stop_time": 7,
    "delay_time": 1,
    "filter_list": [],
    "remove_torrent": false,
    "torrent_stop_times": {}
}

If you modify the values in the file instead of through the UI (not recommended), you will probably have to restart the deluge client and server for it to reread the file and apply the new values.

@jeliastam
Copy link
Author

ah I was missing the first object... thank you!

I think the config path is a little different because im using the linuxserver.io deluge docker on unraid.

ok got the conf file working... but I am still see 0's for Stop Seed Time and Remaining Seed Time for everything.

image

I think this plugin is a great and would love to get it working.

@vanossj
Copy link
Owner

vanossj commented Oct 2, 2021

hmm, there should be a default filter added but there doesn't appear to be one. Press the Add button, then change the filter to .* as a catch all. You can add other filters by following the instructions here.

image

@jeliastam
Copy link
Author

jeliastam commented Oct 2, 2021 via email

@jeliastam
Copy link
Author

jeliastam commented Oct 3, 2021 via email

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

2 participants