Jump to content

wgstarks

Members
  • Posts

    5,366
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by wgstarks

  1. Close I think. In your Deluge docker configuration you’ll have a path named /data. This is where all data will be stored. Example- /mnt/cache/deluge In your Deluge settings you would add folders to this location. Typically something like : /data/incomplete (for files currently downloading) /data/completed (for files which have completed and are seeding) /data/watched (if your using auto add aka black hole) /data/torrents (if your creating a backup torrent file) In Sonarr and Radarr you would set the /data path to match the one used in Deluge- /mnt/cache/deluge in this example. You can set /data to any path, but it’s better not to use a path to a parity protected share. Writing to parity can be very slow and doing it with multiple torrents at the same time can cause performance issues. Cache is often used but I believe any drive that’s not a part of your array will probably work equally well. I use a spinner mounted via Unassigned Devices plugin.
  2. No updates available yet but who knows what’s coming down the pipe. I posted about this issue in the openvpn forum. If I get an answer there I’ll forward it along.
  3. I haven’t used news groups for quite a few years but I don’t think it would matter. You’ll probably want to test and see.
  4. As a quick fix, I just used UD to mount a 1TB spinner that I wasn’t using for anything else. Then I pointed my /data paths for Deluge, Radarr and Sonarr there. It let me see if there would be an improvement without spending anything. If it solves your problem you can decide if you want to setup a raided cache to protect your torrents, etc. Once the downloads are complete you should be able to copy them into the protected share without any issues.
  5. Are you using a parity protected share for NZBGet data? I had similar issues with Deluge until I moved /data to a drive that was not included in my array. Writing to parity can be very slow.
  6. If you're going to implement special settings for the UPS feature, I think my preference would be an on/off switch or maybe show/hide. The scroll speed might be a nice touch too though.
  7. Looks to be working properly on my iPhone with my APC. I’m wondering if it would be possible to add a setting to disable this or perhaps add a separate screen for UPS. I find the scrolling to be a little distracting. No idea how hard this would be to implement and it’s really only a cosmetic issue. Not a high priority if you decide to do it.
  8. This may solve your problem- https://forums.lime-technology.com/topic/57181-real-docker-faq/?page=2#comment-566086
  9. https://forums.lime-technology.com/topic/46802-faq-for-unraid-v6/?page=2&tab=comments#comment-545988
  10. @Hoopster Might want to edit yours too. Edit: Nevermind. Just realized that's not the full version number anyway.
  11. Still not ready to give up on this docker. Tried installing a fresh version of the docker. Also added friends to my plex account. The errors have changed slightly. root@Brunnhilde:~# docker exec nowshowing emailreport -vvv /var/lib/nowshowing/mailReport.rb:61:in `[]': no implicit conversion of String into Integer (TypeError) from /var/lib/nowshowing/mailReport.rb:61:in `block in sendMail' from /var/lib/nowshowing/mailReport.rb:60:in `each' from /var/lib/nowshowing/mailReport.rb:60:in `sendMail' from /usr/local/sbin/emailreport:385:in `main' from /usr/local/sbin/emailreport:389:in `<main>' root@Brunnhilde:~# Once again everything works if I use the -t option, but of course the only email that gets sent is PLEX_USER. advanced.yaml.txt nowshowing.log.zip
  12. Please don’t post plexpass version numbers. These numbers are limited to plexpass users. You should probably edit your post to remove the version number.
  13. Restart the docker and it will pull the latest version.
  14. That would be great. That way I could exclude any external eSATA drives. Not really a big deal in this case but some external cases really get hot and crank my case fans to full for no gain.
  15. This question may have already been asked, but I couldn't find it. Why is there such a large difference between the HDD temp shown in the sensors page/footer and the HDD temp shown in the logs? 26C vs 38C. Aren't both readings being taken from the same sensor? BTW- All my drives are spun down currently except cache (26C) and one external drive mounted via UD (38C).
  16. He's one from a DM004 I shucked a few weeks ago- https://forums.lime-technology.com/topic/37847-seagate-8tb-shingled-drives-in-unraid/?do=findComment&comment=589683
  17. Honestly, I would set a path for incomplete downloads to a folder on your cache drive. Something like /mnt/cache/incomplete. Set cache for the share incomplete tovprefered. And then set the Deluge app to automatically move completed downloads to another folder in the location of your choice. Maybe on the protected array /mnt/diskX/deluge/completed if you want to maintain the files for seeding. This way there would be less chance of filling the cache since the downloads are moved as soon as the complete. Another option (my choice) is to mount a disk outside the array using the Unassigned Devices plugin and map my /data path to that drive. This is only a good option if you don’t want parity protection for the files contained there though.
  18. You need to set the share containing the download folder to cache prefer and run mover again. This will result in the share getting moved back to cache and remaining there.
  19. Been doing more testing. It appears that this error is somehow related to sending multiple emails maybe??? Everything works as expected as long as NowShowing is in test mode. If I disable test mode I get the error. Or maybe there is some other difference? I've attached my current advanced.yaml file but I have tried about every option there I can think of. The only one that didn't produce an error was test mode, but of course I can't add more recipients in test mode. I'm open to any ideas. advanced.yaml.txt
  20. No empty libraries. I did notice that it looks like plex hadn’t run an update in a few days so I ran a manual scan. The only change I have made is to start using a token since plex would no longer accept my user name and password.
  21. Tried reverting advanced.yaml to previous working version but still get the same error when running combinedreport. Everything was working fine up until about a week ago. Not sure what else to try.
  22. More details- If I run a test from CLI with -t option the email is sent. Running a combined report I get this- root@Brunnhilde:~# docker exec nowshowing combinedreport -v /var/lib/nowshowing/mailReport.rb:60:in `sendMail': undefined method `each' for nil:NilClass (NoMethodError) from /usr/local/sbin/combinedreport:386:in `main' from /usr/local/sbin/combinedreport:394:in `<main>' root@Brunnhilde:~# verbosenowshowinglog.txt
×
×
  • Create New...