arch-plexpass
arch-plexpass copied to clipboard
Can't get Hardware Transcoding or Metadata to work
On a Synology 718+ DSM7. Having trouble getting Hardware transcoding to work with --device=/dev/dri:/dev/dri as a run command. I know this works in linuxserver and official containers, but no matter what I do, it never shows up as HW when transcoding in binhex
My other issue is that I can't get metadata to display in any docker plex images available. They all download it, I can see the metadata files on the drive, and as they're coming down in plex, but plex never actually uses it, everything is just blank. It's worth noting this works perfectly in the bare metal version with all the same Filenames, DNS, IPv6 settings etc etc settings. It looks more like a permission thing like it will write but not read it. Seriously strange
Here's my setup:
docker run -d \
--net=host \
--name=plex \
-v /volume1/video:/media \
-v /volume1/docker/plex:/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK=022 \
-e PUID=1026 \
-e PGID=100 \
--device=/dev/dri:/dev/dri \
--restart always \
binhex/arch-plexpass
Any ideas?
I have had this happened during version updates. Sometimes it is best to drop back down from the latest to fix the issue and wait until it is resolved.