clinton-hall / nzbToMedia

Provides NZB and Torrent postprocessing To CouchPotatoServer, SickBeard/SickRage, HeadPhones, Mylar and Gamez
GNU General Public License v3.0
673 stars 176 forks source link

Update status different on NZBGet and in .py file #1254

Closed rEes9P closed 6 months ago

rEes9P commented 7 years ago

I was looking into whether I needed to update my nzbToMedia scripts, even though this option is enabled in my NZBGet configuration, when I noticed something strange. While this option is enabled under NZBGet (auto_update is set to 1 for both nzbToMedia and nzbToSickBeard), when I open the nzbToMedia.py and nzbToSickBeard.py files it shows auto_update=0!

Any ideas what is going on? Thanks!

clinton-hall commented 7 years ago

the *.py files are not to be edited and DO NOT contain any settings... these lines you are looking at are simply what NZBGet reads to display available options.

The actual settings/configuration are stored in autoProcessMedia.cfg If you look at this file, under [General] you should see auto_update = 1