You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it stops somewhere around the letter O in the alphabet. However, there is some more in there. I checked the MPD database by telnetting into it and querying it with the same command as cmd=browse does, which is (I believe at least):
lsinfo NAS/tank
and it returns the full list, so I suspect that it may be some php memory limitation.
The text was updated successfully, but these errors were encountered:
That seems to be working fine, for displaying the list at least. Can you please tell me what you think the solution was? Did it have something to do with reading data from the socket? The build does not render the playback view properly, same goes for the playlist view unfortunately. Library view is fine. I think I cleared all caches, but I am probably doing something wrong. I'll let you know.
I noticed that the UI does not display the full list that is in mpd's internal database. I have narrowed it down to this request:
That does not return the full list, but truncates at some point.
May be related to #55, but I am not sure.
The end of the list looks something like this:
So it stops somewhere around the letter O in the alphabet. However, there is some more in there. I checked the MPD database by telnetting into it and querying it with the same command as cmd=browse does, which is (I believe at least):
and it returns the full list, so I suspect that it may be some php memory limitation.
The text was updated successfully, but these errors were encountered: