Question
Link: https://asciinema.org/a/240035
- How to set different disk path for MediaLibrary/Filebot output?
- Replace
Movies
,TV Shows
, and so on or the wholemedialibrary
directory fromRdownload
with a symlink path to destination drive path.
- Using FAQ SSH connect to your QNAP NAS
- Execute this:
Bash:cd /share/Rdownload/medialibrary # rename old movies directory to keep current content available for copy or whatever... mv Movies Movies.bak # point Movies to different location (please replace '/share/Cinema/Media/Movies' with target directory) ln -s /share/Cinema/Media/Movies Movies
- Please repeat this step for
TV Shows
,Music
, and so on...
Link: https://asciinema.org/a/240035