unraid-plex-nvdec icon indicating copy to clipboard operation
unraid-plex-nvdec copied to clipboard

User Script to apply nvdec wrapper for Plex dockers on Unraid.

Results 3 unraid-plex-nvdec issues
Sort by recently updated
recently updated
newest added

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...

bug