mherger wrote: > > I have no idea why sometimes favrourites returns IDs as (e.g.) > > "item_id:abcdef.1" and sometimes just "item_id:1" - however, for both > > Maybe I'm missing some context and should keep quiet. But Favorites can > > be nested. You can have sub-folders with favorites. In that case the > first part would define the folder, while the second part is the index > of the item inside that folder.
I know. For nested items, its item_id:0.1.2.3, etc. But, for some reason sometimes item_id has some 8-character hex prefix - the abdef part above. e.g. as seen above "item_id:81919649.8" Changing this to ""item_id:8" Seems to work. Hence why I'm not sure about the 1st part. I'm also assume changing (e.g.) "item_id:81919649.8.0.1" to ""item_id:8.0.1" would be fine. *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
