Skip to content
Discussion options

You must be logged in to vote

If you specify --stats-db-file [filepath] as a command line option for the server then it will create a SQLite database at [filepath] assuming Syncplay has write access to the path. If the file already exists then Syncplay will update the file instead. Every hour the server will then go through every room and for each watcher add the snapshot time and the Syncplay version of the user. As nobody is on when you first launch Syncplay nothing will be recorded until 1 hour after the server is launched.

So, that's how data is recorded. You will then have to extract this from the database using a tool such as DB Browser for SQLite. You can then use a spreadsheet to count how many users there is …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@SecretArea
Comment options

@Et0h
Comment options

Et0h Feb 26, 2025
Maintainer

Answer selected by Et0h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants