-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support "window" pagination with search and find commands #10
Comments
From the docs, I think it should be:
Though, I've never seen this before, so I doubt we support it yet. The docs doesn't say anything about what it does. I assume it is for pagination of the search results? |
Yes, it's a pagination argument : search any "Test" window 4:5 ACK [2@0] {search} incorrect arguments Is there any other way to limit the number of returned items when doing a search ? For some search the number of items may be really big... |
No, not in our current MPD protocol implementation. Though, most services limit themselves. E.g. the Spotify backend returns at most 200 each of artists, albums and tracks. |
Ok :) Thanks for the quick reply ! Even tho it shouldn't be a big problem for me (I should be able to find another way), do you have any idea when such a functionality could be done ? |
It's always a matter of someone voluntarily picking the issue up and fixing it instead of something else, so no. That said, the chance of it being fixed is way better now that we know of the missing feature :-) |
http://git.musicpd.org/cgit/master/mpd.git/tree/NEWS lists this as a feature in the unreleased 0.20 version of MPD. So we are not lagging behind just yet :-) |
Yeay ! That's great ! :) Thanks again for the impressively quick answers ! :) |
Hi,
I'm currently creating an Android Application communicating with a Mopidy server using an HTTP socket. I'm currently trying to work with the "search" function, using the "window" parameter :
http://www.musicpd.org/doc/protocol/database.html
I've been trying multiple ways to write it, but none seems to be working. Here is a example :
Am-I doing it wrong ? Can anyone help me with that ?
Thank you,
Raphaël
The text was updated successfully, but these errors were encountered: