<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Redump Forum — Is there a way to download the database with full information?]]></title>
		<link>http://forum.redump.org/topic/24576/is-there-a-way-to-download-the-database-with-full-information/</link>
		<atom:link href="http://forum.redump.org/feed/rss/topic/24576/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Is there a way to download the database with full information?.]]></description>
		<lastBuildDate>Sat, 19 Oct 2019 13:38:03 +0000</lastBuildDate>
		<generator>PunBB 1.4.4</generator>
		<item>
			<title><![CDATA[Re: Is there a way to download the database with full information?]]></title>
			<link>http://forum.redump.org/post/74118/#p74118</link>
			<description><![CDATA[<p>I believe the serial and version fields were added as a response to a request I made this year: <a href="http://forum.redump.org/topic/21708/done-redump-integration-in-dolphin/">http://forum.redump.org/topic/21708/don … n-dolphin/</a></p><p>And for my purposes, regions and languages were unnecessary, so I didn&#039;t request them.</p>]]></description>
			<author><![CDATA[null@example.com (JosJuice)]]></author>
			<pubDate>Sat, 19 Oct 2019 13:38:03 +0000</pubDate>
			<guid>http://forum.redump.org/post/74118/#p74118</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is there a way to download the database with full information?]]></title>
			<link>http://forum.redump.org/post/74103/#p74103</link>
			<description><![CDATA[<div class="quotebox"><cite>JosJuice wrote:</cite><blockquote><p>You can get a bit more data by using this:</p><p><a href="http://redump.org/datfile/ps2/serial,version">http://redump.org/datfile/ps2/serial,version</a></p><p>But there&#039;s no way to download all of the data in a convenient way.</p></blockquote></div><p>Well that&#039;s not perfect but it&#039;s really good enough!! I can totally work with that!</p><p>(btw why isn&#039;t the dat file formatted in a way that puts region and language into attributes? I know that name-region-language-version ensures a unique name, but making region and languages also available as an attribute would make thing easier for people that want to use it <img src="http://forum.redump.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> )</p><p>anyways, thank you!!</p>]]></description>
			<author><![CDATA[null@example.com (rodrigo_vda)]]></author>
			<pubDate>Fri, 18 Oct 2019 20:08:54 +0000</pubDate>
			<guid>http://forum.redump.org/post/74103/#p74103</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is there a way to download the database with full information?]]></title>
			<link>http://forum.redump.org/post/74097/#p74097</link>
			<description><![CDATA[<p>You can get a bit more data by using this:</p><p><a href="http://redump.org/datfile/ps2/serial,version">http://redump.org/datfile/ps2/serial,version</a></p><p>But there&#039;s no way to download all of the data in a convenient way.</p>]]></description>
			<author><![CDATA[null@example.com (JosJuice)]]></author>
			<pubDate>Fri, 18 Oct 2019 19:11:53 +0000</pubDate>
			<guid>http://forum.redump.org/post/74097/#p74097</guid>
		</item>
		<item>
			<title><![CDATA[Is there a way to download the database with full information?]]></title>
			<link>http://forum.redump.org/post/74095/#p74095</link>
			<description><![CDATA[<p>Hi there! I&#039;m in the process of cleaning up and ordering my PS2 games backup files, so I&#039;ve been building some powershell scripts to help me with that.</p><p>For tha reason redump.org has been really helpful so far, but I&#039;ve come into a problem. I want to have some sort of local database with game&#039;s information. So far I&#039;ve started building it up by hand, but I&#039;ve discovered that I can download this file:</p><p>redump.org/datfile/ps2/</p><p>However I&#039;ve come into a problem with it. In my database I have each element categorized by:<br />CRC32 |GameID | RedumpID | Name | (PAL vs NTSC vs NTSC-J) | Languages | Version</p><p>Using the datfile available, I can automatically build up a great part of my DB, however there are a few inconveniences:</p><ul><li><p>In that file games are missing their ID (<strong>SLES-XXXX</strong> and such). This is a big deal for me</p></li><li><p>In that file there is no RedumpID (the number in redump.org/disc/<strong>XXXXX</strong>) this is not a big deal, however</p></li><li><p>Also, as a minor inconvenience, the fields &quot;PAL vs NTSC vs NTSC-J&quot;, the Languages list and versions are embedded in the game&#039;s name. I can extract them with a few scripts that separates the parenthesis, matches them to a few patterns and such. It&#039;s possible but it&#039;s a hassle. I can live without this, but if I can download your db where that information would be easy to retrieve, that would be awesome.</p></li></ul><p>So in short, the Game ID is a big deal for me, however there are a few other stuff that would be great to have too, so is there a way to get it?</p><p>While searching in the forum I stumbled upon this thread:<br /><a href="http://forum.redump.org/topic/19889/is-there-a-api-to-check-hash-against-your-database/">http://forum.redump.org/topic/19889/is- … -database/</a><br /></p><div class="quotebox"><blockquote><p>this is how a game name look in normal file</p><p>Actua Soccer (E) (v1.0) [SLES-00014]</p><p>and this is how it look in no-intro file</p><p>Actua Soccer (Europe) (En,Fr,Es,It,Nl,Sv,Da,Fi) (v1.0)</p></blockquote></div><div class="quotebox"><blockquote><p>Actually what i was thinking is that user download 1 dat from here</p><p><a href="http://redump.org/datfile/psx/">http://redump.org/datfile/psx/</a></p><p>then the second one from here</p><p><a href="http://redump.org/datfile/no-intro/psx/">http://redump.org/datfile/no-intro/psx/</a></p></blockquote></div><p>I could do it with this info if it still was available, however there&#039;s only ONE possible download now, and in fact I&#039;m interested in doing that with PS2 games, not PSX.</p>]]></description>
			<author><![CDATA[null@example.com (rodrigo_vda)]]></author>
			<pubDate>Fri, 18 Oct 2019 19:02:53 +0000</pubDate>
			<guid>http://forum.redump.org/post/74095/#p74095</guid>
		</item>
	</channel>
</rss>
