AIMP Forum

AIMP for PC => Плагины / Plugins => Дополнения / Addons => Дополнения / Addons => Topic started by: ReitanSora on April 09, 2026, 18:45:32

Title: Fluke: AIMP Remote Control v1.4.1
Post by: ReitanSora on April 09, 2026, 18:45:32
[catalog_card=1394]

Screenshots:

https://imgur.com/a/MtYY3b4

Installation:


Download & Source Code:


Notes:

Title: Re: [Plugin] AIMP Remote Control v1.0
Post by: Artem on April 13, 2026, 11:06:25
Thank you for great plugin!
Title: Re: AIMP Remote Control v1.2
Post by: ReitanSora on May 16, 2026, 20:34:57
Hello, thank you very much for your kind words.

I've decided to make the project open source and incorporate some improvements.

The source code of the current version of the plugin is available at the following URL:
https://github.com/ReitanSora/aimp-remote-plugin (https://github.com/ReitanSora/aimp-remote-plugin)

Here are some notes on the recent changes:


Also, is there any chance this plugin could be added to the official AIMP plugins page? If so, I am willing to provide all the necessary information.

Thank you very much in advance for your attention.

I've attached the current version of the plugin and the endpoints documentation.
Title: Re: AIMP Remote Control v1.2
Post by: Artem on May 18, 2026, 15:00:11
Thank you!
Title: Re: AIMP Remote Control v1.2
Post by: ReitanSora on May 18, 2026, 18:23:24
I’m glad I could help.

I’ll keep an eye out for the possibility that the plugin gets uploaded to the official AIMP plugins page. If any changes to the plugin are needed, or if you need any additional information, I’m happy to help.
Have a great day!
Title: Re: AIMP Remote Control v1.2
Post by: Artem on May 19, 2026, 13:46:52
Export section of the library contains:
Code: [Select]
AIMPPluginGetHeader,1,0,0x0003DBC0,0x0003CFC0
InfoGet,2,1,0x0003DCA0,0x0003D0A0
InfoGetCategories,3,2,0x0003DCE0,0x0003D0E0

I think the InfoGet and InfoGetCategories placed here by mistake.
Title: Re: AIMP Remote Control v1.2
Post by: Artem on May 19, 2026, 13:49:50
uploaded to the official AIMP plugins page

Do you have any suggestions for the plugin icon in the catalog? May be logo of your remote app or something like that.
Title: Re: AIMP Remote Control v1.2
Post by: ReitanSora on May 19, 2026, 18:09:02
I'm going to take a look at that export section.
Also, to be honest, I've been thinking about it and I've been working on a vector logo of my dog. I'm not sure if that would be possible?
Title: Re: AIMP Remote Control v1.2
Post by: ReitanSora on May 19, 2026, 19:20:16
The plugin has been updated with the following changes:


Attached below is the new version of the plugin.

Have a great day!
Title: Re: Fluke: AIMP Remote Control v1.2.1
Post by: Soolo on May 20, 2026, 09:59:19
Need a simple way to download aimp-remote.apk, like a QR code for downloading
Title: Re: Fluke: AIMP Remote Control v1.2.1
Post by: ReitanSora on May 28, 2026, 20:08:21
Need a simple way to download aimp-remote.apk, like a QR code for downloading

Hi, sorry for the delay. I could create a QR code, but I’d have to update it every time the mobile app version changes.
Also, I have a question: where would you like me to place that QR code? Because I think it should go in the plugin project’s README file. If I put it inside the plugin so it shows up in the menu, it would cause problems since it would force users to download a new version of the plugin (even if it hasn’t been updated) just because the mobile app version has changed and, consequently, its download QR.
Title: Re: Fluke: AIMP Remote Control v1.2.1
Post by: Soolo on May 28, 2026, 20:34:02
For example
https://github.com/ReitanSora/aimp-remote/releases/latest
And no need to create new links to .apk

