tom472 / mediabox

Container based media tools configuration
MIT License
428 stars 83 forks source link

Plex Volumes Error #118

Closed archshift2 closed 3 years ago

archshift2 commented 3 years ago

Latest docker-compose.yml appears to have an error for the plex container.

Previous setup:

Current setup:

All content is referenced to /data except for tv. Appears to be a copy/paste error. Inconsistent location of /media instead of /data.

tom472 commented 3 years ago

Thanks for catching that -- yeah copy paste can bite ya sometimes .. I went through and put the volume mappings in Alpha order - and must have pasted the Plex TV one from the Tdarr config. Fixed via commit https://github.com/tom472/mediabox/commit/1f60683e3acea1ec1548e469bedce33a897e2a88 please update and test.

Thanks again @archshift2 !!

archshift2 commented 3 years ago

commit 1f60683 changed to '/data/tv'. needs to be '/data/tvshows' to continue working with prior installs.

tom472 commented 3 years ago

Wow I must really need some coffee!! Let's try commit https://github.com/tom472/mediabox/commit/d77679db683832ffa601f1262f71d344d45bfe51 as a fix ... Thanks @archshift2 -- Really appreciate you catching this .. Twice!

archshift2 commented 3 years ago

Back up and running. Thanks @tom472