Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

listAlbums doesnt list all of my albums #3

Open
danieldaeschle opened this issue May 12, 2018 · 8 comments
Open

listAlbums doesnt list all of my albums #3

danieldaeschle opened this issue May 12, 2018 · 8 comments

Comments

@danieldaeschle
Copy link

No description provided.

@Jaffa
Copy link
Owner

Jaffa commented May 25, 2018

Can you add the following to your client: it will turn on HTTP logging, so we can see the data going back and forth?

import requests
import logging
import http.client as http_client
http_client.HTTPConnection.debuglevel = 1
logging.basicConfig()
logging.getLogger().setLevel(logging.DEBUG)
requests_log = logging.getLogger("requests.packages.urllib3")
requests_log.setLevel(logging.DEBUG)
requests_log.propagate = True

If you could then say which albums are & aren't included, that would be great.

@danieldaeschle
Copy link
Author

I already found the bug. I will send you the solution next week.

@danieldaeschle
Copy link
Author

The error is that listAlbums only show albums where contains more than 4 songs. I have a lot of albums where contains only 1 Song.
Additionally the check if 'PRIME' don't works in my case. i have Music Unlimited and then i only get listed 6 songs xD

If you remove this two checks it lists me all albums.

@norcross
Copy link

would like to +1 this, as Amazon just announced they’re discontinuing Unlimited and there is no way to download your personal library other than 1 at a time.

@danieldaeschle
Copy link
Author

Where does Amazon said they're discontinuing Unlimited???

@norcross
Copy link

@danieldaeschle
Copy link
Author

They did't said, that they stop unlimited. They only stop the functionality to upload your own mp3 files.

@norcross
Copy link

a close friend who has the 250,000 plan has Amazon telling him it’s no longer supported and he has to download them if he wants to keep them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants