Quote:
Originally Posted by jackastor
David how would one add that and where in whatt file? For those of us who don't know how.
|
The config file is "Kobo eReader.conf" and is in ".kobo\Kobo". You need to open it with a text editor. The file is made up of settings sections that look like:
Code:
[SettingsSection]
SettingName1=settingvalue1
SettingName2=settingvalue2
SettingName3=settingvalue3
To enable the book statistics, look for a section called "FeatureSettings". If it isn't there, add it at the end of the file. Then, add "BookSpecificStats=true". You should end up with:
Code:
[FeatureSettings]
BookSpecificStats=true
Save the file and disconnect the device. In the library list, when you display the menu for a book it should now have the extra option "Reading Stats".
One thing is, I don't know which firmware this was added in. I know it works with 2.8.1 and I think 2.7.x. I don't know about the earlier firmware.