Support multiple LIBRARY_ROOT directories #438
Closed
MarcSeebold
started this conversation in
General
Replies: 1 comment
-
Library are mounted as docker volumes, symlinks across volumes mostly don't work in docker. volumes:
- ${LIBRARY_ROOT}:/video:ro by volumes:
- /ssd/media}/video/ssd:ro
- /ssd4tb/media}/video/ssd4tb:ro If you do change that, you'll need this edit in two places: in the x-transcoder's volume definition and in the scanner's volume definition. If this is something that people often needs, we might want to look into easier ways of doing that ; for example using reusable volumes scopes for the transcoder/scanner. (i'm closing this, but feel free to comment if you need more help!) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature description
I have two drives I'd like to use as my library:
I tried creating a new folder with two softlinks, but it seems that Kyoo doesn't follow softlinks.
Two possible solutions:
Beta Was this translation helpful? Give feedback.
All reactions