-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Statistics plugin
Frans de Jonge edited this page Apr 7, 2017
·
1 revision
The "Statistics" plugin provides you information about your performance reading. The plugin has setting for two properties MIN (by default is 5) and MAX (by default is 90) seconds. If you read curent page in range between MIN and MAX seconds, information about time and page will be added into statistics. Otherwise the plugin will skip info about time and page. You can change both properties in settings.
The plugin doesn't work with PDF, DjVu and CBZ formats.
By default the plugin is enabled.
For current book:
- Current period of reading
- Time to Read
- Total time
- Total highlights
- Total notes
- Average time per page
- Read pages/Total pages
Total:
- All time (for all books)
- Time for particular book
You can tap on book title and see detailed information:
- Count of pages and total time by days
The data stored into folder "statistics". File name is based on book title and has extension ".stat" The structure of file
return {
["total_time"] = 29467,
["authors"] = "Николай А. Островский",
["title"] = "Как закалялась сталь",
["highlights"] = 0,
["notes"] = 0,
["details"] = {
[1] = {
["read"] = 8,
["time"] = 1425168796,
["page"] = 3
},
[2] = {
["read"] = 63,
["time"] = 1425168872,
["page"] = 9
},
[3] = {
["read"] = 39,
["time"] = 1425168911,
["page"] = 10
}
}
["series"] = "",
["language"] = "ru"
}
The structure of item in details
["read"] = 39 //seconds spent on page
["time"] = 1425168911 //date
["page"] = 10 //read page
Home |
- Changelog
- Install on Android
- Install on Cervantes
- Install on ChromeOS
- Install on Kindle
- Install on Kobo
- Install on PocketBook
- Install on reMarkable
- Install on Desktop Linux
- Install on MacOS
- Install on Windows with WSL
- Install using Linux container (Docker, Podman)
Basic reading controls (click to open)
Advanced reading controls (click to open)
- Getting started
- Gestures
- Change defaults
- DPI control
- Style tweaks for misbehaving books
- Reflowing tweaks
- Screenshots
- Troubleshooting
- Android tips and tricks
- Auto frontlight
- Auto standby
- Auto suspend
- Background runner
- Battery statistics
- Calibre
- Cover browser
- Cover image
- Frontlight gesture controller
- Goodreads (deprecated)
- Highlight exporter
- Japanese Support
- Keep alive
- News downloader
- Perception expander
- Progress sync
- Read timer
- Reading statistics
- Send2Ebook
- SSH
- System statistics
- Terminal emulator
- Time sync
- Vocabulary builder
- Wallabag