clinton-hall / nzbToMedia

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

SickRage Sub-Directory #975

Closed notlimahrelyt closed 4 months ago

notlimahrelyt commented 8 years ago

I'm running SickRage with NZBGet, but SickRage is running with a sub-directory involved (localhost:8081/sickrage).

How can i configure the NZBtoSickBeard script to include this sub-directory?

clinton-hall commented 8 years ago

it is called web_root in NZBGet web ui, under nzbToSickBeard sbweb_root = sickrage

in autoProcessMedia.cfg it looks like

[SickBeard]
    #### autoProcessing for TV Series
    #### tv - category that gets called for post-processing with SB
    [[tv]]
        enabled = 1
        host = localhost
        port = 8081
        username =
        password =
        web_root = sickrage