tallbl0nde / NX-Activity-Log

Homebrew application for the Nintendo Switch which displays play activity with more accuracy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Suggestion] Importing data All Time Activity section from previous Switch into new one

erickmartin07 opened this issue · comments

In All time activity section there's Playtime, Average Playtime, Times Played, First and Last Played.
How about to take every data here from exported json if you want to migrate your activity log?

i.e:
2023030620091500-57BAD83C755627D5A5B86ED0AD437965

          "id": "0100C510166F0000",
          "name": "Chained Echoes",
          "summary": {
            "firstPlayed": 1670597340,
            "lastPlayed": 1674670800,
            "launches": 11,
            "playtime": 239820
          }

Average playtime can be found by playtime divided by launches (probably)
In current situation every log I found everything is zero