JosefNemec / Playnite

Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
https://playnite.link
MIT License
8.66k stars 482 forks source link

Possibility to export one's data #3739

Closed andreifoldes closed 2 months ago

andreifoldes commented 2 months ago

Feature description

It would be very useful or private and public research purposes if Playnite users could export their data as csv files. Ideally there would be a separate export option of lifetime usage stats and weekly statistics?

Screenshots

No response

JosefNemec commented 2 months ago

There are already extensions for this purpose (search "export" here) or you can write simple script to export data you need.

Built-in support for data export is not planned because everybody will have different needs for resulting format and that would be way too much effort to maintain. Built-in scripting is perfect substitute for this since you can easily export data to whatever format you want.