<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Important - Read me first]]></title><description><![CDATA[Rules, Tips, Tutorials, Introductions]]></description><link>https://forum.recalbox.com/category/46</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 16:54:00 GMT</lastBuildDate><atom:link href="https://forum.recalbox.com/category/46.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 18 Nov 2016 10:11:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[RECALBOX Compatibility Lists]]></title><description><![CDATA[<p dir="auto">I just added one more tab called <strong>bestList</strong> where duplicates between both lists get filtered to have the best possible and minimal list. Of course, we need people to test the roms for this to be useful!</p>
]]></description><link>https://forum.recalbox.com/topic/4740/recalbox-compatibility-lists</link><guid isPermaLink="true">https://forum.recalbox.com/topic/4740/recalbox-compatibility-lists</guid><dc:creator><![CDATA[paradadf]]></dc:creator><pubDate>Fri, 18 Nov 2016 10:11:00 GMT</pubDate></item><item><title><![CDATA[[Tutorial] DATutil]]></title><description><![CDATA[<h2>Introduction</h2>
<p dir="auto">Since there are always questions coming up about how to create "filtered" DAT files from an original DAT file, I'll explain below on how to do that with the command line tool <a href="http://www.logiqx.com/Tools/DatUtil/dutil246.zip" rel="nofollow ugc">DatUtil</a> on an Example.</p>
<p dir="auto">Scroll to the end for the most common used strings</p>
<h2>Description</h2>
<p dir="auto"><strong>DatUtil</strong> is a <strong>command line tool</strong>, which lets you <strong>edit</strong> and <strong>adjust</strong>  <strong>DAT files</strong> in several different ways. It can handle DAT files of <strong>any size</strong>, which makes it more comfortable and more usable than <strong>DatWorkshop Pro</strong></p>
<h2>Example</h2>
<ul>
<li>You want to create a DAT file which <strong>ONLY</strong> includes NeoGeo Games.</li>
<li>Additional, this file shall <strong>ONLY</strong> include the parent roms (<strong>no Clones</strong>).</li>
<li>In this example we're using the "MAME - ROMs (v0.176_XML).dat"</li>
</ul>
<h2>Content</h2>
<p dir="auto">The tool comes with a <code>readme.txt</code>, which is, in my humble opinion, quite unclear.</p>
<p dir="auto">In the following, you can see the <strong>important</strong> partof the <code>readme.txt</code>:</p>
<blockquote>
<p dir="auto"><strong>Defaults:</strong><br />
fix merging (used to be the -m option)<br />
remove duplicate ROMs/disks/samples</p>
</blockquote>
<blockquote>
<p dir="auto"><strong>Saving:</strong><br />
-f output format (listinfo, listxml, romcenter2, delimited, sublist, etc)<br />
-q always use quotes around strings (only applies to listinfo output)<br />
-k keep as much information as possible from the source file<br />
-j Nebula Jukebox - only load Z80 and Sample ROMs from romdata<br />
-o output to file<br />
-a append to file<br />
-t test mode - no data file is actually saved (just loaded and cleansed)</p>
</blockquote>
<blockquote>
<p dir="auto"><strong>Header text:</strong><br />
-A author<br />
-V version<br />
-C category<br />
-R ref name<br />
-F full name (i.e. description)<br />
-T date<br />
-E e-mail<br />
-H homepage<br />
-U url<br />
-O comment<br />
-M merging (none, split or full)<br />
-P packing (zip or unzip)<br />
-N nodump (obsolete, required or ignore)</p>
</blockquote>
<blockquote>
<p dir="auto"><strong>Game selection:</strong><br />
-g individual game selection. use the @ symbol to specify a file of names<br />
-c include clones (for use with the -g option)<br />
-G select games from a specified sourcefile. The @ method is also supported<br />
-S select games using substring of description. The @ method is supported<br />
-! changes the -g, -G, -S options (including the -c option) to exclude games<br />
-r remove clones</p>
</blockquote>
<blockquote>
<p dir="auto"><strong>Cleansing:</strong><br />
-l lower case game names and ROM names<br />
-s sort games by parent (sorted by parent name then game name)<br />
-i include missing information from a 'reference' data file<br />
-I Incorporate games from a 'supplement' data file<br />
-X fix merging off (do not use unless you understand the consequences!)<br />
-D remove duplicate ROMs/disks/samples (as above in terms of usage)<br />
-p prune (remove) ROMs, disks and/or samples (e.g. '-p disk,sample')</p>
</blockquote>
<blockquote>
<p dir="auto"><strong>MD5/SHA1:</strong><br />
-x Calculate SHA1/MD5 when scanning files or ZIPs in a directory<br />
-m Use MD5 checksums rather than SHA1 (e.g. when using -x, -m can be used)</p>
</blockquote>
<blockquote>
<p dir="auto"><strong>Information:</strong><br />
-v Verbose logging<br />
-d Show debug messages</p>
</blockquote>
<h2>Instructions on an example</h2>
<ol>
<li>Copy the <code>MAME - ROMs (v0.176_XML).dat</code> into the DatUtil directory</li>
<li>Open CMD as administrator</li>
<li>Within CMD change into the DatUtil directory<br />
4.Execute the following command: <code>datutil.exe -g neogeo -c -r -f generic -A Nachtgarm -C "Standard DatFile" -F NeoGeoOnlyNoClones -R NeoGeo_only_NO_clones -V "1.0" -o NeoGeoOnlyNoClones.dat "MAME - ROMs (v0.176_XML).dat"</code></li>
</ol>
<p dir="auto">The result will be a new <code>.dat</code>with the name <code>NeoGeoOnlyNoClones.dat</code>, which then can be opened in ROMulus, or clrmamepro.<br />
Included are 159 Games and one Bios.</p>
<p dir="auto">Here's an excerpt of the created file:</p>
<pre><code>&lt;?xml version="1.0"?&gt;
&lt;!DOCTYPE datafile PUBLIC "-//Logiqx//DTD ROM Management Datafile//EN" "http://www.logiqx.com/Dats/datafile.dtd"&gt;
&lt;datafile&gt;
	&lt;header&gt;
		&lt;name&gt;NeoGeo_only_NO_clones&lt;/name&gt;
		&lt;description&gt;NeoGeoOnlyNoClones&lt;/description&gt;
		&lt;category&gt;Standard DatFile&lt;/category&gt;
		&lt;version&gt;1.0&lt;/version&gt;
		&lt;author&gt;Nachtgarm&lt;/author&gt;
	&lt;/header&gt;
	&lt;game name="2020bb" romof="neogeo"&gt;
		&lt;description&gt;2020 Super Baseball (set 1)&lt;/description&gt;
		&lt;year&gt;1991&lt;/year&gt;
		&lt;manufacturer&gt;SNK / Pallas&lt;/manufacturer&gt;
		&lt;rom name="sp-s2.sp1" merge="sp-s2.sp1" size="131072" crc="9036d879" sha1="4f5ed7105b7128794654ce82b51723e16e389543"/&gt;
		&lt;rom name="sp-s.sp1" merge="sp-s.sp1" size="131072" crc="c7f2fa45" sha1="09576ff20b4d6b365e78e6a5698ea450262697cd"/&gt;
		&lt;rom name="sp-u2.sp1" merge="sp-u2.sp1" size="131072" crc="e72943de" sha1="5c6bba07d2ec8ac95776aa3511109f5e1e2e92eb"/&gt;
		&lt;rom name="sp-e.sp1" merge="sp-e.sp1" size="131072" crc="2723a5b5" sha1="5dbff7531cf04886cde3ef022fb5ca687573dcb8"/&gt;
		&lt;rom name="v2.bin" merge="v2.bin" size="131072" crc="62f021f4" sha1="62d372269e1b3161c64ae21123655a0a22ffd1bb"/&gt;
		&lt;rom name="asia-s3.rom" merge="asia-s3.rom" size="131072" crc="91b64be3" sha1="720a3e20d26818632aedf2c2fd16c54f213543e1"/&gt;
		&lt;rom name="vs-bios.rom" merge="vs-bios.rom" size="131072" crc="f0e8f27d" sha1="ecf01eda815909f1facec62abf3594eaa8d11075"/&gt;
		&lt;rom name="sp-j2.sp1" merge="sp-j2.sp1" size="131072" crc="acede59c" sha1="b6f97acd282fd7e94d9426078a90f059b5e9dd91"/&gt;
		&lt;rom name="sp1.jipan.1024" merge="sp1.jipan.1024" size="131072" crc="9fb0abe4" sha1="18a987ce2229df79a8cf6a84f968f0e42ce4e59d"/&gt;
		&lt;rom name="sp-45.sp1" merge="sp-45.sp1" size="524288" crc="03cc9f6a" sha1="cdf1f49e3ff2bac528c21ed28449cf35b7957dc1"/&gt;
		&lt;rom name="japan-j3.bin" merge="japan-j3.bin" size="131072" crc="dff6d41f" sha1="e92910e20092577a4523a6b39d578a71d4de7085"/&gt;
		&lt;rom name="sp-1v1_3db8c.bin" merge="sp-1v1_3db8c.bin" size="131072" crc="162f0ebe" sha1="fe1c6dd3dfcf97d960065b1bb46c1e11cb7bf271"/&gt;
		&lt;rom name="uni-bios_3_2.rom" merge="uni-bios_3_2.rom" size="131072" crc="a4e8b9b3" sha1="c92f18c3f1edda543d264ecd0ea915240e7c8258"/&gt;
		&lt;rom name="uni-bios_3_1.rom" merge="uni-bios_3_1.rom" size="131072" crc="0c58093f" sha1="29329a3448c2505e1ff45ffa75e61e9693165153"/&gt;
		&lt;rom name="uni-bios_3_0.rom" merge="uni-bios_3_0.rom" size="131072" crc="a97c89a9" sha1="97a5eff3b119062f10e31ad6f04fe4b90d366e7f"/&gt;
		&lt;rom name="uni-bios_2_3.rom" merge="uni-bios_2_3.rom" size="131072" crc="27664eb5" sha1="5b02900a3ccf3df168bdcfc98458136fd2b92ac0"/&gt;
		&lt;rom name="uni-bios_2_3o.rom" merge="uni-bios_2_3o.rom" size="131072" crc="601720ae" sha1="1b8a72c720cdb5ee3f1d735bbcf447b09204b8d9"/&gt;
		&lt;rom name="uni-bios_2_2.rom" merge="uni-bios_2_2.rom" size="131072" crc="2d50996a" sha1="5241a4fb0c63b1a23fd1da8efa9c9a9bd3b4279c"/&gt;
		&lt;rom name="uni-bios_2_1.rom" merge="uni-bios_2_1.rom" size="131072" crc="8dabf76b" sha1="c23732c4491d966cf0373c65c83c7a4e88f0082c"/&gt;
		&lt;rom name="uni-bios_2_0.rom" merge="uni-bios_2_0.rom" size="131072" crc="0c12c2ad" sha1="37bcd4d30f3892078b46841d895a6eff16dc921e"/&gt;
		&lt;rom name="uni-bios_1_3.rom" merge="uni-bios_1_3.rom" size="131072" crc="b24b44a0" sha1="eca8851d30557b97c309a0d9f4a9d20e5b14af4e"/&gt;
		&lt;rom name="uni-bios_1_2.rom" merge="uni-bios_1_2.rom" size="131072" crc="4fa698e9" sha1="682e13ec1c42beaa2d04473967840c88fd52c75a"/&gt;
		&lt;rom name="uni-bios_1_2o.rom" merge="uni-bios_1_2o.rom" size="131072" crc="e19d3ce9" sha1="af88ef837f44a3af2d7144bb46a37c8512b67770"/&gt;
		&lt;rom name="uni-bios_1_1.rom" merge="uni-bios_1_1.rom" size="131072" crc="5dda0d84" sha1="4153d533c02926a2577e49c32657214781ff29b7"/&gt;
		&lt;rom name="uni-bios_1_0.rom" merge="uni-bios_1_0.rom" size="131072" crc="0ce453a0" sha1="3b4c0cd26c176fc6b26c3a2f95143dd478f6abf9"/&gt;
		&lt;rom name="030-p1.p1" size="524288" crc="d396c9cb" sha1="47ba421d14d05b965a8d44e7475b227a208e5a07"/&gt;
		&lt;rom name="030-s1.s1" size="131072" crc="7015b8fc" sha1="8c09bc3e6c62e0f7c9557c1e10c901be325bae7f"/&gt;
		&lt;rom name="sfix.sfix" merge="sfix.sfix" size="131072" crc="c2ea0cfd" sha1="fd4a618cdcdbf849374f0a50dd8efe9dbab706c3"/&gt;
		&lt;rom name="000-lo.lo" merge="000-lo.lo" size="131072" crc="5a86cff2" sha1="5992277debadeb64d1c1c64b0a92d9293eaf7e4a"/&gt;
		&lt;rom name="sm1.sm1" merge="sm1.sm1" size="131072" crc="94416d67" sha1="42f9d7ddd6c0931fd64226a60dc73602b2819dcf"/&gt;
		&lt;rom name="030-m1.m1" size="131072" crc="4cf466ec" sha1="6a003b53c7a4af9d7529e2c10f27ffc4e58dcda5"/&gt;
		&lt;rom name="030-v1.v1" size="1048576" crc="d4ca364e" sha1="b0573744b0ea2ef1e2167a225f0d254883f5af04"/&gt;
		&lt;rom name="030-v2.v2" size="1048576" crc="54994455" sha1="76eb62b86e8ed51a77f44313d5cc8091b3f58d57"/&gt;
		&lt;rom name="030-c1.c1" size="1048576" crc="4f5e19bd" sha1="ef7975c4b33a7aea4a25a385f604799f054d3200"/&gt;
		&lt;rom name="030-c2.c2" size="1048576" crc="d6314bf0" sha1="0920cc580d7997fcb0170dd619af2f305d635577"/&gt;
		&lt;rom name="030-c3.c3" size="1048576" crc="47fddfee" sha1="297c505a63448c999a2510c27bf4549102134db8"/&gt;
		&lt;rom name="030-c4.c4" size="1048576" crc="780d1c4e" sha1="2e2cf9de828e3b48642dd2203637103438c62142"/&gt;
	&lt;/game&gt;
