Default lægges alt i /var/lib/mythtv/.....osv. Mit nye drev hedder nu hdb5 og mountes automatisk som /media. Skriv fdisk -l for at liste drev
Start med at oprette 4 mapper på hdb5:
1. recordings
2. videos
3. pictures
4. music
Så ændres stier i Mythbackend-programmet:
Under "Generelt"-> mappen hvor optagelserne gemmes" skal stå:
/media/hdb5/recordings
Start nu Frontenden:
Gå til "Konfiguration"-> "Konfiguration"-> "Media"-> "Musik instillinger"-> "Generelle":
Under "Bibliotek der indeholder musik" skal stå:
/media/hdb5/music
Tryk Esc 2 gange tilbage-> Vælg nu "Video indstillinger"-> "Generelle"->
Skriv her:
/media/hdb5/videos
Samme procedure for "Billed instillinger". Her skal stå:
/media/hdb5/pictures
Godt så.....
Afslut Mytvfrontend og gå tilbage til desktoppen. I terminalen skrives nu for at give fuld adgang til det nye bibliotek:
chown -R mythtv.mythtv /media/hdb5/
Vent lidt - der skrives nye rettigheder til disken.
Husk til sidst at køre komandoen
mythfilldatabase
..i terminalen. Ellers bliver ændringerne ikke skrevet til mysql-databasen;-)
change the permissions and ownership of the recordings directory:
-
sudo chown mythtv.mythtv /media/hdb5/
sudo chmod u=rwx,g=rwx,o=rwx /media/hdb5/recordings
(This assumes that your directory for recordings is /var/lib/mythtv. If you have the recordings stored somewhere else, be sure to replace /var/lib/mythtv in the above command with that location.)
The end result is that the ownership and permissions should match /var/lib/mythtv as it was set by the installer. (You might want to replace /var/lib/mythtv with a symbolic link to your custom location if you are using a customized location.)
Ingen kommentarer:
Send en kommentar