AFAICS, the local json library doesn't handle limit and offset when searching: https://github.com/mopidy/mopidy/blob/develop/mopidy/local/json.py#L160
This seems to be the reason that the json and sqlite libraries behave differently with regard to MPD's list artist, list album, etc. commands, which caused bug reports for Mopidy-Local-SQLite, which handles this correctly, I think: mopidy/mopidy-local-sqlite#45.
I suggest fixing this in the json library, so users may no longer believe this to be an SQLite-related issue.
AFAICS, the local
jsonlibrary doesn't handlelimitandoffsetwhen searching: https://github.com/mopidy/mopidy/blob/develop/mopidy/local/json.py#L160This seems to be the reason that the
jsonandsqlitelibraries behave differently with regard to MPD'slist artist,list album, etc. commands, which caused bug reports for Mopidy-Local-SQLite, which handles this correctly, I think: mopidy/mopidy-local-sqlite#45.I suggest fixing this in the
jsonlibrary, so users may no longer believe this to be an SQLite-related issue.