Exemple #1
0
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street,
 * Fifth Floor, Boston, MA  02110-1301, USA.
 *
 * $Id$
 */
require_once 'Enigma2WebInterface.php';
require_once 'configuration.php';
date_default_timezone_set($xe2_timezone);
$webif = new E2WebInterface($ip_addr, $http_port, $login);
$bouquet = urlencode($_GET['bouquet']);
$services = $webif->loadServices($bouquet);
$epgnow = $webif->loadEPGnow($bouquet);
$epgnext = $webif->loadEPGnext($bouquet);
$playableList = $webif->loadPlayableList($bouquet);
echo "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n";
?>
<rss version="2.0" xmlns:media="http://purl.org/dc/elements/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/">

  <mediaDisplay name="threePartsView"
  forceFocusOnItem="yes"

  backgroundColor="-1:-1:-1"

  showHeader="no"

  idleImageHeightPC="10"