2024-12-04, 03:34 PM
(2024-12-04, 02:11 PM)TheDreadPirate Wrote: What are the permissions on those files? Were they externally provided?
They are in a folder (Video) with rw permissions.
I'm not sure what externally provided mean, but I had those same files earlier in Jellyfin before reinstalling it, and they had posters and such.
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
# user: uid:gid
network_mode: 'host'
volumes:
- ./config

- ./cache

- /volume1/Video

#- type: bind
# source: /path/to/media2
# target: /media2
# read_only: true
devices:
- /dev/dri/renderD128

- /dev/dri/card0

#note: uncomment these lines in devices to allow for HWA to work on Synology units with an iGPU
restart: 'unless-stopped'