Raptor399 wrote:We're currently using this file:
pms.icns. Feel free to propose a better version.
Not true for Menubar. That pms.icns used in finder / dock, and they are nice

Found the way to make menubar icon nice too:
This icon located in PMS.jar file. Since tray image graphics in OS X must be 16x16px, actual image size must be 22x22px (it's actual height of menubar in OS X, in that case image not upscaled).
tated wrote:Can we please get a proper icon for the menubar? It upsets me having to look at that ugly blurry image of a shrunken ps3.
You need to change canvas size of actual PMS icon from 16x16px to 22x22px (located in resources/images/icon-16png), or replace it with one of my custom icons:


How to do it: Choose PS3 Media Server.app / Choose "Show Package Contents" / Go to Contents / Resources / Java and locate
pms.jar. Open it with any good archive manager (I used BetterZip), go to "resources/images/" and replace
icon-16.png with the custom one. Then save archive.
Or, you can compile your own PMS from svn source

I added my custom image and changed reference to it in [ net / pms / util / ] PMSUtil.java (in function
addSystemTray).