Its the news-zdf.php file
If you look at the code you'll see its nothing but a podcast so you should be able to add that pretty easily to daily-podcasts
here is the podcast URI if you want to go the daily-podcasts route
- Code: Select all
http://www.zdf.de/ZDFmediathek/podcast/222506?view=podcast
Alternatively if you'd like to use the code as is, note that it may or may not be 100% functional, then add the following to your /conf/umsp.php to have it show up in the UMSP menu
- Code: Select all
# --Z-D-F---M-e-d-i-a-t-h-e-k---->
$myMediaItems[] = array (
'id' => 'umsp://plugins/news-zdf',
'parentID' => '0',
'dc:title' => 'ZDF Mediathek',
'upnp:class' => 'object.container',
'upnp:album_art'=> 'http://www.zdf.de/ZDF/img/zdflogo.gif',
);






