stevenleeg / geemusic

A bridge between Google Music and Amazon's Alexa
GNU General Public License v3.0
664 stars 181 forks source link

Since Mobileclient.search() does not include uploaded tracks, maybe store get_all_songs as a local index? #261

Open darryllee opened 5 years ago

darryllee commented 5 years ago

I was actually confused as to what the point of indexing of all the tracks was - something to do with playlists.

But the search function just calls the Mobileclient search, which I just confirmed does not search uploaded songs. Which is a bummer because my use case for geemusic was to replace the soon to die Amazon Music Storage service.

So... I guess what I'd need to do is figure out a way for _search to check self.Library before (or in addition to) doing the Mobileclient search.

mikeage commented 5 years ago

May I suggest taking a look at #255 ? This is basically what I’m doing (I too want to use google music as a storage for my mp3 collection)