by ytechie » Mon Jan 02, 2012 11:25 pm
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.