Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EmuELECT 3.9 on OGA: Scraper does not detect region and loads wrong boxarts, titles and screenshots #428

Open
mtoensing opened this issue Jan 29, 2021 · 3 comments
Labels
bug Something isn't working
Milestone

Comments

@mtoensing
Copy link

mtoensing commented Jan 29, 2021

Hi,

I analyzed my problem from #393 a bit more. With the App "Skraper" from http://skraper.net/ I can scrape these roms and get the US and Germany Titles, Boxarts and ingame images in German:

Pokemon - Rubin-Edition (G) (V1.1) [!].gba
Pokemon - Ruby Version (U) (V1.0) [!].gba

I get these BoxArts and the Titles are correctly "Rubin-Edition" and "Ruby Edition":

Pokemon - Rubin-Edition (G) (V1 1)  !
Pokemon - Ruby Version (U) (V1 0)  !

In EmuELEC get emtpy Region metadata and the same scraper service in both apps (https://www.screenscraper.fr/) loads only the US versions for both games. I know this is a very minor problem and can be solved by using the external scraper. But maybe it is just a missing flag or something.

gamelist.xml

Correct: (Skraper.net, screenscraper) with "get region from filename" turned on.

<game id="84411" source="ScreenScraper.fr">
   <path>./Pokemon - Rubin-Edition (G) (V1.1) [!].gba</path>
   <name>Pokémon : Rubin-Edition</name>
   <desc>Dein Abenteuer beginnt mit deinem Umzug nach Wurzelheim, das in der Hoenn-Region liegt. Durch dein/e Nachbar/in lernst du Professor Birk kennen, von dem du deinen Pokédex und dein erstes Pokémon bekommst. Ab hier beginnt dein Pokémonabenteuer. Reise durch die Region, fange alle Pokémon um deinen Pokédex zu vervollständigen und verhindere die Machenschaften von Team Magma, deren Mitglieder du immer wieder auf deiner Reise triffst. Sobald du alle 8 Orden gewonnen hast, kannst du dich den Top-Vier und anschließend dem Champ widmen. Besiegst du die Top-Vier und den Champ, nimmst du seinen Platz ein! 
</desc>

incorrect (EmuELEC, screenscraper)

<game>
		<path>./Pokemon - Rubin-Edition (G) (V1.1) [!].gba</path>
		<name>Pokémon: Ruby Version</name>
		<desc>The race to catch 'em all is on again in Pokémon Ruby. This entry in the Pokémon series features an all-new storyline, awesome new Pokémon, and addictive RPG gameplay. One of the biggest additions to Pokémon Ruby is the two-on-two battle system, which allows you to link up with three friends to battle competitively or cooperatively. You can also showcase your Pokémon's coolness, beauty, cuteness, smartness, and toughness in Pokémon contests. With new Pokémon, two-on-two battles, and an all-new region of Hoenn to explore, Pokémon Ruby takes the Pokémon experience to the next level.</desc>
@shantigilbert shantigilbert added the bug Something isn't working label Jan 29, 2021
@shantigilbert
Copy link
Collaborator

I will see what I can do, thanks for reporting

@mtoensing
Copy link
Author

Added more information in form of the gamelist.xml files.

@shantigilbert shantigilbert added this to the v4.1 milestone Feb 8, 2021
@shantigilbert shantigilbert modified the milestones: v4.1, 4.3 Jun 14, 2021
@ascarons22
Copy link

mtoensing ... Which option do you use for skraper,rasp,bathocera,generic?.
Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants