![]() |
|
Web API to obtain track tags - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Support (/forumdisplay.php?fid=4) +--- Thread: Web API to obtain track tags (/showthread.php?tid=6599) |
Web API to obtain track tags - hongson - 15-05-2022 17:25 Hello, I'm in the process of writing a java app to show tag info for currently playing track. From searching the forum, it seems there is no such api, just the ones for controlling the server itself. Am I missing something? If not, is this feature that might be considered for future implementation? Thank you... RE: Web API to obtain track tags - simoncn - 15-05-2022 21:22 You are correct that the web API is just for controlling the server. All other interactions are via the UPnP protocol. I don't have any plans to change this. |