Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Browse Artists and Albums #47

Merged
merged 3 commits into from
Aug 1, 2014
Merged

Commits on Jul 27, 2014

  1. Browse Artists and Albums

    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
    felixb committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    0e9c030 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. Use _lookup_*() calls for browsing

    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.
    felixb committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    1d4211d View commit details
    Browse the repository at this point in the history
  2. fix flake8 errors

    felixb committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    1c6774b View commit details
    Browse the repository at this point in the history