Skip to content
Samuel Attard edited this page Apr 6, 2016 · 21 revisions

FAQ

My media keys don't work!

  1. Remove the Google Music chrome extension if you have it, and then visit chrome://restart
  2. If you have keyboard specific software such as Intellitype or SetPoint, disable it and try your media keys.
  3. They should work. If they don't, restart your computer. If they still don't, make an issue thread.

Can you implement Chromecast?

Not at the moment, it's something I'm always looking into though.


I don't want to give your app my password!

  1. You aren't giving the app the password, the app uses Google's login flow just like any other browser does (Chrome, Firefox, etc.)
  2. If you REALLY don't feel secure, go turn on 2 Factor Authentication
  3. Now take off your tin foil hat and use the awesome player!! 😄

I am part of the glorious linux master race and it doesn't go past the sign in screen!

AKA: Any form of the sign in screen ends up being stuck white

  1. Run the app with the argument --disable-gpu
  2. Ta da 👍

Smartscreen isn't letting me open it :(

  1. Verify that you downloaded it from the official website and not from some other place
  2. Click More Info
  3. Click Run Anyway

Can we get some of that offline storage goodness that the android app has?

No. 😆 It is not currently possible until Google release an official API


No audio output on Arch?

If you are using the PulseAudio soundsystem, make sure the "sink" used by the player app is not muted.

  1. Use 'pacmd list-sink-inputs' to list sinks. Find the corresponding one to the app.
  2. Unmute the index listed under previous step using 'pacmd set-sink-input-mute your-index-here false'.

For more info, see Arch PulseAudio docs

Clone this wiki locally