User:Avajon

From LinuxMCE
Revision as of 13:25, 3 October 2009 by Avajon (Talk | contribs)

(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
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....