scottbot95 / RoR2ModManager

A simple mod manager built using electron. Currently only supports BepInEx mods
MIT License
25 stars 3 forks source link

Enhancement: show mod images (like on thunderstore) #41

Closed laundmo closed 5 years ago

laundmo commented 5 years ago

basic idea: show the mod logo image in the mod manager

ive made a screenshot with the areas where it would be nice to have the logo:

scottbot95 commented 5 years ago

I want to do something like this, as well as including the readme, but the problem is without trying to parse the thunderstore's HTML for the image links, the app would have to download all the package zips to get the icons.

I might end up scraping the data from thunderstore's website though

scottbot95 commented 5 years ago

Actually I'm dumb the thunderstore api totally provides an icon url. I'll include this in the next release

laundmo commented 5 years ago

well i would have offered to write a quick parser for you but that last comment solves it :)

scottbot95 commented 5 years ago

Just merged PR #47 which adds package icons. I'll be making a new release later today with that and several other new features.