You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Loving boxarr. I do have a small problem though. My libraries are split across two drives: one for tv shows, one for movies. After setting up everything correctly as I think I did in the docker-compose (see below), after download, it attempted to symlink to where it would have otherwise been a correct path, were it not for my slightly different setup. As it stands, it symlinks the files to ../../downloads/<movie folder>/<movie>, however the ../../ is not correct in my case. Here's my file structure:
Hi! Loving boxarr. I do have a small problem though. My libraries are split across two drives: one for tv shows, one for movies. After setting up everything correctly as I think I did in the docker-compose (see below), after download, it attempted to symlink to where it would have otherwise been a correct path, were it not for my slightly different setup. As it stands, it symlinks the files to
../../downloads/<movie folder>/<movie>
, however the../../
is not correct in my case. Here's my file structure:downloads: /portainer/boxarr/downloads/
movies: /tb_2/movies/
shows: /tb_1/shows/
What would be the appropriate way to have all the paths work correctly? Am I missing something?
The text was updated successfully, but these errors were encountered: