unraid-plex-nvdec
unraid-plex-nvdec copied to clipboard
User Script to apply nvdec wrapper for Plex dockers on Unraid.
This may sound odd, but am I right in thinking that this should no longer be run with the latest version of Plex? Or will it still be OK? Or...
`docker ps --format "{{.Names}}" | grep -i "plex"` `plexrequest` `plex` adding a `-w` to grep fixes this `docker ps --format "{{.Names}}" | grep -iw"plex"` `plex`
To workaround, force update the docker and re-apply this script. I'm working on a good way to deal with this. Ideally, this would be fixed in the actual script, rather...