<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Redump Forum — Adding extra information to DATs]]></title>
		<link>http://forum.redump.org/topic/7090/adding-extra-information-to-dats/</link>
		<atom:link href="http://forum.redump.org/feed/rss/topic/7090/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Adding extra information to DATs.]]></description>
		<lastBuildDate>Fri, 20 Aug 2010 12:58:47 +0000</lastBuildDate>
		<generator>PunBB 1.4.4</generator>
		<item>
			<title><![CDATA[Re: Adding extra information to DATs]]></title>
			<link>http://forum.redump.org/post/27606/#p27606</link>
			<description><![CDATA[<p>maybe you should work together with wickerwolf and his emu x application and maybe also with me and my timeless-gaming.com website database project</p>]]></description>
			<author><![CDATA[null@example.com (GBK666)]]></author>
			<pubDate>Fri, 20 Aug 2010 12:58:47 +0000</pubDate>
			<guid>http://forum.redump.org/post/27606/#p27606</guid>
		</item>
		<item>
			<title><![CDATA[Re: Adding extra information to DATs]]></title>
			<link>http://forum.redump.org/post/27585/#p27585</link>
			<description><![CDATA[<p>Yes, I also have the same idea yesterday just before I went to bed. I&#039;ll try to check if there are games with the same CRC in the first track but I think I&#039;m going to use the sum of all the CRCs because I want to be sure about the singularity of the key.</p>]]></description>
			<author><![CDATA[null@example.com (Macarro)]]></author>
			<pubDate>Fri, 20 Aug 2010 07:13:46 +0000</pubDate>
			<guid>http://forum.redump.org/post/27585/#p27585</guid>
		</item>
		<item>
			<title><![CDATA[Re: Adding extra information to DATs]]></title>
			<link>http://forum.redump.org/post/27577/#p27577</link>
			<description><![CDATA[<p>Ack, I just thought of something that destroys my idea. If an entry is deleted, everything will be shifted. You can still work with the idea of creating your own indexes, though, it just won&#039;t be perfect.</p><p>One that I can think of off of the top of my head that definitely won&#039;t have any collisions is &quot;(sum of track filesizes)_(sum of track CRC32s)&quot;. This will survive name changes (so long as you exclude the CUE) but not hash changes. It&#039;ll still be a lot better than using track 1 hashes, though.</p><p>Come to think of it, that would be an incredibly efficient way to detect dupes in the db.</p>]]></description>
			<author><![CDATA[null@example.com (velocity37)]]></author>
			<pubDate>Thu, 19 Aug 2010 23:48:16 +0000</pubDate>
			<guid>http://forum.redump.org/post/27577/#p27577</guid>
		</item>
		<item>
			<title><![CDATA[Re: Adding extra information to DATs]]></title>
			<link>http://forum.redump.org/post/27567/#p27567</link>
			<description><![CDATA[<p>Thanks, velocity37. I&#039;ll check it this weekend, it will be fast and convenient.</p>]]></description>
			<author><![CDATA[null@example.com (Macarro)]]></author>
			<pubDate>Thu, 19 Aug 2010 21:15:04 +0000</pubDate>
			<guid>http://forum.redump.org/post/27567/#p27567</guid>
		</item>
		<item>
			<title><![CDATA[Re: Adding extra information to DATs]]></title>
			<link>http://forum.redump.org/post/27564/#p27564</link>
			<description><![CDATA[<p>As far as I can tell, the entries in each DAT are sorted chronologically. The topmost game in each DAT is the first dumped, with the latest dumps being at the bottom. Presumably the DATs are generated by the server going through an ascending autonumber field in the database.</p><p>It would be trivial to add an index to each entry based on its position in the DAT. All you&#039;d have to do is go through the file line by line and enumerate an integer for each &lt;game&gt; entry, inserting an additional field like &lt;index&gt; to your liking.</p>]]></description>
			<author><![CDATA[null@example.com (velocity37)]]></author>
			<pubDate>Thu, 19 Aug 2010 19:37:08 +0000</pubDate>
			<guid>http://forum.redump.org/post/27564/#p27564</guid>
		</item>
		<item>
			<title><![CDATA[Re: Adding extra information to DATs]]></title>
			<link>http://forum.redump.org/post/27561/#p27561</link>
			<description><![CDATA[<p>I convert the DAT file to XML using DatUtil because I prefer this format to work on it. CRCs are right but there is a CRC for each track of the original disc. I would like to have just a single key.</p><p>Thanks to your post I&#039;m using right now the CRC32 of the first track and everything works fine but I still have to check if there are games with the same CRC32 on that first track. Maybe there are games with the same game code but different audio tracks...</p><p>Regards.</p>]]></description>
			<author><![CDATA[null@example.com (Macarro)]]></author>
			<pubDate>Thu, 19 Aug 2010 18:53:44 +0000</pubDate>
			<guid>http://forum.redump.org/post/27561/#p27561</guid>
		</item>
		<item>
			<title><![CDATA[Re: Adding extra information to DATs]]></title>
			<link>http://forum.redump.org/post/27535/#p27535</link>
			<description><![CDATA[<p>The database you are working on is a huge undertaking! I hope it goes well since the info would be great to have. </p><p>Redump&#039;s dat files do include the CRC32s for each track. Maybe you are running the dat files through a converter of some sort that is stripping some of the the information? I know RomCenter strips everything except the name, size and crc32 when you &#039;import&#039; Redump&#039;s dat file.</p>]]></description>
			<author><![CDATA[null@example.com (HwitVlf)]]></author>
			<pubDate>Wed, 18 Aug 2010 23:05:35 +0000</pubDate>
			<guid>http://forum.redump.org/post/27535/#p27535</guid>
		</item>
		<item>
			<title><![CDATA[Adding extra information to DATs]]></title>
			<link>http://forum.redump.org/post/27521/#p27521</link>
			<description><![CDATA[<p>Hi</p><p>I&#039;ve been working in a personal project about extra material for games (screenshots, covers*, savegames, etc...) for a while. I store all the extra material renamed to an unique alias for each game extracted from the DAT files. This way I can forget problems related to name changes, this kind of works if done by projects like yours.</p><p>For MAME I&#039;m using standard 8 letter alias and for No-Intro games I&#039;m using ROM&#039;s CRC32. Unfortunately I&#039;ve noticed you don&#039;t store this kind of information in your DATs. Could you please add this information to the DATs; you already have Disc number id in your online database wich will be perfect; it shouldn&#039;t be too difficult (I think) and it will help a lot projects like mine.</p><p>Here are some examples of my current progresses (maybe the project will be made public someday but it still needs a lot of work to be done):</p><p><a href="http://img267.imageshack.us/i/scanner.png/"><span class="postimg"><img src="http://a.imageshack.us/img267/3706/scanner.th.png" alt="http://a.imageshack.us/img267/3706/scanner.th.png" /></span></a> <a href="http://img31.imageshack.us/i/065f6021.jpg/"><span class="postimg"><img src="http://a.imageshack.us/img31/3592/065f6021.th.jpg" alt="http://a.imageshack.us/img31/3592/065f6021.th.jpg" /></span></a> <a href="http://img268.imageshack.us/i/finalfantasyvi.jpg/"><span class="postimg"><img src="http://a.imageshack.us/img268/6908/finalfantasyvi.th.jpg" alt="http://a.imageshack.us/img268/6908/finalfantasyvi.th.jpg" /></span></a> <a href="http://img46.imageshack.us/i/legendsat.jpg/"><span class="postimg"><img src="http://a.imageshack.us/img46/1561/legendsat.th.jpg" alt="http://a.imageshack.us/img46/1561/legendsat.th.jpg" /></span></a> <a href="http://img266.imageshack.us/i/streetsofrage3.jpg/"><span class="postimg"><img src="http://a.imageshack.us/img266/3855/streetsofrage3.th.jpg" alt="http://a.imageshack.us/img266/3855/streetsofrage3.th.jpg" /></span></a></p><p>Kind regards and thanks in advance.</p>]]></description>
			<author><![CDATA[null@example.com (Macarro)]]></author>
			<pubDate>Wed, 18 Aug 2010 16:21:39 +0000</pubDate>
			<guid>http://forum.redump.org/post/27521/#p27521</guid>
		</item>
	</channel>
</rss>
