caronc / nzb-notify

Push Notifications to a large number of supported services for NZBGet and SABnzbd (based on Apprise)
GNU General Public License v3.0
129 stars 16 forks source link

Not saving config #44

Closed barbequesauce closed 5 years ago

barbequesauce commented 5 years ago

Hi - just discovered this, great tool- thank you for writing it!

Small issue with nzbget - everything works, except my config doesn’t save. After reload the options switch back. I can’t figure out where the config file is that the settings are being read from so I can check permissions?

caronc commented 5 years ago

Your issue is more specific to NZBGet unfortunately. When you save your configuration file for Subliminal, it saves to the same configuration file that everything else is saved in.

What operating system are you using and what version of NZBGet?

barbequesauce commented 5 years ago

Yeah sorry I figured it out late last night - the settings were being saved in the nzbget.conf file.

There's a separate bug in v20 where it appends config changes to the end of the config file (meaning you may have the same setting specified multiple times). Good news is that it is appending, and the file is read beginning-to-end (so the last one takes precedence). Bad news is that I now have a 47k line config...