TopherHax

Members
  • Posts

    20
  • Joined

  • Last visited

Recent Profile Visitors

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

TopherHax's Achievements

Noob

Noob (1/14)

3

Reputation

  1. So now I am noticing this is happening to any docker that I update or restart. Just happened to tautulli and sabnzbd after docker update.....
  2. Go to the Plex container, edit settings, switch to advanced view by cliking "basic view" on the top right. Now find the "WebUI" entry and change it to the actual ip and port you use for Plex. Mine is below as an example:
  3. I just tried explicitly specifying in docker edit settings and it works fine now. Not sure what caused it to start this behavior though.
  4. I'm also having this exact same issue for Plex docker.
  5. Update, I got a different copy of this movie and it fixed the issue.
  6. I'm having an odd issue with transcode to memory on 1 specific movie. So just to establish I am successfully transcoding to memory with --mount type=tmpfs,destination=/transcode,tmpfs-size=4000000000 and /tmp directory in plex. I also confirmed this with df -h. But for some reason when I play the movie "Cars" which is 4K HEVC and transcode to H264 I get the error "Not enough disk space to convert this item". As a test, I edited to use up to 8 gigs of memory "--mount type=tmpfs,destination=/transcode,tmpfs-size=8000000000" and retested and no change. What else could cause this? I tested 8 other 4K HEVC movies which do not have this issue at all. See screenshot of df -h below.
  7. I had an issue deleting a file that Tdarr made, so I read that the common fix is to run the "Docker Safe New Perms" (part of the "Fix Common Issues" app) to fix permission issues. I did this and was able to delete the file. Since then I have had various issues in unraid and dockers. First I noticed that Plex transcodes fail, but if I direct play a file it works. I also noticed newly added movies do not download album artwork and other data. Then I noticed that on my docker tab all the versions report "not available" for all dockers. I also noticed on the "Apps" tab it doesn't load the store but gives an error "Download of appfeed failed." So overall I am having some really strange issues since running the Docker Safe New Perms and super worried about my unraid install I don't think this is a DNS issue as all other devices in the house work as expected.
  8. I can also confirm this is now working correctly! My unraid is still 6.9.1 but running the "plexpass" version or Plex.
  9. If you have an issue HDR to SDR tonemapping then downgrade plex to version 1.22.0.4163 There's a bug in plex, they are currently working on fixing it but until then downgrade is best solution.
  10. Run this in unraid terminal to create the empty file: touch /boot/config/modprobe.d/i915.conf Then edit your go file and remove the last 2 lines. Then downgrade plex to version 1.22.0.4163
  11. The bottom of page 11, post by craigr has the modifications you need to do for 6.9.1 and later. For some reason the official link is dead but he quoted it. Then you need to downgrade to Plex 1.22.0.4163.
  12. Yes I have lifetime plex pass. i3-10100 , from intel's documentation supports codecs even up to h265 10bit.
  13. Eureka! First, I am sorry for so many posts. So I disabled "Enable HDR tone mapping" and tada, every 4K video now uses hw perfectly. Newbie, can you test and report back? So either unraid or plex broke the HDR tone mapping, how can I figure out which to report it? Edit: This seems to be the exact issue reported to Plex if anyone else is interested: https://forums.plex.tv/t/4k-hdr-hevc-hw-transcoding-is-broken-on-1-22-1-4200/702328/31
  14. Of course just as I posted that I have somewhat of a positive result.... I tried playing a different "test 4K video", this time avatar instead of finding dory and... ITS WORKING? But not on other 4K files? Finding dory still doesn't work, how/why would it work on some files and not others? Check out the screenshots. Both movies are MKV containers.
  15. I did some more diagnostics... 1. Upgrade back to 6.9.1 No change 2. Mobo BIOS video was set to "AUTO", changed to "iGPU". No change 3. Connected physical monitor and keyboard (in case mobo needs to see HDMI? Worked fine before) No change 4. I read how I should be using linuxserver plex container, so I installed that container, copied my plex data over, gave it container device: "/dev/dri". No change 5. Quadruple checked all other settings: go file is clear, i915.conf file exists. ls in /dev/dri correctly reports "card0 renderD128". Plex set to "Use hardware acceleration when available", "Use hardware-accelerated video encoding". No change So I am giving up for now, probably put 4hrs into this today 😑