

php_admin_value suhosin.request.max_vars 500

mad_ady wrote:Anyway, I haven't noticed any issues, in spite of this error message, so S4bb3 - I would say it's safe to ignore (unless there are problems with the functionality)


/usr/bin/php5-cgi /tmp/umsp-plugins/youtube-subscriptions/youtube-subscriptions-helper.php --insecure
ls -lh /tmp/youtube-subscriptions.cache


// YT Subscriptions
$myMediaItems[] = array(
'id' => 'umsp://plugins/youtube-subscriptions/youtube-subscriptions?t='.microtime(), #Attribute of item
'parentID' => '0', #Attribute of item
'restricted' => '1', #Attribute of item
'dc:creator' => 'myCreator',
'dc:title' => 'YouTube Subscriptions',
'dc:date' => '2009-12-30',
'upnp:author' => 'myAuthor',
'upnp:artist' => 'myArtist',
'upnp:album' => 'myAlbum',
'upnp:genre' => 'myGenre',
'upnp:length' => '2:10:20',
'desc' => 'myDesc',
'upnp:class' => 'object.container',
'upnp:album_art'=> '/osd/image/youtube_logo.png',
'duration' => 'myDur3', #Attribute of res
'size' => 'mySize3', #Attribute of res in bytes
'bitrate' => 'myBitr', #Attribute of res
'protocolInfo' => '*:*:*:*', #Attribute of res
'resolution' => 'myReso', #Attribute of res
'colorDepth' => 'myColor', #Attribute of res
);



Users browsing this forum: No registered users and 0 guests