needo

Members
  • Posts

    301
  • Joined

  • Last visited

Everything posted by needo

  1. Especially considering that is a Windows screen on that laptop...
  2. 08/19/2014 (plex) Upgrade to latest version.
  3. needo, any possibility for a new version of the PlexConnect docker ? (They release version 0.4 now). Sure! I will work on that.
  4. I am seeing some weirdness with highwater in the array. In past versions it would fill all the disks to 97% before I added a new one. This time it is filling them to 99%. /dev/md1 2.8T 2.7T 53G 99% /mnt/disk1 /dev/md2 2.8T 2.7T 52G 99% /mnt/disk2 /dev/md3 2.8T 2.7T 94G 97% /mnt/disk3 /dev/md4 2.8T 2.7T 114G 96% /mnt/disk4 /dev/md5 2.8T 2.7T 120G 96% /mnt/disk5
  5. 08/13/2014 (plex) Upgrade to latest version.
  6. Pssst... that is why the documentation tells you to set it to "host".
  7. Take off the EDGE. There is not a more recent release then the one included in the non-EDGE version.
  8. Can you please post a screenshot of your plexConnect docker configuration?
  9. Yeah, I don't know what to tell you. I just fired it up with a fresh install and got... 11:36:02 WebServer: started: 11:36:02 11:36:02 WebServer: *** 11:36:02 WebServer: WebServer: Serving HTTP on 172.17.0.13 port 80. 11:36:02 WebServer: *** 11:41:03 WebServer: Shutting down. 11:36:02 WebServer: started: 11:36:02 11:36:02 WebServer: *** 11:36:02 WebServer: WebServer: Serving HTTPS on 172.17.0.13 port 443. 11:36:02 WebServer: *** 11:41:03 WebServer: Shutting down. 11:36:02 DNSServer: started: 11:36:02 11:36:02 DNSServer: *** 11:36:02 DNSServer: DNSServer: Serving DNS on 172.17.0.13 port 53. 11:36:02 DNSServer: intercept: ['trailers.apple.com'] => 172.17.0.13 11:36:02 DNSServer: restrain: ['mesu.apple.com', 'appldnld.apple.com', 'appldnld.apple.com.edgesuite.net'] => 127.0.0.1 11:36:02 DNSServer: forward other to higher level DNS: 8.8.8.8 11:36:02 DNSServer: *** 11:41:07 DNSServer: Shutting down. 11:41:03 PlexConnect: Shutting down. 11:41:07 PlexConnect: shutdown *** Killing all processes...
  10. Yeah, that is an odd one. I am unable to reproduce it.
  11. Not with the current version of the Docker. I can look into making that change. What are you looking to modify?
  12. To get the trailers to show up you have to go into your Movies section and Refresh each one.
  13. Please share your docker run command or your configuration in the Docker plugin. Thank you.
  14. 07/31/2014 (plex) Upgrade to latest version.
  15. Make sure both Plex and any thing you want talking to Plex is using the --net="host" command line option in your docker run commands.
  16. That's because you specified the path in the command line as /tv not /data/Television/
  17. What's your docker run command for nzbdrone?
  18. docker run -d --net="host" --name="plex" -v /path/to/plex/config:/config -v /path/to/video/files:/data -v /etc/localtime:/etc/localtime:ro -p 32400:32400 needo/plex Then from your PC go to... http://server:32400/web/index.html#!/dashboard Replace server with the name or IP address of your unRAID machine.
  19. The default username is root and there is no password. I know some people using mariadb for a variety of tasks. I am going to have to defer to them for this specific use case.
  20. Yes, you need to redownload the image so you would need to run... docker stop nzbdrone docker rm nzbdrone docker rmi needo/nzbdrone And then your docker run command This is made a lot easier by using the docker plugin available in this forum.
  21. What does your docker run command look like?