![]() |
|
MinimServer UPnP server icon - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: MinimServer UPnP server icon (/showthread.php?tid=4930) Pages: 1 2 |
MinimServer UPnP server icon - sv_93 - 29-05-2018 08:34 Hi Simon, Is there a way to change the icon displayed by MinimServer in control point application in front of the server name (displayName property) ? My MinimServer is running on a Raspberry Pi and I've tried to change the server48.png file from the "icons" folder with no success, BubbleUPnP is still showing the default MinimServer icon (musical slave on green background). It would be helpful to quickly identify MinimServer instances when there are multiple ones. Cheers, Sébastien RE: MinimServer UPnP server icon - simoncn - 29-05-2018 09:30 You can replace the default icon shown by the control point by doing the following: 1) Create a directory containing custom versions of these four files: minimicon-120.png (a 120x120 pixel PNG image) minimicon-120.jpg (a 120x120 pixel JPEG image) minimicon-48.png (a 48x48 pixel PNG image) minimicon-48.jpg (a 48x48 pixel JPEG image) 2) In the minimserver/data directory, create a file named minimserver.defaults containing the single line .path = /path/to/the/directory/containing/your/custom/icons 3) Stop and restart MinimServer RE: MinimServer UPnP server icon - sv_93 - 29-05-2018 17:58 It works like a charm. Thank you Simon ! RE: MinimServer UPnP server icon - JoaBack - 05-09-2021 12:27 Does this "trick" work for the windows version, and for the latest update? I did literally what he did and it doesn't work for me. RE: MinimServer UPnP server icon - simoncn - 06-09-2021 10:30 I have tried this with the latest update on Windows and it is working for me. What exactly did you put in the minimserver.defaults file? RE: MinimServer UPnP server icon - JoaBack - 08-09-2021 20:36 In my minimserver.defaults file is: .path = C:/Program Files/MinimServer/customicon Note: this is in the /data folder in AppData/Roaming/Minimserver, the regular MinimServer folder doesn't have a /Data subfolder. RE: MinimServer UPnP server icon - simoncn - 09-09-2021 11:19 Because of the space in Program Files, you need to quote the path like this: .path = "C:/Program Files/MinimServer/customicon" Note: it would be better not to put the icons folder in this location. See this post. RE: MinimServer UPnP server icon - JoaBack - 10-09-2021 20:24 Ok, now it works. Thanks a lot!! RE: MinimServer license code - steve brown - 11-09-2021 18:41 what if I need to renew but lost my license code? RE: MinimServer UPnP server icon - lyapounov - 17-09-2021 11:54 It worked on my Synology (I put minimserver.defaults in the appData subdir) Question: the icons are also in a subfolder of minimserver So I have two foreigners: the minimserver.defaults file and the icons subdir What happens when there is an update ? |