Jeshibu / PlayniteExtensions

MIT License
30 stars 5 forks source link

Import "Community Rating Count" from LaunchBox Database #51

Closed MotherSoraka closed 7 months ago

MotherSoraka commented 8 months ago

If Playnite doesn't natively support for such a attribute, can we atleast somehow import this number as a different unused attribute such as "Tag" or "User Score" for example or just anything, so we can sort or filter out the games based on the "Community Rating Count"?

Jeshibu commented 8 months ago

The only usable field for this would be the version field I think. User score is out because it can't handle values over 100. Tags would just get your tags spammed with Community rating count: 156 and Community rating count: 682 etc, without the ability to sort by them.

Jeshibu commented 7 months ago

Version field apparently can't be set by a metadata provider, so this isn't doable for now.

MotherSoraka commented 7 months ago

Version field apparently can't be set by a metadata provider, so this isn't doable for now. Thank you for you response and also all your handwork.

I ended up renaming the CommunityRatingCount related field of the database to ESRB and managed to import the Rating Counts as ESRB rating into my playnite.

Its far from perfect, but atleast now i cant filter out the very low Ratings Counts.