[...]
&lt;/datafile&gt;
</code></pre>
<h2>Explanation of the string:</h2>
<p dir="auto"><code>datutil.exe</code> = The command to execute the tool<br />
<code>-g</code> = individual game or system selection. In our case <code>neogeo</code><br />
<code>neogeo</code> = see above<br />
<code>-c</code> = Includes all games (the <em><code>readme</code></em> is a bit confusing here). If you don't use this option, only the NEOGEO bios will be found<br />
<code>-r</code> = removes all clones<br />
<code>-f</code> = determines the format of the new DAT. In our case <code>generic</code><br />
<code>-A</code> = determines the author. In our case <code>Nachtgarm</code><br />
<code>-C</code> = determines the DAT type (Category). In our case <code>"Standard DatFile"</code>. Note the <code>" "</code>, which are necessary, due to the blanks<br />
<code>-F</code> = determines the name (Description) of the DAT within a ROM manager. In our case <code>NeoGeoOnlyNoClones</code><br />
<code>-R</code> = determines the name, which is displayed within a ROM manager. In our case <code>NeoGeo_only_NO_clones</code><br />
<code>-V</code> = determines the version of the DAT file. In our case <code>"1.0"</code>. Note the <code>" "</code> here too, due to the full stop<br />
<code>-o</code> = determines the new file name. In our case <code>NeoGeoOnlyNoClones.dat</code></p>
<h2>Most used strings</h2>
<p dir="auto">Each of the following strings expects the original DAT to be placed in the same directory as the tool <code>datutil.exe</code></p>
<h4>Create a DAT file which includes <strong>ONLY NEO-GEO</strong> Games (including their clones)</h4>
<p dir="auto"><code>datutil.exe -g neogeo -c -f generic -C "Standard DatFile" -o NewFileName.dat "OriginalFile.dat"</code></p>
<h4>Create a DAT file which includes <strong>ONLY NEO-GEO</strong> Games (without their clones)</h4>
<p dir="auto"><code>datutil.exe -g neogeo -c -r -f generic -C "Standard DatFile" -o NewFileName.dat "OriginalFile.dat"</code></p>
<h4>Create a DAT file which includes <strong>PARENTS ONLY</strong> (without NEO-GEO and without clones)</h4>
<p dir="auto"><code>datutil.exe -g neogeo -c -! -r -f generic -C "Standard DatFile" -o NewFileName.dat "OriginalFile.dat"</code></p>
]]></description><link>https://forum.recalbox.com/topic/4537/tutorial-datutil</link><guid isPermaLink="true">https://forum.recalbox.com/topic/4537/tutorial-datutil</guid><dc:creator><![CDATA[Nachtgarm]]></dc:creator><pubDate>Wed, 02 Nov 2016 07:00:23 GMT</pubDate></item><item><title><![CDATA[[How To] Screenscraper]]></title><description><![CDATA[<p dir="auto">If you use the <a href="https://forum.recalbox.com/topic/4690/soft-universal-xml-scraper-v2">Universal XML Scraper</a> and you are not getting all box textures, screenshots, game descriptions (synopses), or anything else for your rom collection, this tutorial is for you. I will briefly explain some of the features <a href="http://ScreenScraper.fr" rel="nofollow ugc">ScreenScraper.fr</a> has and how you can yourself add missing data/media or modify it if necessary. "All roads lead to Rome" - There are other ways to find games, I will just explain one of them!</p>
<ol>
<li>Enter <a href="http://screenscraper.fr" rel="nofollow ugc">screenscraper.fr</a>, select your language, subscribe (if you haven't yet) and log in. You can enter IRC and chat for further help.</li>
</ol>
<p dir="auto"><img src="https://s16.postimg.org/8iuazhbr9/1_subscribe.png" alt="subscribe" class=" img-responsive img-markdown" /></p>
<ol start="2">
<li>Lets assume you scraped your PSX games and some data/media for <strong>Street Fighter EX2 Plus</strong> was missing and you want to add them. Go to <strong>GAMES</strong> and select the <strong>PSX</strong> (PlayStation 1) icon.</li>
</ol>
<p dir="auto"><img src="https://s4.postimg.org/ra2kzhfbx/2_game.png" alt="games" class=" img-responsive img-markdown" /></p>
<ol start="3">
<li>You will see the gamelist in alphabetical order and to find out which data/media is missing (or not) click on <strong>▼ Infos/medias missing</strong> and/or <strong>MORE INFOS <img src="https://forum.recalbox.com/assets/plugins/nodebb-plugin-emoji/emoji/android/25b6.png?v=qq7v1sdgudo" class="not-responsive emoji emoji-android emoji--arrow_forward" title=":arrow_forward:" alt="▶" /></strong>.</li>
</ol>
<p dir="auto"><img src="https://s11.postimg.org/ycl5z7b37/3_gamelist.png" alt="gamelist" class=" img-responsive img-markdown" /></p>
<ol start="4">
<li>You will get a detailed view showing important information missing.</li>
</ol>
<p dir="auto"><img src="https://s15.postimg.org/4jyncep1n/4_gamelist_detailed.png" alt="gamelist_detailed" class=" img-responsive img-markdown" /></p>
<ol start="5">
<li>And a complete list of everything what is missing. (You realized the sad faces?)</li>
</ol>
<p dir="auto"><img src="https://s21.postimg.org/mcndiaabb/5_gamelist_detailed_more.png" alt="gamelist_detailed_more" class=" img-responsive img-markdown" /></p>
<ol start="6">
<li>Lets select letter <strong>S</strong> and navigate until we find our game. Hopefully, the game is listed... otherwise, go the IRC and ask (nicely) to add it.</li>
</ol>
<p dir="auto"><img src="https://s13.postimg.org/cwe0pqi2v/6_gamelist_selection.png" alt="gamelist_selection" class=" img-responsive img-markdown" /><br />
Found it! <a href="http://screenscraper.fr/gameinfos.php?gameid=19530" rel="nofollow ugc">http://screenscraper.fr/gameinfos.php?gameid=19530</a></p>
<ol start="7">
<li>When you enter the game, you will see all the information related to it. It looks like this. (This screenshot is in french because to capture everything I used a web service and couldn't choose the language)</li>
</ol>
<p dir="auto"><img src="https://s10.postimg.org/6otrj7po9/7_edit_game_NUMERATED.png" alt="edit_game" class=" img-responsive img-markdown" /><br />
For this tutorial we will only talk about the marked spots, but you can make suggestions to add or modify anything you consider appropriate.</p>
<ol start="8">
<li>Only the release date <strong>(A)</strong> in France/Europe is on the database. The synopsis in English <strong>(B)</strong> is missing as well. There is no screenshot <strong>(D)</strong> either. Lets add the release date for the US, the English description and a (good) screenshot. You can use google to try to find all the missing data/media. I will be using <a href="http://gamesfaq.com" rel="nofollow ugc">gamesfaq.com</a> data to fill sections A, B and D in this example, but you rarely find everything in one place/source. Look for data in your own language respectively and of course, needless to say, try to find good quality data!<br />
The source <a href="http://www.gamefaqs.com/ps/914346-street-fighter-ex2-plus" rel="nofollow ugc">http://www.gamefaqs.com/ps/914346-street-fighter-ex2-plus</a> looks like this.</li>
</ol>
<p dir="auto"><img src="https://s12.postimg.org/agj6juk7x/8_gamesfaq_1.png" alt="gamesfaq_1" class=" img-responsive img-markdown" /><br />
You have the game description that we need <strong>(B)</strong> on the left (synopsis), there is an <strong>Images</strong> tab to look for the missing screenshoot <strong>(D)</strong> on the top and if you click on the date on the top-right you will find the different release dates for every region (our missing release data in the US <strong>(A)</strong>!!!). Following that link brings you to a site like this.</p>
<p dir="auto"><img src="https://s12.postimg.org/wk8ztfzjh/8_gamesfaq_2.png" alt="gamesfaw_2" class=" img-responsive img-markdown" /></p>
<p dir="auto">There you can find the US release data that we wanted: 30/12/1999 (in ScreenScraper you need to write the date in the format DD/MM/YYYY)</p>
<p dir="auto">Now we can go to the images for the missing screenshot <strong>(D)</strong>.</p>
<p dir="auto"><img src="https://s9.postimg.org/uik9yuq1r/8_gamesfaq_3.png" alt="gamesfaq_3" class=" img-responsive img-markdown" /><br />
If you don't find a good screenshot here, look somewhere else or take one yourself. Follow the instructions (read below the missing media itself) given on ScreenScraper for every media you upload and please, don't forget to give the source.</p>
<ol start="9">
<li>Back to ScreenScraper, scroll down a bit until you find this.</li>
</ol>
<p dir="auto"><img src="https://s9.postimg.org/qaphq3om7/9_release_date.png" alt="release_date" class=" img-responsive img-markdown" /><br />
Select the type of information you want to enter, write the release date you found before, give your source and click <strong>SEND</strong>.</p>
<ol start="10">
<li>Lets do the same with the description.</li>
</ol>
<p dir="auto"><img src="https://s15.postimg.org/4zndpmrvf/10_synopsis.png" alt="synopsis" class=" img-responsive img-markdown" /></p>
<ol start="11">
<li>To upload a screenshot, you do it on the top of the website. You can either choose a local image from your computer or give an url address from the image.</li>
</ol>
<p dir="auto"><img src="https://s21.postimg.org/ofcho4eyv/11_screenshot.png" alt="screenshot" class=" img-responsive img-markdown" /></p>
<ol start="12">
<li>After you submit you propositions and until they are validated, they will be in a moderation queue.</li>
</ol>
<p dir="auto"><img src="https://s3.postimg.org/c13lmvolf/12_propositions.png" alt="propositions" class=" img-responsive img-markdown" /></p>
<ol start="13">
<li>I noticed a mistake with the country of the box texture <strong>(E)</strong>. The country of the image displayed is USA and not Europe. So, lets correct that <img src="https://forum.recalbox.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=qq7v1sdgudo" class="not-responsive emoji emoji-android emoji--wink" title=";)" alt="😉" /></li>
</ol>
<p dir="auto"><img src="https://s16.postimg.org/il6n23qr9/13_box_region.png" alt="box_region" class=" img-responsive img-markdown" /></p>
<p dir="auto">To correct it, you need to scroll all the way down to the comments and (if applicable) use one of the <strong>hashtags</strong>, depending on the issue. Then hit enter to send it.</p>
<p dir="auto"><img src="https://s12.postimg.org/ed5fa61lp/13_comments.png" alt="comments" class=" img-responsive img-markdown" /></p>
<ol start="14">
<li>Finally, if all the data/media is present on the database and you still don't get your game scraped, I recommend you to take a look at the associated roms <strong>(C)</strong>.</li>
</ol>
<p dir="auto"><img src="https://s11.postimg.org/ev5ed5wnn/15_asociations.png" alt="rom_associations" class=" img-responsive img-markdown" /><br />
In this case, there is only one rom associated to this game on the database and if yours doesn't match the CRC or MD5 hash (you find them on the missing.txt file after you scraped a directory), or the filaname is different, it won't get scraped. Go into IRC, ask for help and share your missing.txt file with them, so your roms reach the database.</p>
<p dir="auto">That's all! After your contributions have been validated, you will be able to get all the data the next time you scrape that game! ScreenScraper and all of us need your help to have the best possible game database ever! Thanks in advance for your contributions!!!</p>
]]></description><link>https://forum.recalbox.com/topic/3842/how-to-screenscraper</link><guid isPermaLink="true">https://forum.recalbox.com/topic/3842/how-to-screenscraper</guid><dc:creator><![CDATA[paradadf]]></dc:creator><pubDate>Sat, 27 Aug 2016 21:10:04 GMT</pubDate></item><item><title><![CDATA[Before posting]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto"><strong>Before you post your issue, make sure you do the following first:</strong></p>
<ul>
<li>Read the <a href="https://wiki.recalbox.com/fr/home" rel="nofollow ugc">manual</a></li>
<li><a href="https://forum.recalbox.com/search">Search</a> the forum for an identical issue</li>
<li>Please do not re-post already solved topics. Just provide the link to the thread, or the tutorial, where the problem was solved.</li>
</ul>
<p dir="auto"><strong>If none of the above helps, we'll need additional info to help you, just copy paste and fill the following :</strong></p>
<ul>
<li>Board model:</li>
<li>Recalbox version (build) :</li>
<li>Hardware (Micro SD, Power Supply, etc.):</li>
<li>Controller(s):</li>
</ul>
<p dir="auto"><strong>If your problem is game related</strong></p>
<ul>
<li>Which Game:</li>
<li>Emulator used:</li>
<li>Is the problem reproducible (how):</li>
</ul>
<p dir="auto"><strong>if you gamepad or your encoder usb related :</strong></p>
<ul>
<li>Plug your hardware directly into the usb ports of raspberry and ONLY YOUR GAMEPAD</li>
<li>Indicate how to reproduce the problem if possible</li>
</ul>
]]></description><link>https://forum.recalbox.com/topic/3647/before-posting</link><guid isPermaLink="true">https://forum.recalbox.com/topic/3647/before-posting</guid><dc:creator><![CDATA[digitaLumberjack]]></dc:creator><pubDate>Fri, 12 Aug 2016 12:52:02 GMT</pubDate></item><item><title><![CDATA[Forum rules]]></title><description><![CDATA[<p dir="auto">Welcome on recalbox forum.</p>
<p dir="auto">Please respect those rules :</p>
<ul>
<li><strong>Respect each other</strong></li>
<li><strong>Do NOT ask for, or post links to copyrighted bios</strong></li>
<li><strong>Do NOT ask for, or post links to copyrighted roms</strong></li>
<li><strong>DO NOT POST youtube links to copyrighted roms and bios</strong></li>
<li><strong>DO NOT POST recalbox non unofficiel images with coyrighted roms and bios</strong></li>
</ul>
<p dir="auto"><strong>Messages will be deleted and locked<br />
In case of repetition your sanction will be banishment</strong></p>
<p dir="auto">Thank you.</p>
]]></description><link>https://forum.recalbox.com/topic/3646/forum-rules</link><guid isPermaLink="true">https://forum.recalbox.com/topic/3646/forum-rules</guid><dc:creator><![CDATA[digitaLumberjack]]></dc:creator><pubDate>Fri, 12 Aug 2016 12:46:30 GMT</pubDate></item></channel></rss>