AIMP Forum
AIMP for PC => Плагины / Plugins => Дополнения / Addons => Дополнения / Addons => Topic started by: ReitanSora on April 09, 2026, 18:45:32
-
Plugin Name: AIMP Remote Control
AIMP Version: v5.40.2709
Category: Remote Control
Author: ReitanSora
Language: English (Plugin interface) / C++ (Source)
Description:
This plugin allows you to control AIMP remotely from a mobile device or a web interface. It establishes a communication bridge using WebSockets and HTTP requests, allowing for real-time synchronization of playback status, track information, and basic playback commands (Play/Pause, Stop, Next, Previous, Volume).
Main Features:
- Real-time playback control.
- Track information display (Title, Artist, Album Art).
- Low latency connection via WebSockets.
- Compatible with the "AIMP Remote" React Native mobile application published on GitHub.
Screenshots:
https://imgur.com/a/MtYY3b4
Installation:
- Download the aimp_remote_reitansora.aimppack.
- Double-click the file, and AIMP will prompt you to install it automatically.
- (Alternative) Drag and drop the file onto the AIMP window.
- Enable the plugin in Settings > Plugins if it’s not already active.
Download & Source Code:
- Plugin & Mobile App: https://github.com/ReitanSora/aimp-remote
Notes:
- I've attached Endpoints.zip, which contains the full documentation for the HTTP calls.
- The WebSocket server runs on port 3554.
-
Thank you for great plugin!