Czig wrote: > After further testing, this problem seems to be unique to Material App > and Web. I confirmed that all Material APK/Web controller instances are > set with a default player. After SBS restart, they all revert to the > last entry in my player list. > > Maybe the problem is unique to SBS on Fedora? I continue to > investigate...
Material stores the ID of the current player in the browser's localstorage. If you set your browser to clear cookies, etc, then this will also be cleared. But, if this is happening in the APK - then that probably is not the reason. Perhaps your server is slow in returning the list of players? When Material starts it will ask for 'serverstatus' which will return the list of players. If your chosen player is in that list, then it will be selected. If it is not in this first list, then a player from that list is chosen instead. *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=112450 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
