cross-platform / apple-music-for-linux

Access your Apple Music library from Linux
https://snapcraft.io/apple-music-for-linux
GNU General Public License v3.0
85 stars 15 forks source link

Error: Item not available in your country #55

Closed nbolton closed 11 months ago

nbolton commented 1 year ago

Whenever you try to play any song...

image

To fix:

  1. Scroll to the bottom of any page
  2. Click 'United States'
  3. Choose the correct country

Suggestion: Tell the user they need to do this when the app first starts.

MarcusTomlinson commented 1 year ago

Hi, you can set your locale like this: https://github.com/cross-platform/apple-music-for-linux/issues/25#issuecomment-851724255

nbolton commented 11 months ago

Many thanks, I believe that worked.

mkdir -p ~/snap/apple-music-for-linux/common
echo "GB" > ~/snap/apple-music-for-linux/common/locale
nbolton commented 11 months ago

I opened a PR: https://github.com/cross-platform/apple-music-for-linux/pull/56