FAQ  •  Register  •  Login

Serviio DNLA Icon

<<

Xmantium

User avatar

DLNA master

Posts: 1396

Joined: Sat Jul 23, 2011 2:12 pm

Location: Manchester, UK

Post Sat Aug 13, 2011 1:09 pm

Serviio DNLA Icon

Ive noticed on my renderers, namely the Bravia and PS3, the Serviio icon is wrapped with renderers own border outline. Bravia has a glow, PS3 has a silver border etc.

This looks different with other media servers when the Serviio icon is designed like an iPhone app icon.
So ive edited it with photoshop, touched up some of the the black blemishes and made a standdard square DNLA logo with works really well on my Bravia anf PS3 :D

Image

Im hoping if Zip cant make this as standard on the next official build

But if anyone wants to do this on your existing build
Locate your serviio.jar file, open with WinRAR, and just repace the the icons with the file in the zip file below just by pressing Add
http://www.xmantium.com/serviio-icon.zip
Last edited by Xmantium on Sat Aug 13, 2011 3:58 pm, edited 1 time in total.
Sony Bravia 2010 52NX803 - Sony PS3 - Xbox 360
Serviio running on QNAP NAS 639 Pro - 1.6 Intel Dual Core - 2GB RAM and QNAP NAS 121 - 2Ghz ARM Marvell - 1GB RAM
Console using ServiiDroid for Android, ServiiMetro and ServiiWP for Windows Phone and WebUI for iOS
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat Aug 13, 2011 3:46 pm

Re: Serviio DNLA Icon

nice, but it differs from the original Serviio logo. Serviio includes JPG and PNG icons, the PNG having transparent parts to enable the rounded corners. So it's up to the renderer to pick an icon it prefers.
<<

Xmantium

User avatar

DLNA master

Posts: 1396

Joined: Sat Jul 23, 2011 2:12 pm

Location: Manchester, UK

Post Sat Aug 13, 2011 9:45 pm

Re: Serviio DNLA Icon

I think Sony devices pick up the jpg icon, I tried changing the png first, nothing changed, so after changing the jpeg icon it looked really good.
It's still the original icon without any round edges. The arrows have been enlarged and stands out more me thinks.
Sony Bravia 2010 52NX803 - Sony PS3 - Xbox 360
Serviio running on QNAP NAS 639 Pro - 1.6 Intel Dual Core - 2GB RAM and QNAP NAS 121 - 2Ghz ARM Marvell - 1GB RAM
Console using ServiiDroid for Android, ServiiMetro and ServiiWP for Windows Phone and WebUI for iOS
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Wed Aug 17, 2011 8:50 am

Re: Serviio DNLA Icon

I seem to remember from when I was poking around in the PS3MS source that there were specific forks for forcing the PNG icon for Sony renderers (i.e. they can display the PNG but choose not to for some stupid reason). Any chance of a beta build with something like that, given that there are other Sony-specific customizations now anyway? :)
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Aug 17, 2011 8:52 am

Re: Serviio DNLA Icon

If you point me to the code, maybe, otherwise I won't be losing time on this ;-)
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Thu Aug 18, 2011 6:39 pm

Re: Serviio DNLA Icon

I'll have a look when I get some time. I'm wasting most of my evenings at work lately.
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Sat Aug 20, 2011 11:58 am

Re: Serviio DNLA Icon

Got it:
http://code.google.com/p/ps3mediaserver ... ource.java

Search for isBRAVIA

I remember now, I think it was something dumb like Bravias could display PNG thumbnails but only when their resource type was set to JPEG_TN.
I think line 1433 is where it sets the base icon for PMS (which is a PNG). So I think it looks like with Sony devices, perhaps when offered a choice they'll always go for the JPEG, even though they can render the PNG (with a JPEG_TN) resource type.
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

Xmantium

User avatar

DLNA master

Posts: 1396

Joined: Sat Jul 23, 2011 2:12 pm

Location: Manchester, UK

Post Sun Aug 21, 2011 5:34 pm

Re: Serviio DNLA Icon

Ive been messing arround with the Serviio icon with Photoshop and come up with some interesting variation for Serviios running of different Operating Systems
Image
Anyone come up any cool ideas too?
Sony Bravia 2010 52NX803 - Sony PS3 - Xbox 360
Serviio running on QNAP NAS 639 Pro - 1.6 Intel Dual Core - 2GB RAM and QNAP NAS 121 - 2Ghz ARM Marvell - 1GB RAM
Console using ServiiDroid for Android, ServiiMetro and ServiiWP for Windows Phone and WebUI for iOS
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Wed Aug 24, 2011 8:50 pm

Re: Serviio DNLA Icon

ticket created for Sony-specific enhancement.
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Aug 24, 2011 9:06 pm

Re: Serviio DNLA Icon

patters wrote:Got it:
http://code.google.com/p/ps3mediaserver ... ource.java

Search for isBRAVIA

I remember now, I think it was something dumb like Bravias could display PNG thumbnails but only when their resource type was set to JPEG_TN.
I think line 1433 is where it sets the base icon for PMS (which is a PNG). So I think it looks like with Sony devices, perhaps when offered a choice they'll always go for the JPEG, even though they can render the PNG (with a JPEG_TN) resource type.

This piece of code is responsible for displaying files' thumbnails, not the actual server icon (which is referenced in DeviceDescription XML). They only have 1 icon (png): http://code.google.com/p/ps3mediaserver ... es/PMS.xml

So either the TV takes the first one or it prioritizes jpeg. Don't think I'll be changing this.
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Thu Aug 25, 2011 8:53 am

Re: Serviio DNLA Icon

That's understandable -it would be quite a messy hack for no functional gain. If you were to do that for every renderer with firmware bugs the Serviio code would be a complete mess.
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

chrismallia

Serviio lover

Posts: 92

Joined: Tue Jan 15, 2013 1:10 am

Location: Malta

Post Thu Apr 11, 2013 11:16 am

Re: Serviio DNLA Icon

Xmantium wrote:Ive noticed on my renderers, namely the Bravia and PS3, the Serviio icon is wrapped with renderers own border outline. Bravia has a glow, PS3 has a silver border etc.

This looks different with other media servers when the Serviio icon is designed like an iPhone app icon.
So ive edited it with photoshop, touched up some of the the black blemishes and made a standdard square DNLA logo with works really well on my Bravia anf PS3 :D

Image

Im hoping if Zip cant make this as standard on the next official build

But if anyone wants to do this on your existing build
Locate your serviio.jar file, open with WinRAR, and just repace the the icons with the file in the zip file below just by pressing Add
http://www.xmantium.com/serviio-icon.zip

Hi nice work. I open the serviio.jar file in winrar but did not find any images all i found was
META-INF
org
sql
cache.ccf
default.lic
rome.properties
serviio.properties
any help thanks
server running serviio PRO and media browser Intel dual core g2030 3.0Ghz 8gb dd3 ram Microsoft windows server 2012 gigabit network . Devices Sony KDL55W805A, ps3, 2 sony bravia 2011, 5 android devices 2 of them samsung galaxy s3 running bubble upnp and serviigo, netgem netbox , 2 laptops XBMC windows 8
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Thu Apr 11, 2013 1:21 pm

Re: Serviio DNLA Icon

chrismallia wrote:Hi nice work. I open the serviio.jar file in winrar but did not find any images all i found was

Under UPNP subfolder
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

Return to Feature requests

Who is online

Users browsing this forum: No registered users and 62 guests

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