Jump to content

clinton.hall

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by clinton.hall

  1. @binhex

     

    Sorry for the confusion created. The nzbToMedia script was recently made python3 compatible, this is why we changed from calling python2 to python.

     

    So there should be no issue if python already exists and point to python3.

    The reason for Switchblades request for the symlink is that we thought "python" didn't exist. Initially on update of the script, the script failed to run (I believe the issue is that if failed to run within unraid and NOT within the SABnzbd docker). So if it does we don't have any issue. I took me a longtime to figure out the difference between the SABnzbd Docker environment and the root unraid environment.

     

    @Switchblade

     

    Please test the script after resetting the link to python3

    via terminal into docker

    ln -sf /usr/bin/python3 /usr/bin/python

     

  2. Hi All,

    nzbToMedia is fully compatible with SickChill (Formerly SickRage), SiCKRAGE (Formerly SiCKRAGE TV), Medusa, SickGear, and most Common SickBeard Derivatives.


    For all of these the section is still [SickBeard]
    Just set fork = auto under the appropriate category.

    This will work with either webUI user and pass entered OR with the api entered (for those forks that support api postprocessing. SiCKRAGE, SickChill, Medusa)

     

    So, all setup should be as per your previous, but I recommend switching to fork = auto to avoid any changed names. This also allows for more flexability as new features are added to the WebUI or api commands.

     

    Here is the recommended autoProcessMedia.cfg details for a working SickChill, SiCKRAGE, Medusa interaction using api

    [SickBeard]
        [[tv]]
            enabled = 1
            host = localhost
            port = <Sick* port>
            apikey =
            fork = auto

    Here is the autoPorcessMedia.cfg details for a working Sick* fork using WebUI

    [SickBeard]
        [[tv]]
            enabled = 1
            host = localhost
            port = <Sick* Port>
            apikey = ""
            username = <WebUI user>
            password = <WebUI Pass>
            fork = auto

     

    • Like 1
×
×
  • Create New...