Skip to content

Instantly share code, notes, and snippets.

@mistic100
Created November 2, 2014 13:07
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mistic100/07bbac9dc9b252bf70d0 to your computer and use it in GitHub Desktop.
Save mistic100/07bbac9dc9b252bf70d0 to your computer and use it in GitHub Desktop.
Logitech multimedia keys support for AIMP (file is in C:\Program Files\Logitech\SetPointP)
[Players]
AIMP3=cmd,AIMP3.exe,Winamp v1.x,xxx,xxx,40045,40046,40047,40044,40048,0,1,WinAmp 5
AIMP2=cmd,AIMP2.exe,Winamp v1.x,xxx,xxx,40045,40046,40047,40044,40048,0,1,WinAmp 5
@vd-tech
Copy link

vd-tech commented Mar 30, 2016

with aimp4 you would have to add

AIMP=cmd,AIMP.exe,Winamp v1.x,xxx,xxx,40045,40046,40047,40044,40048,0,1,WinAmp 5

@Modelsson
Copy link

Thanks! Working on Win7 64-bit and AIMP3

@opus-2
Copy link

opus-2 commented May 18, 2019

This works for me with AIMP 4.51, on Logitech K520, with seek and rewind functions:

[Players]
AIMP=cmd,AIMP.exe,Winamp v1.x,xxx,xxx,40045,40046,40047,40044,40048,0,1,WinAmp 5
...

[Players.Seek]
AIMP=cmd,40060,xxx,1,0
...

[Players.Rewind]
AIMP=cmd,40061,xxx,1,0

@Rinyuu
Copy link

Rinyuu commented Nov 30, 2019

Does anyone know how to achieve this on Logitech Options? For any of the Master MX mice?
Weirdly enough the only button that DOES work with media controls is single pressing the gesture button, but mapped to gestures or mapped to any other button it doesn't work...

@cyberjps
Copy link

Does anyone know how to achieve this on Logitech Options? For any of the Master MX mice? Weirdly enough the only button that DOES work with media controls is single pressing the gesture button, but mapped to gestures or mapped to any other button it doesn't work...

Same question. I think problem not in Logitech but in AIMP (or other not working software).
I try exit from AIMP and run "Groove Music" and media buttons fantastically works without any hacks.
Problem not resolved if I change players.ini from C:\Program Files\Logitech\SetPointP. This action has no effect. I think (this is my opinion only) Logitech Options do not use this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment