-
Notifications
You must be signed in to change notification settings - Fork 60
Conversation
Let user browse the existing/cached library. No network IO calls done during browse. Directory Structure: * Google Music * Albums * Tracks * Artists * All Tracks * Tracks * Albums * Tracks
logger.warning('Unable to fetch album: %s', str(uri)) | ||
album = self.albums[uri] | ||
tracks = [] | ||
for track in self.tracks.values(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it make sense to use _lookup_album() here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it does yes. I'll let you change/test that before I merge.
Looks good, although I'm not able to see all access albums under gmusic:albums or gmusic:artists:artist_id, but this is due a choice I made back when I implemented support for all access. I'll fix that in another issue. |
I think, this is related to my comment above. Using |
Include AA content for browsing. Global album list is still without any AA content. Browsing an artist which is available on AA shows all albums of artist.
I have another patch for browsing genres as well. |
Hi, first of all, thank you for the hard work! I would suggest a new pull request for this. |
Please have a look at the travis build. Always try to fix the flake8 errors. You may run flake8 on your own to check your code. |
Can you please help me with this one. I just don't get it:
|
I can only see some albums (16 at the moment). Those ones show up fine (correct track listing, etc.), but I have many more albums in my Google Music library. Is there some limiting in effect? |
mopidy shows a huge number of albums for me:
|
I have many more than 16. I can't find a pattern in those that are listed either: for some multi-disc albums, only one is listed, for some others all are there; for some artists only one album is listed, for some more. |
Would it be better if I opened a new issue for this? |
I'd think so. You might link this issue for better understanding. |
Let user browse the existing/cached library.
No network IO calls done during browse.
Directory Structure:
TODO:
disc_no
_lookup_*()
to reduce code duplication and show aa content