Andiroo2

Members
  • Posts

    166
  • Joined

  • Last visited

Everything posted by Andiroo2

  1. Examples where this is useful: It's Halloween or Christmas and lots of people are watching Halloween/Christmas movies on Plex. Those movies get moved to the warm cache when the first person watches them and then they are available faster with fewer disk spin-ups in the warm cache when lots of people start watching them. This assumes that the user has lots of space in the warn cache pool, and they specify that mkv files can go to the warm cache in settings Working on a project using some digital assets that have been on the array for a few months, Lots of accesses coming to those files over a period of weeks, so they sit in the warm cache while the project runs and then they get returned to the array when the project finishes
  2. Would be great to make more use of a cache pool for frequently accessed files that may normally live on the array. Files that are accessed from the array could be copied to cache after the first use, and then handled by the mover process to be flushed from the cache after a period of time with no activity (no need to copy back to the array, as it's already there). User can specify the shares that utilize warm cache by selecting a new option in the share options (Yes, Prefer, Warm, etc.). User should be able to specify file types and sizes that would be in scope for warm caching. Warm cache should be used in conjunction with advanced mover features like those available in the Mover Tuning plugin to allow the user to specify how long files stay in cache after a cache hit. User could specify a dedicated cache for warm caching use only via the share settings (one pool for regular cache, one pool for warm caching). Files that are modified while in the warm cache would be deleted from the array and the updated version copied back to the array via the mover. Files that are unchanged in the warm cache will just be flushed by the mover.
  3. I prefer a backup on any file change, even if that’s 10x per day. If my flash drive dies, I want to know that the latest config is available to restore. Not one from a week ago before I made some change (and you KNOW that would happen right before the drive dies…).
  4. Can you confirm that you’re using an nvidia GPU? The nvenc error implies that it can’t find one. Can you transcode with CPU properly? Make sure that’s working for all types of files before addressing your GPU trouble.
  5. It sounds like your Tdarr docker is writing to the Unraid cache/RAM instead of your SSD. I would check that the “Transcode Cache” path in the Tdarr server and node docker settings are the same, and that they are pointing at a share that is set to use your cache (share set to ‘Yes’ or ‘Prefer’). The ‘/temp’ setting for transcode cache in the Tdarr GUI will point to this path in the docker settings, so double check that it’s set to the SSD (e.g. : /mnt/cache/<share_name> ) and not /tmp on the server.
  6. I've turned off "Scan my library periodically" in Plex...let's see if that makes a difference. I (like everyone else) am running Tdarr on my libraries at the moment so it may be a month or two before my disks spin down to test this for reals.
  7. I was getting this error as well before I cracked my GPU issue. If you are using QuickSync GPU, check my earlier post for the 3 steps I took to get it working.
  8. I'm using "Tdarr_Plugin_drdd_standardise_all_in_one" which converts audio to aac. I lied. I am using these two: - Tdarr_Plugin_JB69_JBHEVCQSV_MinimalFile (I edited this plugin to ignore all files that were already in HEVC completely) - Tdarr_Plugin_JB69_JBHEVCQSZ_PostFix
  9. Update: I have resolved my issues. Here is what I did to get Quick Sync GPU transcode working in Tdarr on a 10th gen CPU: Set the Tdarr_node docker to Privileged Change the node options (on Tdarr main page > Nodes > (select your node) > Options) to use "vaapi" hardware encoding, and NOT "qsv" I then ran the following command within the Tdarr_node docker container's console: apt install vainfo intel-media-va-driver-non-free After doing these steps, I was able to get GPU transcode working on my i7 10700k iGPU.
  10. I’ve had this issue since beta 35 of the last release. I’m on the latest stable release now and I still see my drives spinning up for SMART and then down again after the 15 min set time. Over and over again.
  11. I've looked thought the thread and can't find what I am looking for -- help with Quick Sync GPU setup for the new v2 tdarr dockers. I have my iGPU working in Plex via /dev/dri, and passed it to the tdarr node the same way. I have tried a few different QSV plugins but none seem to work. I can convert with a CPU plugin without issue, so I know the containers and directories are set up properly. Can someone recommend a QSV plugin that works for them? I've tried the ones listed in the default options and one I found online but no dice. Some logs from the node showing the processing starts, but nothing really happens: [32m[2021-10-04T09:06:03.055] [INFO] Tdarr_Node - [39mStarting Tdarr_Node Preparing environment [32m[2021-10-04T09:06:03.075] [INFO] Tdarr_Node - [39mUpdating plugins [32m[2021-10-04T09:06:03.079] [INFO] Tdarr_Node - [39mTdarr_Node listening at http://localhost:8267 [32m[2021-10-04T09:06:03.173] [INFO] Tdarr_Node - [39m---------------Binary tests start---------------- [32m[2021-10-04T09:06:03.181] [INFO] Tdarr_Node - [39mhandbrakePath:HandBrakeCLI [32m[2021-10-04T09:06:03.190] [INFO] Tdarr_Node - [39mffmpegPath:ffmpeg [32m[2021-10-04T09:06:03.201] [INFO] Tdarr_Node - [39mmkvpropedit:mkvpropedit [32m[2021-10-04T09:06:03.201] [INFO] Tdarr_Node - [39mBinary test 1: handbrakePath working [32m[2021-10-04T09:06:03.201] [INFO] Tdarr_Node - [39mBinary test 2: ffmpegPath working [32m[2021-10-04T09:06:03.201] [INFO] Tdarr_Node - [39mBinary test 3: mkvpropeditPath working [32m[2021-10-04T09:06:03.201] [INFO] Tdarr_Node - [39m---------------Binary tests end------------------- [32m[2021-10-04T09:06:03.356] [INFO] Tdarr_Node - [39mCloning plugins [32m[2021-10-04T09:06:03.679] [INFO] Tdarr_Node - [39mFinished downloading plugins! [32m[2021-10-04T09:06:05.095] [INFO] Tdarr_Node - [39mNode registered [32m[2021-10-04T09:06:05.790] [INFO] Tdarr_Node - [39m[2.435s]Plugin update finished [32m[2021-10-04T09:07:04.156] [INFO] Tdarr_Node - [39mProcessing file: /mnt/media/Unsorted/movie1.mkv [32m[2021-10-04T09:07:36.176] [INFO] Tdarr_Node - [39mProcessing file: /mnt/media/Unsorted/movie1.mkv
  12. Worked for me when I selected Mode 8. I initially selected Mode 4 and it didn't work. Nice work!
  13. Confirming that this solved my issues. Delete the 2 files and reboot...thanks SO much!!
  14. Change your router's IP back to 192.168.1.1 and DHCP range back to 192.168.1.[100-255]. This will solve your problems. You can't just pick any random internal IP for your router. Once you're back online, check the Wikipedia article posted by @trurl, specifically the section on Private IPv4 Addresses. This has details on the ranges you CAN use for your internal network: https://en.wikipedia.org/wiki/Private_network.
  15. The issue was with 10th and 11th gen Intel CPUs on Linux (I have an i7 10700k). Tone mapping was moved out of hardware due to a bug, so anytime I would try to transcode a HDR movie it would peg my CPU. After moving to v1.23 of Plex Server, the issue is gone (i.e. back to HW transcoding for all files like it did in v1.22.0.4163 and earlier).
  16. Not solved for me either on 6.9.2 May 19 01:08:08 Tower emhttpd: spinning down /dev/sdk May 19 01:08:08 Tower emhttpd: spinning down /dev/sdl May 19 01:11:00 Tower emhttpd: spinning down /dev/sdh May 19 01:13:06 Tower emhttpd: read SMART /dev/sdj May 19 01:13:06 Tower emhttpd: read SMART /dev/sdl May 19 01:13:07 Tower emhttpd: read SMART /dev/sdk May 19 01:13:17 Tower emhttpd: read SMART /dev/sdh May 19 01:28:37 Tower emhttpd: spinning down /dev/sdh May 19 01:29:47 Tower emhttpd: spinning down /dev/sdj May 19 01:30:17 Tower emhttpd: spinning down /dev/sdk May 19 01:41:51 Tower emhttpd: spinning down /dev/sdl May 19 02:01:18 Tower emhttpd: read SMART /dev/sdl May 19 02:01:28 Tower emhttpd: read SMART /dev/sdh May 19 02:01:38 Tower emhttpd: read SMART /dev/sdj May 19 02:20:57 Tower emhttpd: spinning down /dev/sdj May 19 02:20:57 Tower emhttpd: spinning down /dev/sdh May 19 02:20:57 Tower emhttpd: spinning down /dev/sdl May 19 02:27:40 Tower emhttpd: read SMART /dev/sdl May 19 02:42:42 Tower emhttpd: spinning down /dev/sdl May 19 04:10:57 Tower emhttpd: read SMART /dev/sdl May 19 04:11:07 Tower emhttpd: read SMART /dev/sdh May 19 04:25:59 Tower emhttpd: spinning down /dev/sdl May 19 04:26:09 Tower emhttpd: spinning down /dev/sdh May 19 04:36:15 Tower emhttpd: read SMART /dev/sdl May 19 04:36:33 Tower emhttpd: read SMART /dev/sdh May 19 04:51:25 Tower emhttpd: spinning down /dev/sdl May 19 04:52:23 Tower emhttpd: read SMART /dev/sdj May 19 05:01:32 Tower emhttpd: spinning down /dev/sdh May 19 05:07:25 Tower emhttpd: spinning down /dev/sdj May 19 06:14:14 Tower emhttpd: read SMART /dev/sdl May 19 06:52:09 Tower emhttpd: spinning down /dev/sdl This is with Telegraf/Grafana stopped. I am testing with some dockers down at given times to see if I can find a culprit, but so far no luck.
  17. It worked!! I had been tagging the container version with "Latest" but I needed to add "plexpass" to the VERSION variable to make it work. Thanks for the help!! HW transcoding works on HDR tone mapped files again.
  18. I'm trying to upgrade to this new beta Plex docker version that resolves HW transcode for Intel 10th gen CPUs. I have a plex pass...how can I get to the Plex server v1.23.x? I tried the "latest" tag and that gave me 1.22.x. The Docker page says that if I am logged in it will install the latest plex pass release, but I can't see where I am supposed to log in on Unraid.
  19. Forum link for those interested: https://forums.plex.tv/t/linux-packaging-developers-sandbox-hdr-tonemapping-packaging-support/698937/175 A fix is in testing now.
  20. Yep, I agree. I was checking to see if you were experiencing the same issue as I was. I rolled back to docker tag linuxserver/plex:1.21.3.4046-3c1c83ba4-ls27 and I have HW transcode back for now. EDIT: I upped this to linuxserver/plex:1.22.0.4163-d8c4875dd-ls34 docker (v1.22.0.4163 per recommendation from the Plex forum thread on this issue: https://forums.plex.tv/t/4k-hdr-hevc-hw-transcoding-is-broken-on-i5-11600k-rocket-lake/707057/29) Hoping it fixes the audio sync issue I started to notice on the older version I tried first (v1.21.3.4046).
  21. I rolled back to v1.21.3.4046 and HW tone mapping transcode is working again EDIT: ...and now I've got audio sync issues again on ATV4K. Gonna have to play with some newer versions tomorrow.
  22. Thx, disabling and will report back.
  23. I'm having issues with the Cache Directories plugin since moving to 6.9.x. I never used to notice my drives spinning up on 6.8.x but now I can't open an explorer window on my VM without the spin-up pause. My settings have changed as I have tried to address the issue...here's the current view: Diagnostics posted for background. Thanks! tower-diagnostics-20210416-1006.zip
  24. On my system, HW transcode only breaks for tone mapping enabled 4K HDR files. Can you check on your end too? Is HW transcode working for other file types?