jimbohead

Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by jimbohead

  1. Figured it out! There's a known issue with the latest version. Follow the updated guide here: https://docs.ibracorp.io/all-guides-in-order/documentation/cloudflare-tunnel So thankful for the UnRaid community to help me get this up and running overnight!
  2. Bummer. I also have a blank (hidden) .json file with no name.
  3. Running into the exact same issue. Thought it was a syntax error on my end, but I've been reading that others are also not getting a UUID. When navigating to the appdata folder, I can't see any json files, but also can't figure out how to delete the original (2) tunnels I created.
  4. Sorry for the bump, but anyone have an idea on what might be happening based on the attached logs?
  5. My covers are baaaack and I was able to download logs from troubleshooting, download logs (attached). Same playback error as posted above on any of my files. Any guidance here would be much appreciated! Thanks ahead! Plex Media Server Logs_2019-06-17_22-49-43.zip
  6. Thanks squid, but the issue seems to have gotten worse. No covers are showing and I'm unable to pull logs from Plex (troubleshooting option doesn't appear) Attaching logs manually pulled from the logs folder.
  7. Hi all, had Plex running just fine until my power went out the other night. The docker image disappeared (saw the orphan image) and have been unsuccessful in my attempts to reinstall. Here are the logs from the fresh install. It seems to install properly and I'm able to access the Plex interface, but I'm unable to access any of my media and nothing updates (e.g. new movie added but Plex doesn't see it) . See playback error screenshot. Any ideas? Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="plex" --net="host" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "VERSION"="docker" -e "TCP_PORT_32400"="32400" -e "TCP_PORT_3005"="3005" -e "TCP_PORT_8324"="8324" -e "TCP_PORT_32469"="32469" -e "UDP_PORT_1900"="1900" -e "UDP_PORT_32410"="32410" -e "UDP_PORT_32412"="32412" -e "UDP_PORT_32413"="32413" -e "UDP_PORT_32414"="32414" -e "PUID"="99" -e "PGID"="100" -v "/mnt/user/Media/Movies/":"/movies":rw -v "/mnt/user/Media/":"/tv":rw -v "/mnt/user/appdata/plex":"/config":rw linuxserver/plex Unable to find image 'linuxserver/plex:latest' locally latest: Pulling from linuxserver/plex dadaf844289c: Pulling fs layer 7dc3b1f15044: Pulling fs layer 80fcb4a2a1b5: Pulling fs layer 95dd2aca3a54: Pulling fs layer 77c939d32925: Pulling fs layer 82e412194be5: Pulling fs layer 77c939d32925: Waiting 82e412194be5: Waiting 95dd2aca3a54: Waiting 7dc3b1f15044: Download complete 80fcb4a2a1b5: Verifying Checksum 80fcb4a2a1b5: Download complete 95dd2aca3a54: Verifying Checksum 95dd2aca3a54: Download complete dadaf844289c: Verifying Checksum dadaf844289c: Download complete 82e412194be5: Verifying Checksum 82e412194be5: Download complete dadaf844289c: Pull complete 77c939d32925: Verifying Checksum 77c939d32925: Download complete 7dc3b1f15044: Pull complete 80fcb4a2a1b5: Pull complete 95dd2aca3a54: Pull complete 77c939d32925: Pull complete 82e412194be5: Pull complete Digest: sha256:fe77dfa9bc1cacfd9f28b61374dc95d6f9a534c5814a6785cfe8b9907d53cc34 Status: Downloaded newer image for linuxserver/plex:latest 870c084c9931173193796c88eb65451d22320819989a8d39b6a63d7e9247a1aa The command finished successfully! [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 10-adduser: executing... ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 40-chown-files: executing... [cont-init.d] 40-chown-files: exited 0. [cont-init.d] 50-gid-video: executing... [cont-init.d] 50-gid-video: exited 0. [cont-init.d] 60-plex-update: executing... Docker is used for verisoning skip update check [cont-init.d] 60-plex-update: exited 0. [cont-init.d] 99-custom-scripts: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-scripts: exited 0. [cont-init.d] done. [services.d] starting services Starting Plex Media Server. [services.d] done.
  8. Hi All, switched over from Needo's fork a couple weeks ago and after having the new LIO docker image rescan my library I thought I was in the clear. However, I've noticed some strange behavior since switching over.. None of my new shows/movies show up without me manually refreshing the library. And finally today after pulling and installing the latest update, my server just completely crapped out. It's unreachable even from my local network. Any guidance would be extremely appreciated! Obligatory run command below for starters. Thanks ahead! root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="plex" --net="host" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -e "VERSION"="latest" -v "/mnt/user/Media/":"/media":rw -v "/mnt/user/appdata/plex/Library/Application Support/Plex Media Server/Plug-ins/":"/plugins":rw -v "/mnt/user/appdata/plex":"/config":rw linuxserver/plex
  9. Took the plunge and am in the process of switching from needo's repository to linuxserverio by following instructions here: However... Running into a brick wall as when I try to add the docker from community applications, it doesn't give me the template to fill in the same mappings from my previous install. When I try and manually add the mappings, it fails and the docker application disappears from the installed apps list. Any guidance would be much appreciated!
  10. RobJ - thank you so much! Sorry I missed that.. Searched the forums, but should have scoured the FAQ. Will mark thread as answered. BTW- it worked wonderfully with Sabnzbd!
  11. Thanks@tdallen, plan to but unsure on the process to switch. Any tips? Sent from my iPhone using Tapatalk
  12. Hi all! My unRAID config has been humming along for the past 15 months and I'm reluctant to make any major changes, but I noticed that needo's repository is no longer (or so it seems) supported. I have my two primary docker apps pulled from his repository and was wondering what it would take to switch to the official Plex repo and linuxserver's sabnzbd. My Sabnzbd install is stuck at 1.0.0 and never finds an update. Plex still seems to update fine. Any thoughts? Thanks!
  13. Thanks! That was it, the category was movie in the script and "movies" in Sab and Couch. [19:38:41] [iNFO]::MAIN: Loading config from [/appdata/sabnzbd/nzbToMedia/autoProcessMedia.cfg] [19:38:41] [iNFO]::MAIN: Checking database structure... [19:38:41] [iNFO]::MAIN: Checking if git needs an update [19:38:41] [ERROR]::MAIN: Unable to determine installed version via git, please check your logs! [19:38:41] [iNFO]::MAIN: No update needed [19:38:41] [iNFO]::MAIN: nzbToMedia Version:10.13 Branch:master (Linux 4.1.13-unRAID) [19:38:41] [WARNING]::MAIN: Failed to locate 7zip. Transcosing of disk images and extraction of .7z files will not be possible! [19:38:41] [iNFO]::MAIN: ######################################################### [19:38:41] [iNFO]::MAIN: ## ..::[nzbToMedia.pyc]::.. ## [19:38:41] [iNFO]::MAIN: ######################################################### [19:38:41] [iNFO]::MAIN: Script triggered from SABnzbd [19:38:41] [iNFO]::MAIN: Auto-detected SECTION:CouchPotato [19:38:41] [iNFO]::MAIN: Calling CouchPotato:movie to post-process:The.Perfect.Guy.2015.BRRip.XviD.AC3-EVO.cp(tt3862750).nzb [19:38:41] [iNFO]::MAIN: Attemping imdbID lookup for The.Perfect.Guy.2015.BRRip.XviD.AC3-EVO.cp(tt3862750).nzb [19:38:41] [iNFO]::MAIN: Searching folder and file names for imdbID ... [19:38:41] [iNFO]::MAIN: Found imdbID [tt3862750] [19:38:41] [iNFO]::TRANSCODER: Checking [The.Perfect.Guy.2015.BRRip.XviD.AC3-EVO.cp(tt3862750).2.avi] for corruption, please stand by ... [19:38:41] [iNFO]::TRANSCODER: SUCCESS: [The.Perfect.Guy.2015.BRRip.XviD.AC3-EVO.cp(tt3862750).2.avi] has no corruption. [19:38:41] [postPROCESS]::COUCHPOTATO: Starting renamer scan for The.Perfect.Guy.2015.BRRip.XviD.AC3-EVO.cp(tt3862750).nzb [19:38:47] [postPROCESS]::COUCHPOTATO: SUCCESS: Finished renamer scan for folder /downloads/complete/The.Perfect.Guy.2015.BRRip.XviD.AC3-EVO.cp(tt3862750).2 [19:38:47] [postPROCESS]::COUCHPOTATO: Checking for status change, please stand by ... [19:38:47] [postPROCESS]::COUCHPOTATO: SUCCESS: Release The.Perfect.Guy.2015.BRRip.XviD.AC3-EVO.cp(tt3862750).nzb has now been marked with a status of [DONE] [19:38:47] [iNFO]::CLEANDIR: Directory /downloads/complete/The.Perfect.Guy.2015.BRRip.XviD.AC3-EVO.cp(tt3862750).2 has been processed and removed ... [19:38:47] [iNFO]::MAIN: The /appdata/sabnzbd/nzbToMedia/nzbToCouchPotato.py script completed successfully. CouchPotato: Successfully post-processed The.Perfect.Guy.2015.BRRip.XviD.AC3-EVO.cp(tt3862750).nzb! Marking this as closed. Thanks again so much to CHBMB and spencers for all your help!!!
  14. FINALLY! SUCCESS! (with SickRage anyway) Ashamed to say, I had left the watch_dir field with " ".. Changed it and it processed successfully! [18:47:45] [iNFO]::MAIN: Loading config from [/appdata/sabnzbd/nzbToMedia/autoProcessMedia.cfg] [18:47:45] [iNFO]::MAIN: Checking database structure... [18:47:45] [iNFO]::MAIN: Database upgrade required: Initial Schema [18:47:45] [iNFO]::MAIN: Checking if git needs an update [18:47:45] [ERROR]::MAIN: Unable to determine installed version via git, please check your logs! [18:47:45] [iNFO]::MAIN: No update needed [18:47:45] [iNFO]::MAIN: nzbToMedia Version:10.13 Branch:master (Linux 4.1.13-unRAID) [18:47:45] [WARNING]::MAIN: Failed to locate 7zip. Transcosing of disk images and extraction of .7z files will not be possible! [18:47:45] [iNFO]::MAIN: ######################################################### [18:47:45] [iNFO]::MAIN: ## ..::[nzbToMedia.pyc]::.. ## [18:47:45] [iNFO]::MAIN: ######################################################### [18:47:45] [iNFO]::MAIN: Script triggered from SABnzbd [18:47:45] [iNFO]::MAIN: Auto-detected SECTION:SickBeard [18:47:45] [iNFO]::MAIN: Calling SickBeard:tv to post-process:Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated.nzb [18:47:45] [iNFO]::MAIN: Attempting to auto-detect tv fork [18:47:45] [iNFO]::MAIN: SickBeard:tv fork auto-detection successful ... [18:47:45] [iNFO]::MAIN: SickBeard:tv fork set to sickrage [18:47:45] [iNFO]::MAIN: FLATTEN: Flattening directory: /downloads/complete/Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated [18:47:45] [iNFO]::TRANSCODER: Checking [Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated.mp4] for corruption, please stand by ... [18:47:45] [iNFO]::TRANSCODER: SUCCESS: [Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated.mp4] has no corruption. [18:47:45] [postPROCESS]::SICKBEARD: SUCCESS: The download succeeded, sending a post-process request [18:47:47] [postPROCESS]::SICKBEARD: Processing folder /downloads/complete/Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated [18:47:47] [postPROCESS]::SICKBEARD: PostProcessing Path: /downloads/complete [18:47:47] [postPROCESS]::SICKBEARD: PostProcessing Dirs: [u'Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated'] [18:47:47] [postPROCESS]::SICKBEARD: PostProcessing Files: [] [18:47:47] [postPROCESS]::SICKBEARD: PostProcessing VideoFiles: [] [18:47:47] [postPROCESS]::SICKBEARD: PostProcessing RarContent: [] [18:47:47] [postPROCESS]::SICKBEARD: PostProcessing VideoInRar: [] [18:47:47] [postPROCESS]::SICKBEARD: Processing folder Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated [18:47:47] [postPROCESS]::SICKBEARD: Processing folder /downloads/complete/Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated [18:47:47] [postPROCESS]::SICKBEARD: Found unwanted files: ['WThE9ia8ktHUClcqAOOGjXgAjmpnUYYLpMTjMaM1aNwBzq7XxwH.vol00+01.par2', 'WThE9ia8ktHUClcqAOOGjXgAjmpnUYYLpMTjMaM1aNwBzq7XxwH.sfv'] [18:47:47] [postPROCESS]::SICKBEARD: Processing /downloads/complete/Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated/Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated.mp4 (Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated.nzb) [18:47:47] [postPROCESS]::SICKBEARD: Retrieving episode object for 3x5 [18:47:47] [postPROCESS]::SICKBEARD: Snatch history had a quality in it, using that: SDTV [18:47:47] [postPROCESS]::SICKBEARD: SR snatched this episode and it is not processed before [18:47:47] [postPROCESS]::SICKBEARD: Is ep a priority download: True [18:47:47] [postPROCESS]::SICKBEARD: There is no existing file so there's no worries about replacing it [18:47:47] [postPROCESS]::SICKBEARD: This download is marked a priority download so I'm going to replace an existing file if I find one [18:47:47] [postPROCESS]::SICKBEARD: Found release name Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE [18:47:47] [postPROCESS]::SICKBEARD: Destination folder for this episode: /tv/Fixer Upper/Season 3 [18:47:47] [postPROCESS]::SICKBEARD: Moving file from /downloads/complete/Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated/Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated.mp4 to /tv/Fixer Upper/Season 3/Fixer Upper - S03E05 - The Best of Chip and Joanna.mp4 [18:47:47] [postPROCESS]::SICKBEARD: Processing succeeded for /downloads/complete/Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated/Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated.mp4 [18:47:47] [postPROCESS]::SICKBEARD: Deleting file: WThE9ia8ktHUClcqAOOGjXgAjmpnUYYLpMTjMaM1aNwBzq7XxwH.vol00+01.par2 [18:47:47] [postPROCESS]::SICKBEARD: Deleting file: WThE9ia8ktHUClcqAOOGjXgAjmpnUYYLpMTjMaM1aNwBzq7XxwH.sfv [18:47:47] [postPROCESS]::SICKBEARD: Deleted folder: /downloads/complete/Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated [18:47:47] [postPROCESS]::SICKBEARD: Successfully processed [18:47:47] [iNFO]::CLEANDIR: Directory /downloads/complete/Fixer.Upper.S03E05.The.Best.of.Chip.and.Joanna.PDTVx264-JIVE-Obfuscated has been processed and removed ... [18:47:47] [iNFO]::MAIN: The /appdata/sabnzbd/nzbToMedia/nzbToSickBeard.py script completed successfully. SickBeard: Successfully post-processed Fixer Upper - S03E05 - The Best of Chip and Joanna.mp4! CouchPotato fails saying that 7zip isn't installed.. Weird bc I know NerdPack includes it. [18:56:13] [iNFO]::MAIN: Loading config from [/appdata/sabnzbd/nzbToMedia/autoProcessMedia.cfg] [18:56:13] [iNFO]::MAIN: Checking database structure... [18:56:13] [iNFO]::MAIN: Checking if git needs an update [18:56:13] [ERROR]::MAIN: Unable to determine installed version via git, please check your logs! [18:56:13] [iNFO]::MAIN: No update needed [18:56:13] [iNFO]::MAIN: nzbToMedia Version:10.13 Branch:master (Linux 4.1.13-unRAID) [18:56:13] [WARNING]::MAIN: Failed to locate 7zip. Transcosing of disk images and extraction of .7z files will not be possible! [18:56:13] [iNFO]::MAIN: ######################################################### [18:56:13] [iNFO]::MAIN: ## ..::[nzbToMedia.pyc]::.. ## [18:56:13] [iNFO]::MAIN: ######################################################### [18:56:13] [iNFO]::MAIN: Script triggered from SABnzbd [18:56:13] [ERROR]::MAIN: Category:[movies] is not defined or is not enabled. Please rename it or ensure it is enabled for the appropriate section in your autoProcessMedia.cfg and try again. [18:56:13] [ERROR]::MAIN: A problem was reported in the /appdata/sabnzbd/nzbToMedia/nzbToCouchPotato.py script.
  15. Thanks again, CHBMB! Following your advice below, SSH'd into the box and git cloned it directly into the Sabnzbd directory. That fixed the permissions issue! I was then able to point the "post processing scripts" folder to the nzbtomedia folder. However, still failing SickRage: Traceback (most recent call last): File "/appdata/sabnzbd/nzbToMedia/nzbToSickBeard.py", line 252, in <module> result = nzbToMedia.main(sys.argv, section) File "/appdata/sabnzbd/nzbToMedia/nzbToMedia.py", line 626, in main core.initialize(section) File "/appdata/sabnzbd/nzbToMedia/core/__init__.py", line 268, in initialize if not config.migrate(): File "/appdata/sabnzbd/nzbToMedia/core/nzbToMediaConfig.py", line 233, in migrate CFG_OLD.write() File "/appdata/sabnzbd/nzbToMedia/libs/configobj/configobj.py", line 2123, in write 'ascii')) UnicodeEncodeError: 'ascii' codec can't encode characters in position 2826-2827: ordinal not in range(128) Exception TypeError: "'NoneType' object is not callable" in <bound method PosixProcess.__del__ of <core.nzbToMediaUtil.PosixProcess instance at 0x2b9f67d23a28>> ignored CouchPotato Traceback (most recent call last): File "/appdata/sabnzbd/nzbToMedia/nzbToCouchPotato.py", line 249, in <module> result = nzbToMedia.main(sys.argv, section) File "/appdata/sabnzbd/nzbToMedia/nzbToMedia.py", line 626, in main core.initialize(section) File "/appdata/sabnzbd/nzbToMedia/core/__init__.py", line 268, in initialize if not config.migrate(): File "/appdata/sabnzbd/nzbToMedia/core/nzbToMediaConfig.py", line 233, in migrate CFG_OLD.write() File "/appdata/sabnzbd/nzbToMedia/libs/configobj/configobj.py", line 2123, in write 'ascii')) UnicodeEncodeError: 'ascii' codec can't encode characters in position 2826-2827: ordinal not in range(128) Exception TypeError: "'NoneType' object is not callable" in <bound method PosixProcess.__del__ of <core.nzbToMediaUtil.PosixProcess instance at 0x2ae8e528f3f8>> ignored Running out of options here and ready to give Sonarr a shot... Or revert back to Sickbeard and the older post processing script without failed download handling + Couch Potato with the built in renamer.
  16. CHBMB - first and foremost, THANK YOU so much once again! I promise not to draw this out any longer than needed. For whatever reason, I cannot for the life of me change the darn post processing scripts folder! I followed your lead and put the nzbtomedia script in the sabnzbd folder (/cache/appdata/sabnzbd), but I can't get it to stick. As a result, I can't get access to the script to call on in the categories section. Just to be clear - I downloaded and modified the .cfg file on my Mac and connected to my unRAID box using AFP, then dragged over the folder with the modified file. Am I missing some elementary permissions issue here? I've never had issues with any other file I transferred in the past..
  17. Where is the script located? Still not convinced you've got that path right unless it's in /mnt/cache/appdata and not a subfolder thereof... The script is in /mnt/cache/appdata/autoprocessTV because it's the only folder that I can use it seems with Sabnzbd.. I basically had to copy/paste the contents of the nzbtomedia folder into this folder in order to select the proper script within Sabnzbd. Attaching Sabnzbd config screenshots for reference. Also, here is my autoprocessMedia.cfg file: # nzbToMedia Configuration # For more information, visit https://github.com/clinton-hall/nzbToMedia/wiki [General] # Enable/Disable update notifications version_notify = 1 # Enable/Disable automatic updates auto_update = 0 # Set to the full path to the git executable git_path = # GitHUB user for repo git_user = # GitHUB branch for repo git_branch = # Enable/Disable forceful cleaning of leftover files following postprocess force_clean = 0 # Enable/Disable logging debug messages to nzbtomedia.log log_debug = 0 # Enable/Disable logging database messages to nzbtomedia.log log_db = 0 # Enable/Disable logging environment variables to debug nzbtomedia.log (helpful to track down errors calling external tools.) log_env = 0 # Enable/Disable logging git output to debug nzbtomedia.log (helpful to track down update failures.) log_git = 0 # Set to the directory where your ffmpeg/ffprobe executables are located ffmpeg_path = # Enable/Disable media file checking using ffprobe. check_media = 1 # Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectories by mistake. safe_mode = 1 [CouchPotato] #### autoProcessing for Movies #### movie - category that gets called for post-processing with CPS [[movie]] enabled = 1 apikey = [API key] host = [iP] port = 5050 ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ###### ssl = 0 web_root = # Enable/Disable linking for Torrents Torrent_NoLink = 0 keep_archive = 1 method = renamer delete_failed = 0 wait_for = 2 extract = 1 # Set this to minimum required size to consider a media file valid (in MB) minSize = 0 # Enable/Disable deleting ignored files (samples and invalid media files) delete_ignored = 0 ##### Enable if Couchpotato is on a remote server for this category remote_path = 0 ##### Set to path where download client places completed downloads locally for this category watch_dir = [sickBeard] #### autoProcessing for TV Series #### tv - category that gets called for post-processing with SB [[tv]] enabled = 1 host = [ip] port = 8081 username = [user] password = [pw] ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ###### web_root = ssl = 0 fork = auto delete_failed = 0 # Enable/Disable linking for Torrents Torrent_NoLink = 0 keep_archive = 1 process_method = # force processing of already processed content when running a manual scan. force = 0 # tell SickRage to delete all source files after processing. delete_on = 0 extract = 1 nzbExtractionBy = Downloader # Set this to minimum required size to consider a media file valid (in MB) minSize = 0 # Enable/Disable deleting ignored files (samples and invalid media files) delete_ignored = 0 ##### Enable if SickBeard is on a remote server for this category remote_path = 0 ##### Set to path where download client places completed downloads locally for this category watch_dir = " " [Nzb] ###### clientAgent - Supported clients: sabnzbd, nzbget clientAgent = sabnzbd ###### SabNZBD (You must edit this if your using nzbToMedia.py with SabNZBD) sabnzbd_host = http://[ip] sabnzbd_port = 8080 sabnzbd_apikey = [api key] ###### Enter the default path to your default download directory (non-category downloads). this directory is protected by safe_mode. default_downloadDirectory =
  18. Here's the link to NerdPack to install python and you probably need to alter the script so the paths are accurate I'd guess, although I don't use it myself so it's all conjecture... Thanks so much! I installed NerdPack and confirmed that I had Python 2.7 loaded. Setup the config file properly, and still get the same error (tested using CouchPotato) Traceback (most recent call last): File "/appdata/autoProcessTV/nzbToCouchPotato.py", line 249, in <module> result = nzbToMedia.main(sys.argv, section) File "/appdata/autoProcessTV/nzbToMedia.py", line 626, in main core.initialize(section) File "/appdata/autoProcessTV/core/__init__.py", line 268, in initialize if not config.migrate(): File "/appdata/autoProcessTV/core/nzbToMediaConfig.py", line 237, in migrate CFG_NEW.write() File "/appdata/autoProcessTV/libs/configobj/configobj.py", line 2120, in write with open(self.filename, 'wb') as h: IOError: [Errno 13] Permission denied: '/appdata/autoProcessTV/autoProcessMedia.cfg' Exception TypeError: "'NoneType' object is not callable" in <bound method PosixProcess.__del__ of <core.nzbToMediaUtil.PosixProcess instance at 0x2b0b6a6cdd40>> ignored I feel like I'm one step closer though.. Will keep trying
  19. root@unRAID:~# python -v -bash: python: command not found This is what I get with the Python command. Also, when I git clone the package from github it looks different than the screenshot of files posted here: https://sickrage.tv/forums/forum/help-support/nzbtomedia-support/21007-how-so-i-setup-nzbtomedia-and-sab-w-sickrage I'm missing the "nzbtomedia" folder nested within the main folder. Running latest version of unRAID (6.1.6) btw
  20. copied/pasted the contents of the nzbtomedia folder into my current (autoprocesstv) folder and was able to access the script. However, this is the error I get when trying to post process: Traceback (most recent call last): File "/appdatafolder/autoProcessTV/nzbToSickBeard.py", line 252, in <module> result = nzbToMedia.main(sys.argv, section) File "/appdatafolder/autoProcessTV/nzbToMedia.py", line 626, in main core.initialize(section) File "/appdatafolder/autoProcessTV/core/__init__.py", line 268, in initialize if not config.migrate(): File "/appdatafolder/autoProcessTV/core/nzbToMediaConfig.py", line 131, in migrate if CFG_NEW[newsection].sections: AttributeError: 'str' object has no attribute 'sections' Exception TypeError: "'NoneType' object is not callable" in <bound method PosixProcess.__del__ of <core.nzbToMediaUtil.PosixProcess instance at 0x2b86f9d5fdd0>> ignored I tried to check my Python version using "python -v" command while logged in as root, but the CLI doesn't recognize it. Any ideas?
  21. Thanks so much for the write-up, spencers! I followed along, but for whatever reason, can't get Sabnzbd to change my folder to the nzbtomedia folder I downloaded/extracted (step 3). It won't stick for some reason (tried a new folder that I created a volume mapping for, tried putting it in the existing scripts folder that's currently being used but to no avail). Any thoughts?
  22. Thanks danioj, I have had the default "watched folder" method setup and guess automatically just wanted to have feature parity from SickBeard. Will take your advice and see how this goes. Thanks again!
  23. Hi All, am in the process of making the switch from SickBeard to SickRage. Everything has gone smoothly except for.. wait for it... POST-PROCESSING. With SickBeard, I had the sabtosickbeard script setup and it worked very well. To my knowledge, I can't just change settings within my config file to enable the same actions for SickRage (even thought it's a branch of SB) Trying to follow here: https://github.com/clinton-hall/nzbToMedia/wiki/installation , but I guess I need a more step by step tutorial for unRAID specifically.. Am I issuing these commands as root on the system itself? Would much prefer to do what I did to setup the sabtosickbeard script (download the files on my mac and transfer them to the proper directories on my unRAID box) Thanks in advance for all your guidance here!
  24. Wanted to close the loop on this, copy finished using MC and all seems to be well! Thanks so much trurl!