mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-08 20:14:27 +10:00
b8becde49784e255757bac834a9f899c8c4d1bbb
* improve igdb metadata fetching
* Make sure to get images with reasonable resolution.
By default the url igdb returns is in "t_thumb" size,
an image of size 90x90, which is good only for the icon,
but bad for pretty much else. This commit will make sure
covers will be of size "t_cover_big", artworks of 1080p
height (i.e. "t_1080p") and logos will have their original
size ("t_original"). Maybe "t_logo_med" is more appropriate?
* Fetch screenshots as well.
* Use a separate image for icon and for cover.
icon needs to be a square, and can be of low
resolution, so the "t_thmb" size is more appropriate
for him.
* If there is a storyline for a game use it as a short
description.
* IDGB -> IGDB
* use the longer text between storyline and description for description
---------
Co-authored-by: udifogiel <udifogiel@proton.me>
Description
Languages
Vue
57.1%
TypeScript
41.9%
PLpgSQL
0.4%
SCSS
0.2%
Dockerfile
0.2%
Other
0.1%