Jump to content

User:Avajon: Difference between revisions

From LinuxMCE
Trout (talk | contribs)
mNo edit summary
 
Avajon (talk | contribs)
No edit summary
 
Line 1: Line 1:
Your english is not that bad, it's actually pretty good !
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....

Latest revision as of 11:25, 3 October 2009

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