SurfaceS

Results 98 comments of SurfaceS
trafficstars

> With the setting "Fully played action" set to "Move to a different folder and mark it" doesn't seem to work. Worth noting that I have it set to move...

update mantine 6.0.21 -> 7.1.0 update web-vitals 3.4.0 -> 3.5.0 removed unnecessary deps add loading on renderer screen add loading on device screen add loading on player renderer creation change...

* @todo choose better icons for these. On V14 (with HDPI) I added this icons : Connecting : ![image](https://raw.githubusercontent.com/UniversalMediaServer/UniversalMediaServer/d63cf28ed54ec7740c86ac5968eb3093569b931c/src/main/resources/images/swing/icon-status-connecting.svg) Connected : ![image](https://raw.githubusercontent.com/UniversalMediaServer/UniversalMediaServer/d63cf28ed54ec7740c86ac5968eb3093569b931c/src/main/resources/images/swing/icon-status-connected.svg) Disconnected : ![image](https://raw.githubusercontent.com/UniversalMediaServer/UniversalMediaServer/d63cf28ed54ec7740c86ac5968eb3093569b931c/src/main/resources/images/swing/icon-status-disconnected.svg)

This can be checked in the last v14. Now, only the icons from java itself are not DPI aware (`JFileChooser` and `MetalIconFactory` ones). ~~The other ones are renderers images on...

> The other ones are renderers images on resources/images/clients. I'll look into it as it need to be adapted/checked to work on both GUI (react as well). renderers images on...

superseed by #4615

**About distinguish between MediaRenderer and control points.** > we have direct access to the low-level UPnP process Yes we can > CPUUID.UPNP.ORG Most control point apps are not using this,...

UMS itself is the `UPnP Control Point`. That's why it adapt the `MediaServer CDS` to registred `MediaRenderer`, transcode if needed, and so on. What I understood is that BubbleUPnP was...