* but WITHOUT ANY WARRANTY; without even the implied warranty of * 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 'XML_Loader.php'; require_once 'Enigma2WebInterface.php'; require_once 'configuration.php'; $xmlLoader = new XML_Loader(); $webif = new E2WebInterface($ip_addr, $http_port, $login); $bouquets = $webif->loadBouquets(); 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" idleImageWidthPC="10" idleImageXPC="10"
* This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * 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"
* This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * 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); $servicereference = urlencode($_GET['servicereference']); $epg = $webif->loadEPG($servicereference); 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" idleImageWidthPC="10"