Podpowiedź How to move medialibrary/FileBot movies or tvshows output directory into another disk path? [Video]

Status
Brak możliwości dodawania odpowiedzi.

Silas Mariusz

rm -rf /
Help us, GOD!
5 Kwiecień 2008
10 168
31
2 248
153
39
Nowy Sącz
forum.qnap.net.pl
QNAP
TS-x77
Ethernet
1 GbE
Question
  • How to set different disk path for MediaLibrary/Filebot output?
Resolution:
  • Replace Movies, TV Shows, and so on or the whole medialibrary directory from Rdownload with a symlink path to destination drive path.
How-to:
  1. Using FAQ SSH connect to your QNAP NAS

  2. 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

  3. Please repeat this step for TV Shows, Music, and so on...
Here is video how to do this really easy using Midnight Commander:
Link: https://asciinema.org/a/240035
 
  • Lubię to
Reakcje: Penerros
Status
Brak możliwości dodawania odpowiedzi.