Universal-Rom-Tools / Universal-XML-Scraper

Scraper de Rom
196 stars 46 forks source link

Still has issues with 0 byte images for missing games... #241

Open Jaxel opened 7 years ago

Jaxel commented 7 years ago

If the scraper cant find information on a game... it still lists the game, and creates a 0 byte image for it:

<game id="110932" source="ScreenScraper">
    <path>/home/pi/RetroPie/roms/atari2600/Red Sea Crossing (USA).a26</path>
    <name>Red Sea Crossing</name>
    <desc/>
    <image>./images/Red Sea Crossing (USA)-image.png</image>
    <image/>
    <marquee/>
    <video/>
    <thumbnail/>
    <rating>0</rating>
    <releasedate>01010101T000000</releasedate>
    <developer/>
    <publisher/>
    <genre/>
    <players/>
</game>

It would be nice, if a game can't be found, that it simply doesn't list it, and doesn't create a broken image for it.

Universal-Rom-Tools commented 7 years ago

Are you on MIX configuration ? If yes, it's unfortunatly normal.... Some MIX have a "special" view for unfound game... (like the arcade one with a snowy screen) so if you are in 2/3/4 image MIX, it's an empty picture :( no solution yet...

I think I must add an option for that :S

Jaxel commented 7 years ago

I am using 4 Image Mix.

Universal-Rom-Tools commented 7 years ago

Ok ... so it works as intended ^^ (sorry) I put the "option" in my to do list... ;)