Page 1 of 1

player numbering

PostPosted: Wed Dec 07, 2011 12:21 pm
by Carrot Cruncher
hi. just a question out of curiosity that doesn't affect the usage. i only have one user defined (admin) and when i log in the player assigned is numbered "Player 3". even if i delete this player and let it create a new one it is still named "Player 3". is this normal ? what happened to players 1 and 2 ? cheers.

Re: player numbering

PostPosted: Mon Jan 02, 2012 11:25 pm
by ytechie
Logged in as an admin, go to "http://[subsonic]/db.view" and type "select * from player". That should show you the players. If you want to delete them, type "delete from player where id = [id of player]".

I have my main players named, so every so often, I type "delete from player where name is null". That removes any players that weren't named by the user.

Re: player numbering

PostPosted: Tue Jan 03, 2012 9:40 am
by Carrot Cruncher
fantastic. that sorted it. any idea why all the players i can see when querying the database are not shown when using the settings and/or status pages of the web interface ?

Re: player numbering

PostPosted: Tue Jan 03, 2012 9:48 am
by ytechie
I don't really know. Players have a mind of their own :wink: