Skip to content

Instantly share code, notes, and snippets.

@elan

elan/config.json Secret

Created January 12, 2018 08:52
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elan/e3039d5e870356296f78249afc52d243 to your computer and use it in GitHub Desktop.
Save elan/e3039d5e870356296f78249afc52d243 to your computer and use it in GitHub Desktop.
{
"ui": {
"notifications": false,
"keys": {
"next": "MediaNextTrack",
"playpause": "MediaPlayPause",
"previous": "MediaPreviousTrack",
"activate": "Shift+CommandOrControl+Space",
"unrate": "Shift+Command+Control+Option+0",
"rate1": "Shift+Command+Control+Option+1"
}
}
}
@UnInfamousGhost
Copy link

What file is this inserted into? There isn't a config.json file anywhere in the plexamp file structure.

@JakeStanger
Copy link

Check your appdata or .config depending on OS

@dsjb72
Copy link

dsjb72 commented Feb 6, 2018

On Win 10 found at:

%AppData%\Local\Plexamp\Plexamp

@crispamares
Copy link

I gess the location is:

  • Mac: ~/Library/Application Support/Plexamp/config.json.
  • Windows: C:\Users\<username>\AppData\Local\Plexamp\Plexamp\config.json.

@rsaris
Copy link

rsaris commented Jun 11, 2018

I was wondering where this file was located in a Linux install. Thanks in advance!

@mmnaseri
Copy link

mmnaseri commented Sep 4, 2018

@rsaris: On my Debian machine it was located under ~/.config/Plexamp/config.json

(doing a find ~ -iname *plex* did the trick for me)

@mseeley
Copy link

mseeley commented Mar 15, 2019

A list of available values for the right-hand side is available here: https://electronjs.org/docs/api/accelerator.

@jellelle
Copy link

Are there other functions possible, for instance "stop"?
"stop": "x", doesn't work.

@sniarn
Copy link

sniarn commented Jan 25, 2020

A list of available values for the right-hand side is available here: https://electronjs.org/docs/api/accelerator.

But what values are available for the left-hand side?

Also, is it possible to disable a shortcut? For instance, I have zero use for the volume up/down shortcuts and would rather that Plexamp did not bind a global keyboard shortcut to a function that I will never (knowingly) use.

@elan
Copy link
Author

elan commented Jan 25, 2020

There is a new new new version coming out shortly (v3!) so let's table this for now 😬

@jxs
Copy link

jxs commented Apr 19, 2020

hi @elan is there away to configure keybinding on the v3?

@elan
Copy link
Author

elan commented Apr 19, 2020

Not yet. Gonna add it in the UI.

@sniarn
Copy link

sniarn commented Apr 21, 2020

On a related note, please also make the mac app hide on Cmd+H. That is absolutely essential for everyday use.

@elan
Copy link
Author

elan commented Apr 22, 2020

@sniarn ~ fixed in the next release.

@ephur
Copy link

ephur commented May 8, 2020

I've been looking for this for quite some time, a list of the keybindings. Happy to hear support is coming to configure, as I recently ditched itunes for managing my library and have been trying to re-rate music. I use 'half star' ratings a lot as well, it would be awesome if there are bindings possible for 3.5 for example, so just shifting it to a 0-9 scale to include the half stars (optionally of course, as the app points out I may need to reconsider my life choices and I am probably in the minority for wanting this level of granularity) for example would be awesome.

@cabrinha
Copy link

cabrinha commented Jun 1, 2020

Looks like these keybindings do nothing on OSX.

@huanga
Copy link

huanga commented Jun 8, 2020

@cabrinha> I believe it was noted earlier that these does not work on v3, and will eventually be added to the UI. I cannot use Plexamp until it does, because it collides with my window management keyboard shortcut, resulting in window management always trying to adjust Plexamp instead of actual window I'm working with.

@elan
Copy link
Author

elan commented Jun 8, 2020

these does not work on v3, and will eventually be added to the UI

Correct!

I cannot use Plexamp until it does

Sorry about that!

@huanga
Copy link

huanga commented Jun 8, 2020

@elan> No worries, I'm sure there are bigger priorities to tackle first, and my library is pretty small, so Plex is not my primary music source anyway.

@mmnaseri
Copy link

Thanks for the great work on this @elan. Is there a tracking bug for this maybe?

@ZodmanPerth
Copy link

I'm using v3.1.1 on Windows 10 and I still can't turn off or change the keybindings with anything I see here.
I also cannot use PlexAmp until this is fixed.
I really want an equalizer in an app that works for me! 😭

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