AIMP Forum

AIMP for Windows => Вопросы / Questions => Topic started by: sf_pico on February 05, 2025, 17:26:32

Title: Remote monitoring via network or Windows Messages ?
Post by: sf_pico on February 05, 2025, 17:26:32
Hi, is there any way via plugin or Windows API to query AIMP3 about the play status and song being played ?

I just want a third party process to react depending to the above and have not found a way to do this.

Thanks for your help.
Title: Re: Remote monitoring via network or Windows Messages ?
Post by: sf_pico on February 06, 2025, 11:35:05
I will answer myself ... using this plugin: https://github.com/a0ivanov/aimp-control-plugin/releases  and the relevant RPC functions, the Player status and the track being played can be get with ease. If someone is interested in the code, while simple, just reply to this thread.

BR.