Skip to content
New issue

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

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

Already on GitHub? # to your account

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

Open
darryllee opened this issue Oct 22, 2018 · 1 comment

Comments

@darryllee
Copy link

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
Copy link
Contributor

mikeage commented Oct 22, 2018

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)

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

No branches or pull requests

2 participants