I want to place transcoding temp on a separate disk but cannot get Emby to recognize my "Transcoding temporary path" setting.
I run Emby dockerized and I have mounted the disk on /mnt/transcode in docker-compose.yml:
volumes:
- /mnt/transcode:/mnt/transcode
- ./config:/config
I have changed the setting in Emby:
But Emby still uses the default folder, which is confirmed by the log:
Why doesn't Emby respect the setting?