User:Avajon: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
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....