Thanks for the ideas and feedback, guys! adhawkins Wrote: > I set the limit to zero in the .ini file, and immediately got a huge > error box that seemed to include a truncated CLI command response. I'd > suggest you retrieve the albums (say) 10 at a time until you get them > all to get around this. I agree it needs to be more scaleable if it becomes a real project, and I think your approach is the best way to achieve that. In the meantime, you could try increasing the SocketDelay value (try 200+) in config.ini to see if that helps. If not, please could you PM me the error (just out of curiosity)?
> Also, while browsing through the albums, the title displayed was often > incorrect for the artwork that was currently selected. Could be related to above. I'll probably add some diagnostic stuff to root out these issues. > I'd love to be able to run something like this 'full screen' on a laptop > for selecting music, with the ability to build up a playlist and use the > mouse to move tracks around. Full screen would be a necessity for the 10ft UI to work. I only disabled it in the PoC so I wouldn't have to code resizing and positioning procedures! :-) > I was in the process of implementing a utility (in Python) to allow for > the entire library to be printed out (after retrieving details via the > CLI) so if there's anything I can help with in that regard I'd be happy > to help. Thanks, I had a few issues with IP packet management via the CLI (which probably explains your first issue and is why the SocketDelay hack exists). If I develop this further I might come back to you to see what you did. -- simbo ------------------------------------------------------------------------ simbo's Profile: http://forums.slimdevices.com/member.php?userid=11481 View this thread: http://forums.slimdevices.com/showthread.php?t=45158 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
