MiczFlor / RPi-Jukebox-RFID

A Raspberry Pi jukebox, playing local music, podcasts, web radio and streams triggered by RFID cards, web app or home automation. All plug and play via USB. GPIO scripts available.
http://phoniebox.de
MIT License
1.3k stars 394 forks source link

Feature request: Amazon music #483

Open Alwiz79 opened 5 years ago

Alwiz79 commented 5 years ago

Hi, is there any chance, that we will see phoniebox playing music from amazon music unlimited (instead of spotify). I found the following from @Jaffa on GitHub, but I guess I don't have the skill to somehow implement this to phoniebox: https://github.com/Jaffa/amazon-music

Has somebody running amazon music on a raspberry and could contribute some experience ?

makhau commented 5 years ago

Hi, would be interested in this too. Can't find much in the internet about Amazon prime and unlimited support for music services beneath amazon hardware or andoird phones.

MiczFlor commented 5 years ago

Hi @Alwiz79 @makhau I added the enhancement tag to this thread. I have no amazon music account, so I don't know how to help right now :)

s-martin commented 4 years ago

From my point of view the following steps would be necessary:

Overall this is a non-trivial task as Amazon Music doesn’t provide a official SDK or API and this is all reverse engineered; currently the existing amazon-music Python library seems not to work anymore (see https://github.com/Jaffa/amazon-music/issues/30) as Amazon probably made changes. In addition that means a continuous maintenance effort (to fix changes by Amazon) is necessary.

Maybe other users of Mopidy are interested, but I can’t quantify that.

s-martin commented 1 month ago

Amazon provides the Amazon Music Device API, but it’s already deprecated.

Not sure, if the new Amazon Music Web API provides audio playback.