Andrew Flegg
Andrew Flegg
@manykwh, thanks for the suggestion and apologies for the delay in replying. I'd hope to not have to handle it at all, as the library should be able to work...
I may have some time tomorrow to look into it. @dufferzafar - if you can find a way of looking at your history in the web client, that may give...
The homepage's _Recently Played_ uses `com.amazon.musicensembleservice.MusicEnsembleService.getHome` with the standard parameters, plus: options=populateRecentlyPlayed,requestShowContent requestContent=PRIME This returns a set of `blocks` for the homepage. `[2]` is a `VerticalTileGroup` containing sub-blocks for recently...
Not had a lot of chance to work on it I’m afraid, though the above does seem promising. I’m away from a Python-capable machine for the next couple of weeks,...
Thanks for this. Sorry for the delay, I'll look to merge it shortly.
> I was able to use the sample `search.py` to look up a particular artist album. That worked great. Then I used the returned `album_id` as an argument to `play-album.py`...
Thanks for this, and sorry for the delay in getting back to you. I'll look to merge it shortly.
Can you add the following to your client: it will turn on HTTP logging, so we can see the data going back and forth? ```python import requests import logging import...
With the current `master`, adding the following to `/etc/udev/rules.d/79-samsung.rules` got it working on my Ubuntu system with my S7 (SM-G930F): ATTRS{idVendor}=="04e8", ENV{ID_MM_DEVICE_IGNORE}="1" ATTRS{idVendor}=="04e8", ATTRS{product}=="Gadget Serial", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{MTP_NO_PROBE}="1"
Certainly looks positive!