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
82 stars 15 forks source link

App doesn't work with a UK account - Needs configurable URL #25

Closed nosami closed 3 years ago

nosami commented 3 years ago

It can be fixed by changing the URL to https://music.apple.com/gb. I changed the location using the developer console to the gb version of the URL and it worked fine after that.

nosami commented 3 years ago

Never mind, I see you do country code detection here and it worked fine on the 2nd launch.

MarcusTomlinson commented 3 years ago

For anyone interested, selecting a manual locale is now possible via ~/snap/apple-music-for-linux/common/locale in version 0.7.0+ of the snap.

For example:

mkdir -p ~/snap/apple-music-for-linux/common
echo "DE" > ~/snap/apple-music-for-linux/common/locale
mittler-works commented 3 years ago

Thanks @MarcusTomlinson this works well!

nbolton commented 8 months ago

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