Jump to content

cypres0099

Members
  • Posts

    276
  • Joined

  • Last visited

Everything posted by cypres0099

  1. Awesome, I do have Plex Pass! Thanks for the direction, @Xaero. I don't totally understand the quoted section above. What is unraid-nvidia? And is there a tutorial for adding the nvdec wrapper?
  2. I've been trying to get my home theater setup for 4K streaming using Plex Media Server on my LG OLED65B7A TV and Fire TV Cube There are a lot of compatibility issues with 4K h265 HEVC and TrueHD Audio that's causing all sorts of problems. I'm working on figuring these out on the client side, but... These problems can be mitigated somewhat on the server side by transcoding the files to 4K h264 and AAC using Plex, whenever a compatibility issue arises. The problem is that my CPU does not have native h265 decoding and isn't fast enough to handle it with just CPU power. I currently have a motherboard with an FM2/FM2+ socket. So I'm looking to either: 1. Replace CPU with one that has native h265 decoding 2. Adding a GPU with native h265 decoding (would this even work for streaming to a plex client?) 3. Replacing the Motherboard and CPU if there are no FM2/FM2+ CPUs with native decoding. Thoughts on this path for optimizing my unraid server for 4k streaming?
  3. I came back to it about 2 hours from posting this and now it's working again. Didn't change anything. It was out for a couple hours. Not sure what it was...
  4. Woke up this morning to my docker apps not loading their respective Web UI. Digging into the server a little bit, it won't even load the docker page. Jul 31 12:08:03 Mongo nginx: 2019/07/31 12:08:03 [error] 3671#3671: *223761 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.152, server: , request: "POST /webGui/include/Boot.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "mongo", referrer: "http://mongo/Main" Jul 31 12:12:47 Mongo nginx: 2019/07/31 12:12:47 [error] 3671#3671: *224333 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.152, server: , request: "POST /webGui/include/DashboardApps.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "mongo", referrer: "http://mongo/Dashboard" Jul 31 12:15:57 Mongo nginx: 2019/07/31 12:15:57 [error] 3671#3671: *224522 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.152, server: , request: "POST /plugins/dynamix.docker.manager/include/DockerUpdate.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "mongo", referrer: "http://mongo/Docker" Otherwise the system appears to be operating normally. Any ideas what's going on here? Already did a system reboot.
  5. Thanks for finding that @wgstarks I used that version number but it still is not changing the version on the webui general settings page. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='PlexMediaServer' --net='host' -e TZ="America/Chicago" -e HOST_OS="unRAID" -e 'PLEX_CLAIM'='claim-cpzsQgMWvkqB7uW3qnSd' -e 'PLEX_UID'='99' -e 'PLEX_GID'='100' -e 'VERSION'='1.13.9.5456-xxxxxxxxx' -v '/mnt/user':'/mnt/user':'rw' -v '/mnt/user/appdata/plex/Plex Media Server/':'/config':'rw' 'plexinc/pms-docker:plexpass' 8e45b193f3fd58c00d18a675e504aa1763dd0160d9bb3e91774c8832855f723
  6. Where do you find the full version number on this page? https://forums.plex.tv/t/plex-media-server/30447/236
  7. Yes, it did execute a docker run command. I forced it again for good measure, but it's still on the same version. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='PlexMediaServer' --net='host' -e TZ="America/Chicago" -e HOST_OS="unRAID" -e 'PLEX_CLAIM'='claim-cpzsQgMWvkqB7uW3qnSd' -e 'PLEX_UID'='99' -e 'PLEX_GID'='100' -e 'VERSION'='1.13.9.5456' -v '/mnt/user':'/mnt/user':'rw' -v '/mnt/user/appdata/plex/Plex Media Server/':'/config':'rw' 'plexinc/pms-docker:plexpass' f8010f53a44ed3d95137304c335dfecd0a6d0e4ba6f4cae26d7dfca64834690 The command finished successfully!
  8. Ah ok, I did find it and was able to change it. But after restarting the docker and logging out and back into the webui, the version is still 1.14.0.5465
  9. @Hoopster Thanks for the help. I went to the setting up section of those pages, but I don't see any option in my WebUI to change the version number like it's suggesting to do in the Setting Up Section. Am I looking in the wrong place?
  10. Hey All, I need to roll back plex to the previous version. @Squid gave me the following advice. "You need to "tag" the repository with an appropriate version number instead of leaving it black (which defaults to :latest) Ask in the particular support thread for what tag you should be utilizing." How do I execute on this?
  11. I just switched all my plugins (SABnzbd, Sonarr, Plex) over to dockers and added Radarr as a docker and most things are working correctly, but I'm running into a couple of snags with Radarr and Sonarr I've been using Sonarr for some time use the Drone Factory for my TV download folder that SAB puts TV downloads into. While I was updating things, I saw that Sonarr and Radarr now have "Complete Download Handling". From what I understand, you can turn off the drone folder and just have SAB and Radarr/Sonarr communicating when downloads are finished. Then Radarr will process the movie, move it to the movie folder, and clean up the folders. PROBLEMS 1. TV Series are no longer processing. I think I can sometimes get them to process when it's in the drone folder, but not consistently 2. After they are processed I'm left with folder containing leftover junk files. They don't get cleaned up. 3. If I try to use complete download handling the movies/tv shows get downloaded to the appropriate folders, but then nothing happens. See configuration in image attached. I'd really appreciate any help!
  12. I just switched all my plugins (SABnzbd, Sonarr, Plex) over to dockers and added Radarr as a docker and most things are working correctly, but I'm running into a couple of snags with Radarr and to some degree Sonarr. I've been using Sonarr for some time use the Drone Factory for my TV download folder that SAB puts TV downloads into. While I was updating things, I saw that Sonarr and Radarr now have "Complete Download Handling". From what I understand, you can turn off the drone folder and just have SAB and Radarr/Sonarr communicating when downloads are finished. Then Radarr will process the movie, move it to the movie folder, and clean up the folders. PROBLEMS 1. The only way my movies are getting processed is if I setup the drone folder. 2. After they are processed I'm left with folder containing leftover junk files. They don't get cleaned up. 3. If I try to use complete download handling the movies/tv shows get downloaded to the appropriate folders, but then nothing happens. See configuration in image attached. I'd really appreciate any help!
×
×
  • Create New...