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:
parent
3ed3576728
commit
e8e203c014
@ -46,26 +46,26 @@ char xmldesc[] =
|
||||
|
||||
"<icon>\r\n<mimetype>image/png</mimetype>\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<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"
|
||||
"<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<mimetype>image/png</mimetype>\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<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"
|
||||
"<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"
|
||||
|
||||
"</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"
|
||||
"</device>\r\n"
|
||||
"</root>\r\n"
|
||||
|
@ -22,28 +22,28 @@
|
||||
<width>120</width>
|
||||
<height>120</height>
|
||||
<depth>24</depth>
|
||||
<url>icons/dd-120.png</url>
|
||||
<url>/icons/dd-120.png</url>
|
||||
</icon>
|
||||
<icon>
|
||||
<mimetype>image/jpg</mimetype>
|
||||
<mimetype>image/jpeg</mimetype>
|
||||
<width>120</width>
|
||||
<height>120</height>
|
||||
<depth>24</depth>
|
||||
<url>icons/dd-120.jpg</url>
|
||||
<url>/icons/dd-120.jpg</url>
|
||||
</icon>
|
||||
<icon>
|
||||
<mimetype>image/png</mimetype>
|
||||
<width>48</width>
|
||||
<height>48</height>
|
||||
<depth>24</depth>
|
||||
<url>icons/dd-48.png</url>
|
||||
<url>/icons/dd-48.png</url>
|
||||
</icon>
|
||||
<icon>
|
||||
<mimetype>image/jpg</mimetype>
|
||||
<mimetype>image/jpeg</mimetype>
|
||||
<width>48</width>
|
||||
<height>48</height>
|
||||
<depth>24</depth>
|
||||
<url>icons/dd-48.jpg</url>
|
||||
<url>/icons/dd-48.jpg</url>
|
||||
</icon>
|
||||
</iconList>
|
||||
<serviceList>
|
||||
|
0
octoserve/var/www/icons/dd-120.jpg
Normal file
0
octoserve/var/www/icons/dd-120.jpg
Normal file
0
octoserve/var/www/icons/dd-120.png
Normal file
0
octoserve/var/www/icons/dd-120.png
Normal file
0
octoserve/var/www/icons/dd-48.jpg
Normal file
0
octoserve/var/www/icons/dd-48.jpg
Normal file
0
octoserve/var/www/icons/dd-48.png
Normal file
0
octoserve/var/www/icons/dd-48.png
Normal file
Loading…
x
Reference in New Issue
Block a user