wernight / docker-plex-media-server

Dockerized Plex Media Server
https://registry.hub.docker.com/u/wernight/plex-media-server/
MIT License
128 stars 34 forks source link

Transcode #30

Closed marcgiovannoni closed 7 years ago

marcgiovannoni commented 7 years ago

Hi,

Would it be possible to add a separate /transcode volume instead of being defaulted to the /config folder.

Transcode requires lots of space, as a user you might want to use a special partition/volume to handle the transcode and use a more usual location for the appdata folder /config

lanrat commented 7 years ago

I totally agree! This makes my automated backups of the config volume unnessessarally large.

While we are at it can /config/Plex Media Server/Cache and /config/Plex Media Server/Metadata also me moved a new volume?

wernight commented 7 years ago

You can change your plex config. I'd keep the number of mounts to a minimum by default. You can also ln -s on the host.

marcgiovannoni commented 7 years ago

I will close the issue then. Thanks