1
0
mirror of https://github.com/DigitalDevices/octonet.git synced 2023-10-10 13:36:52 +02:00

UPnP icons

changed mimetype from image/jpg to image/jpeg
moved icon references to www path (not for DMS yet)
This commit is contained in:
mvoelkel 2015-12-07 14:40:25 +01:00
parent 3ed3576728
commit e8e203c014
6 changed files with 13 additions and 13 deletions

View File

@ -46,26 +46,26 @@ char xmldesc[] =
"<icon>\r\n<mimetype>image/png</mimetype>\r\n" "<icon>\r\n<mimetype>image/png</mimetype>\r\n"
"<width>120</width>\r\n<height>120</height>\r\n" "<width>120</width>\r\n<height>120</height>\r\n"
"<depth>24</depth>\r\n<url>/octoserve/www/icons/dd-120.png</url>\r\n" "<depth>24</depth>\r\n<url>/icons/dd-120.png</url>\r\n"
"</icon>\r\n" "</icon>\r\n"
"<icon>\r\n<mimetype>image/jpg</mimetype>\r\n" "<icon>\r\n<mimetype>image/jpeg</mimetype>\r\n"
"<width>120</width>\r\n<height>120</height>\r\n" "<width>120</width>\r\n<height>120</height>\r\n"
"<depth>24</depth>\r\n<url>/octoserve/www/icons/dd-120.jpg</url>\r\n" "<depth>24</depth>\r\n<url>/icons/dd-120.jpg</url>\r\n"
"</icon>\r\n" "</icon>\r\n"
"<icon>\r\n<mimetype>image/png</mimetype>\r\n" "<icon>\r\n<mimetype>image/png</mimetype>\r\n"
"<width>48</width>\r\n<height>48</height>\r\n" "<width>48</width>\r\n<height>48</height>\r\n"
"<depth>24</depth>\r\n<url>/octoserve/www/icons/dd-48.png</url>\r\n" "<depth>24</depth>\r\n<url>/icons/dd-48.png</url>\r\n"
"</icon>\r\n" "</icon>\r\n"
"<icon>\r\n<mimetype>image/jpg</mimetype>\r\n" "<icon>\r\n<mimetype>image/jpeg</mimetype>\r\n"
"<width>48</width>\r\n<height>48</height>\r\n" "<width>48</width>\r\n<height>48</height>\r\n"
"<depth>24</depth>\r\n<url>/octoserve/www/icons/dd-48.jpg</url>\r\n" "<depth>24</depth>\r\n<url>/icons/dd-48.jpg</url>\r\n"
"</icon>\r\n" "</icon>\r\n"
"</iconList>\r\n" "</iconList>\r\n"
"<presentationURL>../index.html</presentationURL>\r\n" "<presentationURL>/</presentationURL>\r\n"
"<satip:X_SATIPCAP xmlns:satip=\"urn:ses-com:satip\">%s</satip:X_SATIPCAP>\r\n" "<satip:X_SATIPCAP xmlns:satip=\"urn:ses-com:satip\">%s</satip:X_SATIPCAP>\r\n"
"</device>\r\n" "</device>\r\n"
"</root>\r\n" "</root>\r\n"

View File

@ -22,28 +22,28 @@
<width>120</width> <width>120</width>
<height>120</height> <height>120</height>
<depth>24</depth> <depth>24</depth>
<url>icons/dd-120.png</url> <url>/icons/dd-120.png</url>
</icon> </icon>
<icon> <icon>
<mimetype>image/jpg</mimetype> <mimetype>image/jpeg</mimetype>
<width>120</width> <width>120</width>
<height>120</height> <height>120</height>
<depth>24</depth> <depth>24</depth>
<url>icons/dd-120.jpg</url> <url>/icons/dd-120.jpg</url>
</icon> </icon>
<icon> <icon>
<mimetype>image/png</mimetype> <mimetype>image/png</mimetype>
<width>48</width> <width>48</width>
<height>48</height> <height>48</height>
<depth>24</depth> <depth>24</depth>
<url>icons/dd-48.png</url> <url>/icons/dd-48.png</url>
</icon> </icon>
<icon> <icon>
<mimetype>image/jpg</mimetype> <mimetype>image/jpeg</mimetype>
<width>48</width> <width>48</width>
<height>48</height> <height>48</height>
<depth>24</depth> <depth>24</depth>
<url>icons/dd-48.jpg</url> <url>/icons/dd-48.jpg</url>
</icon> </icon>
</iconList> </iconList>
<serviceList> <serviceList>

View File

View File

View File

View File