w3wilkes wrote: > It's a local album. I get this on a lot of local albums and also local > playlists of all local songs. Sometimes it shows the total time correct, > sometimes it just shows the time of the first song in the album or > playlist. If it makes a difference I'm using this on the new Edge > (Chromium version) on Win10 Pro (all current). Sometimes when I do a > refresh on the screen it corrects itself. I've also got lines 8 through > 24 commented out in the "status_list.html" so things display the way I > wanted it in the Default skin.
Can't imagine Edge is the reason - as its using Chromium. As stated I have *never* seen this. Perhaps try on Chromium itself? I've updated the code for 1.8.8 to add more checks for 'NaN' - but these would only hide the issue, and lead to an incorrect value being shown. If material has all queue items (which is the case for 99.99999% of the time), it will add up all the times for each item from LMS. I'm guessing when this was done one of them was NaN - causing this issue. For 1.8.8 if it encounters a NaN the it will ask LMS for the queue length. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json 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
