Open Celektus opened 6 years ago
Triggering a regeneration of the covers seems to have fixed them.
We'll probably run a reprocess across all maps at some point but for the time being if anyone notices other maps with this issue, please post them in this issue and we'll manually regenerate them for now!
Gonna leave this issue open until we can run the bulk reprocess across all beatmaps.
list of beatmap set ids of which a cover.jpg does not exist (but a background does exist):
@omkelderman, some of these mapsets don't have backgrounds. they're not supposed to have a cover
this list is generated out of a dataset of an application im running, I checked a few manually to see if they had a background and wrongly assumed all of them did, sorry about that. Manually checked all of them and indeed found a few, will edit my prev comment to take those away.
heres 2 of them
https://osu.ppy.sh/b/544334 https://osu.ppy.sh/b/1022486
edit: oo the first 1 is in the list of omkelderman's, the second one isn't though
https://osu.ppy.sh/beatmapsets/463701 I want to say this one broke because the background is placed in a /sb directory.
few more that have no background on new web, but do have an image on old web:
Regenerate fixed all above except for:
@nekodex
https://github.com/ppy/osu-web/blob/master/app/Models/BeatmapsetArchive.php#L71
seems like this doesn't need FL_NODIR
https://osu.ppy.sh/beatmapsets/841126#osu/1760392 https://osu.ppy.sh/beatmapsets/887087#fruits/1857287 https://osu.ppy.sh/beatmapsets/576089#osu/1219692 < this one is probably due to the bgs being in an /sb directory
both the third one I linked and the https://osu.ppy.sh/beatmapsets/463701#osu/992956 map linked a few posts above have this issue because of bgs not in the main directory, but they have thumbnails just fine on old web. so it seems there's an issue here with the banner generator for the new website specifically not being able to handle these cases.
The thumbnails of these maps are glitched on the new site
Same issue as https://github.com/ppy/osu-web/issues/2453 as far as I'm concerned. Would be great if you could fix these quickly