1
1
# BonusTools
2
2
3
- A Playnite extension to import data from Excel files + from Steam & IGDB
3
+ A Playnite extension to import data from Excel files + from Steam & IGDB & Senscritique & PlayStation & Nintendo Switch
4
4
5
5
Inspired by https://github.com/darklinkpower/PlayniteExtensionsCollection
6
6
@@ -14,19 +14,17 @@ Inspired by https://github.com/darklinkpower/PlayniteExtensionsCollection
14
14
Download instructions here : [ Playnite.docx] ( documentation/Playnite.docx?raw=1 )
15
15
16
16
## Features
17
- - Import numbers of reviews on Steam (IGDB* 300 as fallback) as PlayCount -> ** work in progress**
18
- - Import prices paid for games from a PlayStation data report
19
- - Identify PlayStation Plus Essentials (monthly) and Extra games (catalogue)
20
- - Import prices paid from custom spreadsheet
21
- - Import Nintendo Switch playtime data (requires Atmosphere custom firmware)
22
- - Import Yu-zu / Ryu-jinx compatibility data
17
+ - Import numbers of reviews on Steam (IGDB* 300 as fallback), ** overwrites PlayCount**
18
+ - Import community score from SensCritique + Links + RatingCount* 50 if PlayCount is empty, ** overwrites UserScore**
19
+ - Import prices paid for games from a PlayStation data report, ** overwrites Version**
20
+ - Identify PlayStation Plus Essentials (monthly) and Extra games (catalogue) as ** Categories**
21
+ - Import prices paid from custom spreadsheet, ** overwrites Version**
22
+ - Import Nintendo Switch playtime data (requires Atmosphere custom firmware), ** overwrites Time Played**
23
+ - Import Yu-zu / Ryu-jinx compatibility data as ** Categories**
23
24
24
25
## Work in progress (to do)
25
- - use Categories instead of Tags to identify PS Plus games
26
26
- add an option so the user can indicate to theme HeliumWithTabs that the User Score has been replaced with "number of reviews"
27
27
- make it easier for users to select files to import (currently the file must be in the same folder as the .dll)
28
- - remove dependency on IGDBexe.exe by incorporating its code in this extension
29
- - integrate with SensCritique.com (as links at least)
30
28
- rename this extension to something more meaningful ?
31
29
32
30
## Data to import automatically everytime a new game is added to the library (to do) :
@@ -35,7 +33,7 @@ Download instructions here : [Playnite.docx](documentation/Playnite.docx?raw=1)
35
33
- Import numbers of reviews on Steam (IGDB* 300 as fallback) as PlayCount
36
34
- Data for games that have been released recently should be refreshed after a few months to ensure the PlayCount and CommunityScore are accurate
37
35
38
- ## Improve the Community Score
36
+ ## Improve the Community Score (to do, far future)
39
37
- Potential score source : Steam, IGDB, SensCritique, HLTB, Backloggd, Official Store, GOG, Xbox, Launchbox, Metacritic, Opencritic, RAWG
40
38
- Best would be to average all these !
41
39
- By finding an algorithm (with AI?) that would provide a more standardized Community Score
0 commit comments