Merge pull request #647 from henkwiedig/xmltv2vdr

add default svdrp port for epgsearch-plugin
This commit is contained in:
Stephan Raue 2012-05-15 07:25:14 -07:00
commit 597a74081b

View File

@ -117,6 +117,7 @@ fi
sed -i -e '/^xineliboutput.OSD.Blending.*$/d' $ADDON_CONFIG_DIR/setup.conf sed -i -e '/^xineliboutput.OSD.Blending.*$/d' $ADDON_CONFIG_DIR/setup.conf
sed -i -e '/^xineliboutput.OSD.Size.*$/d' $ADDON_CONFIG_DIR/setup.conf sed -i -e '/^xineliboutput.OSD.Size.*$/d' $ADDON_CONFIG_DIR/setup.conf
sed -i -e '/^xineliboutput.OSD.SoftOSD.*$/d' $ADDON_CONFIG_DIR/setup.conf sed -i -e '/^xineliboutput.OSD.SoftOSD.*$/d' $ADDON_CONFIG_DIR/setup.conf
sed -i -e '/^epgsearch.SVDRPPort.*$/d' $ADDON_CONFIG_DIR/setup.conf
fi fi
cat >>$ADDON_CONFIG_DIR/setup.conf << MYDATA cat >>$ADDON_CONFIG_DIR/setup.conf << MYDATA
OSDHeight = 1080 OSDHeight = 1080
@ -125,6 +126,7 @@ OSDTheme = yabluelight
xineliboutput.OSD.Blending = 1 xineliboutput.OSD.Blending = 1
xineliboutput.OSD.Size = 1280x720 xineliboutput.OSD.Size = 1280x720
xineliboutput.OSD.SoftOSD = 1 xineliboutput.OSD.SoftOSD = 1
epgsearch.SVDRPPort = 2004
MYDATA MYDATA
) )