d6jg wrote: > Ive noticed a slight error has crept into New Music post 2.3.x
Is this on an iOS or macOS device? If so, the issue is with WebKit and this not supporting a regex feature from 2018. With these Material can-not use a lookbehind regex to split "a, b,c" into "a, b" and "c" - all Material can do is split on "," Which it will try, material also splits the IDs on comma. If the number of strings splitted on coma is not the same as the number of IDs, the string is *not* split, and Material will show you what LMS returns (so "a, b,c"). Try the same listing on a non-apple/WebKit device. *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
