Animeboynz / Mihon-Backup-Viewer

A tool to explore and edit your Mihon / Tachiyomi Backups
https://backup.mihon.tools/
GNU General Public License v2.0
23 stars 3 forks source link

Allow editing chapter history info #101

Open Animeboynz opened 1 month ago

Animeboynz commented 1 month ago

Read - Kinda Pointless

"history": [
    {
      "url": "/chapter/f03bfdcd-aeae-459d-9469-3ea9c6913ea0", //Should not be changed
      "lastRead": "1675498612159", //Editable
      "readDuration": "2042" //Editable
    }
],
BrutuZ commented 1 month ago

URL can't really be changed as it's the index. The chapter list is repopulated on every refresh and the whole chapter will get dropped if that's not on the response. Read date was one of my actual edits because of the tablet's faulty touch sensor opening a previously read chapter. I like to keep these accurate-ish in case untracked entries become available on Anilist. Duration would be the pointless one IMO seeing how messed up and inconsistent those stas are.

Animeboynz commented 1 month ago

In my actual library like 90% of my read chapters dont have a readDuration because stats wasn't a thing when I read them, so my idea was to maybe have avarage my reading time per page or chapter and then populate them. Not that it matters at all.

EDIT: Updated initial message to reflect.