RobbH wrote: > ...Advanced Search ... > Would it be possible to add a way to return to the search results, > without having to start the same search all over again?
Unfortunately not with the way its currently implemented. Material embeds the Advanced search from the 'Classic' skin, and when you click on a link it browses via Material - the strings entered into advanced search are not saved anywhere, so can't really navigate back. This was the easiest way for me to implement this, as there is no JSONRPC API to perform advanced searches. Ideally I'd remove this Classic skin embedding and implement an API for Material to call, but that's a lot of work... *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 [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
