FAQ  •  Register  •  Login

Serviio Icon on Sony XMB menu

<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Jul 26, 2010 9:22 am

Serviio Icon on Sony XMB menu

:idea: That's could be cool if we could see the Serviio icon on Sony XMB menu, something like that... ;)
Serviio_server.jpg
Serviio_server.jpg (28.73 KiB) Viewed 4499 times



I think, it's a simple dlna feature to implementin your Xml Device Description:
  Code:
<root>
...
<device>
...
<iconList>
         <icon>
            <mimetype>image/png</mimetype>
            <width>256</width>
            <height>256</height>
            <depth>24</depth>
            <url>/images/Serviio_256.png</url>
         </icon>
      </iconList>
   </device>
</root>


You probably have to add more image mimetype , and different resolution for example MediaTomb had:

  Code:
...
         <icon>
            <mimetype>image/png</mimetype>
            <width>120</width>
            <height>120</height>
            <depth>24</depth>
            <url>/icons/mt-icon120.png</url>
         </icon>
         <icon>
            <mimetype>image/x-ms-bmp</mimetype>
            <width>120</width>
            <height>120</height>
            <depth>24</depth>
            <url>/icons/mt-icon120.bmp</url>
         </icon>
         <icon>
            <mimetype>image/jpeg</mimetype>
            <width>120</width>
            <height>120</height>
            <depth>24</depth>
            <url>/icons/mt-icon120.jpg</url>
         </icon>
         <icon>
            <mimetype>image/png</mimetype>
            <width>48</width>
            <height>48</height>
            <depth>24</depth>
            <url>/icons/mt-icon48.png</url>
         </icon>
         <icon>
            <mimetype>image/x-ms-bmp</mimetype>
            <width>48</width>
            <height>48</height>
            <depth>24</depth>
            <url>/icons/mt-icon48.bmp</url>
         </icon>
         <icon>
            <mimetype>image/jpeg</mimetype>
            <width>48</width>
            <height>48</height>
            <depth>24</depth>
            <url>/icons/mt-icon48.jpg</url>
         </icon>
         <icon>
            <mimetype>image/png</mimetype>
            <width>32</width>
            <height>32</height>
            <depth>8</depth>
            <url>/icons/mt-icon32.png</url>
         </icon>
         <icon>
            <mimetype>image/x-ms-bmp</mimetype>
            <width>32</width>
            <height>32</height>
            <depth>8</depth>
            <url>/icons/mt-icon32.bmp</url>
         </icon>
         <icon>
            <mimetype>image/jpeg</mimetype>
            <width>32</width>
            <height>32</height>
            <depth>8</depth>
            <url>/icons/mt-icon32.jpg</url>
         </icon>
...
Last edited by Illico on Mon Jul 26, 2010 9:43 am, edited 1 time in total.
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Jul 26, 2010 9:42 am

Re: Serviio Icon on Sony XMB menu

Yess, I know... just was doing stuff with more priority. I have an issue for this on bitbucket.org for ages ;-)

Return to Feature requests

Who is online

Users browsing this forum: No registered users and 33 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.