Or new repo
https://github.com/ReitanSora/aimp-remote-android/releases/latest
Title: Re: Fluke: AIMP Remote Control v1.2.2
Post by: ReitanSora on May 28, 2026, 20:54:20
So, I added the QR code to the README file in the repository, next to the Screenshots section: https://github.com/ReitanSora/fluke-aimp-remote-plugin

And also is available a new version of the plugin in releases that fixes WebSocket failures in certain clients.
Title: Re: Fluke: AIMP Remote Control v1.2.1
Post by: Soolo on June 02, 2026, 09:13:52
aimp-remote v1.1.0-preview (https://github.com/ReitanSora/aimp-remote/tags) (for Android) have no qr-code scanner
Title: Re: Fluke: AIMP Remote Control v1.2.1
Post by: Artem on June 02, 2026, 23:10:37
Suggestion: The QR code link to the app should lead to the APK directly or Google Play, not to github release page. Not all users know how to github works. This will reduce the number of questions you receive.
Title: Re: Fluke: AIMP Remote Control v1.2.1
Post by: Artem on June 02, 2026, 23:14:20
At first launch of the mobile app, would be better to display a settings page, or ask the user to scan a QR code that your provide in PC's plugin.
Now, apps spams the "error get XXX" toasts at launch.
Title: Re: Fluke: AIMP Remote Control v1.2.1
Post by: ReitanSora on June 03, 2026, 03:07:10
aimp-remote v1.1.0-preview (https://github.com/ReitanSora/aimp-remote/tags) (for Android) have no qr-code scanner

Hi, I'm on it, probably the next week I'll upload the new version with some new features
Title: Re: Fluke: AIMP Remote Control v1.2.1
Post by: ReitanSora on June 03, 2026, 03:08:47
Suggestion: The QR code link to the app should lead to the APK directly or Google Play, not to github release page. Not all users know how to github works. This will reduce the number of questions you receive.

Hi
Yeah, sure, I can add the QR code in the README of the plugin repository that redirect to the direct download of the latest version of the mobile app.
Title: Re: Fluke: AIMP Remote Control v1.2.1
Post by: ReitanSora on June 03, 2026, 03:12:32
At first launch of the mobile app, would be better to display a settings page, or ask the user to scan a QR code that your provide in PC's plugin.
Now, apps spams the "error get XXX" toasts at launch.

It's like an onboarding, right? So, the first time the app launches, the onboarding will appear, showing the plugin's server IP settings and the option to scan the QR code.
Title: Re: Fluke: AIMP Remote Control v1.2.1
Post by: Artem on June 03, 2026, 07:43:28
It's like an onboarding, right? So, the first time the app launches, the onboarding will appear, showing the plugin's server IP settings and the option to scan the QR code.

Yes
Title: Re: Fluke: AIMP Remote Control v1.2.1
Post by: LordVader on July 14, 2026, 11:41:57
Many thanks! I’ve been waiting ages for an add‑on like this. Winamp had one, and I’ve really missed it. Now you’ve come to my rescue — absolutely brilliant! Keep up the fantastic work!
Title: Re: Fluke: AIMP Remote Control v1.2.1
Post by: LordVader on July 14, 2026, 12:15:22
One issue I’ve noticed is that my tablet is used in landscape mode, but the Android add‑on stays in portrait no matter how the device is oriented
Title: Re: Fluke: AIMP Remote Control v1.2.1
Post by: ReitanSora on July 31, 2026, 05:49:18
Many thanks! I’ve been waiting ages for an add‑on like this. Winamp had one, and I’ve really missed it. Now you’ve come to my rescue — absolutely brilliant! Keep up the fantastic work!

I've just updated the plugin for AIMP with new features if you want to download it.
Title: Re: Fluke: AIMP Remote Control v1.2.1
Post by: ReitanSora on July 31, 2026, 05:50:39
One issue I’ve noticed is that my tablet is used in landscape mode, but the Android add‑on stays in portrait no matter how the device is oriented

Yeah that version of the mobile app is designed that way, but later in future version i'll add landscape orientation support.
Title: Re: Fluke: AIMP Remote Control v1.2.1
Post by: Soolo on July 31, 2026, 08:44:07
I've just updated the plugin for AIMP with new features if you want to download it.
It work great
Title: Re: Fluke: AIMP Remote Control v1.3.0
Post by: LordVader on July 31, 2026, 23:02:55
Sweet, that would brr great as the tablet on my desk it in landscape mode and I use that as a remote for my HTPC
Title: Re: Fluke: AIMP Remote Control v1.3.0
Post by: ZuALT69 on August 03, 2026, 00:23:19
Feature request: Move current track to Recycle Bin
Hi! Thank you for developing Fluke AIMP Remote.
One feature from the old AIMP Remote Control is greatly missed: the ability to move the currently playing file to the Windows Recycle Bin directly from the remote.
This is extremely useful for users with large music collections (10,000–20,000+ tracks) who regularly review their libraries and remove unwanted songs while listening.
Suggested behavior:
"Remove from playlist"
"Move current file to Recycle Bin"
Optional confirmation dialog
Automatically continue playing the next track
This would make Fluke a complete replacement for the old AIMP Remote Control.
Thank you for considering this feature!
Title: Re: Fluke: AIMP Remote Control v1.3.0
Post by: ReitanSora on August 04, 2026, 05:53:41
Feature request: Move current track to Recycle Bin
Hi! Thank you for developing Fluke AIMP Remote.
One feature from the old AIMP Remote Control is greatly missed: the ability to move the currently playing file to the Windows Recycle Bin directly from the remote.
This is extremely useful for users with large music collections (10,000–20,000+ tracks) who regularly review their libraries and remove unwanted songs while listening.
Suggested behavior:
"Remove from playlist"
"Move current file to Recycle Bin"
Optional confirmation dialog
Automatically continue playing the next track
This would make Fluke a complete replacement for the old AIMP Remote Control.
Thank you for considering this feature!

I'll keep this feature in mind for a future version of the plugin and the mobile app. Thanks for the suggestion
Title: Re: Fluke: AIMP Remote Control v1.3.0
Post by: ReitanSora on August 06, 2026, 03:40:28
Hi everyone!

I'm excited to announce the release of v1.3.0 for both the plugin and the mobile app!

Both projects are available to download from their respective GitHub repositories. Additionally, in the plugin repository's README, you'll find a QR code pointing directly to a MEGA link where the latest APK for the mobile app is hosted for direct download.

Links:

I would like to kindly request the moderation/admin team to review this plugin version. If everything meets the forum's quality and security standards, I would be extremely grateful if plugin is listed on the official AIMP Plugins catalog page.

Please feel free to test it out and share any feedback, suggestions, or bug reports. Thank you for your time and for supporting the AIMP community!
Title: Re: Fluke: AIMP Remote Control v1.3.0
Post by: Soolo on August 06, 2026, 08:54:52
I'm excited to announce the release of v1.3.0 for both the plugin and the mobile app!
Cool!

Can you add qr-code for mobile app?
(https://aimp.ru/forum/index.php?action=dlattach;topic=77565.0;attach=78490)


The mobile version has overlapping buttons
(https://aimp.ru/forum/index.php?action=dlattach;topic=77565.0;attach=78491)
Title: Re: Fluke: AIMP Remote Control v1.3.0
Post by: ReitanSora on August 06, 2026, 16:06:21
The mobile version has overlapping buttons
(https://aimp.ru/forum/index.php?action=dlattach;topic=77565.0;attach=78491)

I just fixed this error. To see the changes in the app you already have installed, just open the app and wait a few seconds for the OTA update to download; then, close the app and remove it from the list of recent apps. When you open it again, you'll see the fix.
Title: Re: Fluke: AIMP Remote Control v1.3.0
Post by: ReitanSora on August 06, 2026, 17:54:19
Cool!

Can you add qr-code for mobile app?
(https://aimp.ru/forum/index.php?action=dlattach;topic=77565.0;attach=78490)

Now, the plugin has in the UI the QR Code which will take you to the MEGA folder where the latest version of the mobile app is hosted, here the example of the UI.

Also there is a new version of the plugin available to download in the repository, it is the v1.4.0

(https://github.com/user-attachments/assets/c6e11745-9620-4585-bfcc-9e2ed7eec36f)
Title: Re: Fluke: AIMP Remote Control v1.3.0
Post by: gr-e on August 06, 2026, 18:59:21
Thank you for this great plugin

Some issues I've noticed so far
App v1.3.0, plugin v1.4.0

If I go to the home screen (launcher) and lock the device, then return to the app after a while, the track info stops updating. Closing and opening the playback screen fixes it. Doesn't seem to happen if the battery optimization is disabled.

The cover art takes about a minute to load first time after launching the app. After that all covers load instantly.

Visual glitches on some devices:
(https://aimp.ru/forum/index.php?action=dlattach;topic=77565.0;attach=78496) (https://aimp.ru/forum/index.php?action=dlattach;topic=77565.0;attach=78497)
(https://aimp.ru/forum/index.php?action=dlattach;topic=77565.0;attach=78498)

Also a minor one - the app doesn't handle stop state in any way, it just shows the last played track info

Suggestions

I'm not sure how hard is it to implement for non-local playback, but support for media buttons (play-pause, next, previous, stop) and a media notification/widget would be amazing. It would allow controlling playback from the lock screen or even without turning the screen on

An option to open playback screen instead of playlist on app launch

Maybe change the layout a bit - move secondary controls to the bottom and put the main controls where your thumb naturally lands, like this (before - after):
(https://aimp.ru/forum/index.php?action=dlattach;topic=77565.0;attach=78499) (https://aimp.ru/forum/index.php?action=dlattach;topic=77565.0;attach=78500)
Title: Re: Fluke: AIMP Remote Control v1.3.0
Post by: Soolo on August 07, 2026, 12:35:33
Now, the plugin has in the UI the QR Code which will take you to the MEGA folder where the latest version of the mobile app is hosted, here the example of the UI.
mega.nz is the most inconvenient method.
Instead of the .apk file, the "latest.zip" archive is downloaded, and only after unzipping it can you access the .apk file (in "latest" folder).
Can you use qr-code with this link? https://github.com/ReitanSora/fluke-mobile/releases/latest
Title: Re: Fluke: AIMP Remote Control v1.3.0
Post by: ReitanSora on August 07, 2026, 18:54:50
mega.nz is the most inconvenient method.
Instead of the .apk file, the "latest.zip" archive is downloaded, and only after unzipping it can you access the .apk file (in "latest" folder).
Can you use qr-code with this link? https://github.com/ReitanSora/fluke-mobile/releases/

Suggestion: The QR code link to the app should lead to the APK directly or Google Play, not to github release page. Not all users know how to github works. This will reduce the number of questions you receive.

The link currently in use has the following advantages:

Below is a video showing how to download the .apk file without having to go through the .zip file.

https://github.com/user-attachments/assets/edf5ddb6-a605-45b4-bbcb-bf66355e3d9b (https://github.com/user-attachments/assets/edf5ddb6-a605-45b4-bbcb-bf66355e3d9b)
Title: Re: Fluke: AIMP Remote Control v1.3.0
Post by: Soolo on August 07, 2026, 19:18:35
The link currently in use has the following advantages:
  • I don't have to constantly update the link within the QR code, and therefore I don't have to constantly update the plugin.
  • It's relatively easy to use
Same on github
https://github.com/ReitanSora/fluke-mobile/releases/latest
Title: Re: Fluke: AIMP Remote Control v1.4.0
Post by: gr-e on August 07, 2026, 20:10:10
Another issue - the app cache gets too large, I did a fresh install yesterday and it's already at 200mb. It keeps growing even if I switch back and forth between two tracks.

I don't have to constantly update the link within the QR code, and therefore I don't have to constantly update the plugin.
I'm pretty sure you can have a persistent direct link to apk if you keep the same file name between versions:
https://github.com/ReitanSora/fluke-mobile/releases/latest/download/fluke_arm64-v8a.apk (https://github.com/ReitanSora/fluke-mobile/releases/latest/download/fluke_arm64-v8a.apk)
Title: Re: Fluke: AIMP Remote Control v1.4.0
Post by: Soolo on August 07, 2026, 20:53:35
https://github.com/ReitanSora/fluke-mobile/releases/latest/download/fluke_arm64-v8a.apk (https://github.com/ReitanSora/fluke-mobile/releases/latest/download/fluke_arm64-v8a.apk)
If make fluke_arm64-v8a.apk filename
Title: Re: Fluke: AIMP Remote Control v1.4.0
Post by: LordVader on August 09, 2026, 11:46:10
Your app works great, but I’m unable to switch it to landscape mode on my tablet or phone. I depend on landscape orientation for accessibility reasons, as I use my devices as remote controls. Adding landscape support would make a big difference for me. Thank you for considering it.
Title: Re: Fluke: AIMP Remote Control v1.4.0
Post by: LordVader on August 09, 2026, 12:39:03
I hope you do not mind, but I was able to modify it to use in landscape mode on my unit.I will not share it, just using it locally.
Title: Re: Fluke: AIMP Remote Control v1.4.0
Post by: ReitanSora on August 11, 2026, 17:33:52
Another issue - the app cache gets too large, I did a fresh install yesterday and it's already at 200mb. It keeps growing even if I switch back and forth between two tracks.

Is really strange that the app reachs 200mb, but i could disable the cache of the images, by doing this all the images will take longer to load in every moment.

I'm pretty sure you can have a persistent direct link to apk if you keep the same file name between versions:
https://github.com/ReitanSora/fluke-mobile/releases/latest/download/fluke_arm64-v8a.apk (https://github.com/ReitanSora/fluke-mobile/releases/latest/download/fluke_arm64-v8a.apk)

If make fluke_arm64-v8a.apk filename

This is a great idea, i'll do it right now
Title: Re: Fluke: AIMP Remote Control v1.4.0
Post by: ReitanSora on August 11, 2026, 17:35:28
I hope you do not mind, but I was able to modify it to use in landscape mode on my unit.I will not share it, just using it locally.

It's okay, thanks for using the app, in other version i will change the interface for landscape orientation
Title: Re: Fluke: AIMP Remote Control v1.4.0
Post by: LordVader on August 11, 2026, 17:40:08
Okay,I look forward to it as my implementation is not perfect.
Title: Re: Fluke: AIMP Remote Control v1.4.1
Post by: ReitanSora on August 11, 2026, 17:55:14
It's ready; now the QR code that appears in the AIMP player points to the .apk file for the latest version of the app.
In addition, there is a new version of the plugin in the repository that includes this change.
Title: Re: Fluke: AIMP Remote Control v1.4.1
Post by: LordVader on August 11, 2026, 20:45:07
Sweet, many thanks
Title: Re: Fluke: AIMP Remote Control v1.4.1
Post by: LordVader on August 11, 2026, 21:04:09
the text in  landscape view is not constant between phone and tablet. Play buttons are missing on tablet
Title: Re: Fluke: AIMP Remote Control v1.4.1
Post by: ReitanSora on August 12, 2026, 02:57:52
the text in  landscape view is not constant between phone and tablet. Play buttons are missing on tablet

Okay, I'll keep that in mind.
Title: Re: Fluke: AIMP Remote Control v1.4.1
Post by: LordVader on August 12, 2026, 10:35:57
Many thanks, I am loving this app.👍🏾👌🏾🙏🏾