-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Enhancement] ScreenScraper fanart support #86
Comments
From a cursory look only Screenscraper provides fanart data, but this is not an issue. |
I believe thegamesdb also hosts fanart. Themewise I'm currently using Artflix Cobalt on Batocera. When I scrape with the builtin scraper, in the fanart views the fanart is displayed in the background. Ckau-book also have fanart/wallpaper views. Even the standard carbon theme shows fanart in the background it it's available. In the gamelist it features amongst the other art asset entries, eg.
Hope this helps. |
Ah. I see, makes sense. Thanks. However, not all is lost. Maybe you know from the top of your head what to do with the remarked elements (see example below) when they are not present, from where do they get sourced/what to fill in for new games in the gamelist, do they need to be filled in at all? <game id="2342"> <!-- id: source? maybe retroachievements? mandatory? automatically filled in by batocera? -->
<path>./romfilename.zip</path>
<name>Game Displayname</name>
<desc>Some game description ...</desc>
<image>./images/romfilename-image.png</image> <!-- ok: basename of <path/> elem plus "-subtype" -->
<video>./videos/romfilename-video.mp4</video>
<marquee>./images/romfilename-marquee.png</marquee>
<thumbnail>./images/romfilename-thumb.png</thumbnail>
<manual>./manuals/romfilename-manual.pdf</manual>
<boxback>./images/romfilename-boxback.png</boxback>
<rating>0.8</rating>
<releasedate>19920301T000000</releasedate>
<developer>Nintendo</developer>
<publisher>Nintendo</publisher>
<genre>Simulation</genre>
<players>1</players>
<crc32></crc32> <!-- calculated_by_batocera? or sourced from scrape source? mandatory? -->
<md5></md5> <!-- calculated_by_batocera? or sourced from scrape source? mandatory? -->
<lang>en</lang> <!-- mandatory? -->
<region>eu</region> <!-- mandatory? -->
<cheevosHash>from_retroachievements, if existing for game</cheevosHash> <!-- mandatory? -->
<cheevosId>from_retroachievements, if existing for game</cheevosId> <!-- mandatory? -->
<scrap name="ScreenScraper" date="20231109T170315" />
</game> |
I don't think any elements are mandatory. The game id AFAIK is the ScreenScraper game id. crc32, md5 and the achievement guff i think are done by Batocera. I've been using Skyscraper to create the gamelists for use with Batocera with no obvious issues. lang and region are probably useful to have though. I didn't realise Skyscraper wasn't adding them. Not had a lot of use for achievements myself but the hashing info is here: https://docs.retroachievements.org/developer-docs/game-identification.html . They mostly seemed to be based on md5 checksums |
This may have been requested previously, but is it possible that Skyscraper could grab fanart from ScreenScraper etc.? This is supported by many ES themes.
The text was updated successfully, but these errors were encountered: