Пример #1
0
        <deviceType>urn:schemas-upnp-org:device:MediaServer:1</deviceType>
        <friendlyName><?php 
echo AmpConfig::get('site_title');
?>
</friendlyName>
        <manufacturer>ampache.org</manufacturer>
        <manufacturerURL>http://ampache.org</manufacturerURL>
        <modelDescription>A web based audio/video streaming application and file manager allowing you to access your music and videos from anywhere, using almost any Internet enabled device.</modelDescription>
        <modelName>Ampache</modelName>
        <modelNumber><?php 
echo AmpConfig::get('version');
?>
</modelNumber>
        <modelURL>http://ampache.org</modelURL>
        <UDN>uuid:<?php 
echo Upnp_Api::get_uuidStr();
?>
</UDN>
        <iconList>
            <icon>
                <mimetype>image/png</mimetype>
                <width>32</width>
                <height>32</height>
                <depth>24</depth>
                <url><?php 
echo $web_path;
?>
/upnp/images/icon32.png</url>
            </icon>
            <icon>
                <mimetype>image/png</mimetype>