clinton.hall

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

clinton.hall's Achievements

Noob

Noob (1/14)

1

Reputation

  1. ok, that's the issue... you can't link python3 since it isn't there! If the docker contains python3, nzbToMedia will work with it, but the version you have is not showing a python3 install.
  2. in the docker, can you show the output of the following? cd /usr/bin ls -al py* which python
  3. @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
  4. 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