Jaca wrote: > Would it be possible to add option for long title wrap, perhaps with 3 > lines display in browse screen?
Possible. However, I use a 'view recycler' library to have responsive scrolling. The way this works is that only what you see on screen, plus some padding top/bottom, is actually part of the web page. This allows the listing to have 1000s of items and still be usable. To make this library work efficiently, its better if each item has the same height. Now, for various reasons, I only actually use this type of view if there are more than 100 items. So, yes, if there were less than 100 items in the list I could have variable height items and allow more text. But I think this would lead to an inconsistent UI - 100 and have multiple lines, 101 items and suddenly not. Now the library -can- support variable height items, but will be slower and will need to calculate the height of each item. And, to be honest, I've been trying to speed things up not slow them down. In the case you show, it'd be better if each item did not show the cover-art - not sure why it does, as they are all the same, and (I assume) the same as the parent item. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins