Normal
The warnings only appear using the Spanish translation. In english I don't have them.Here is the data.php:[code]<?php$MPpath = "C:\Archivos de programa\Team MediaPortal\MediaPortal";$dbpath = "C:\Archivos de programa\Team MediaPortal\MediaPortal\database\TVDatabaseV21.db3";$primetime = "2000";$showTB = 0;$timeform = "24h";$language = "spanish";$tvgroup = 0;$viewlegend = 1;$viewchannelno = 1;$defaultPaddingStart = 0;$defaultPaddingEnd = 0;?>[/code]BTW, I have set up Media Portal to start recording 10 minutes before, and stop 30 minutes after. Do I have to repeat this parameters in the configuration of WebEPG (Padding) or it will use Media Portal parameters?
The warnings only appear using the Spanish translation. In english I don't have them.
Here is the data.php:
[code]
<?php
$MPpath = "C:\Archivos de programa\Team MediaPortal\MediaPortal";
$dbpath = "C:\Archivos de programa\Team MediaPortal\MediaPortal\database\TVDatabaseV21.db3";
$primetime = "2000";
$showTB = 0;
$timeform = "24h";
$language = "spanish";
$tvgroup = 0;
$viewlegend = 1;
$viewchannelno = 1;
$defaultPaddingStart = 0;
$defaultPaddingEnd = 0;
?>
[/code]
BTW, I have set up Media Portal to start recording 10 minutes before, and stop 30 minutes after. Do I have to repeat this parameters in the configuration of WebEPG (Padding) or it will use Media Portal parameters?