User:Avajon

From LinuxMCE
Jump to: navigation, search

To avoid that mythtv records on all disks add in StorageDevice_Symlinks.sh in line 92:

if [ [ "$mediaDir" == "pvr" ] ] ;then
   echo "pvr wird kein symlink gesetzt"
else
   ln -sn "$symlinkSource" "$symlinkDestination"
   echo "$symlinkDestination -> $symlinkSource"
fi

I have to do this, because liveTV wouldn't work when it records to the other disks - i don't know why....