<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Redump Forum — PakkISO update (source?)]]></title>
		<link>http://forum.redump.org/topic/11196/pakkiso-update-source/</link>
		<atom:link href="http://forum.redump.org/feed/rss/topic/11196/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in PakkISO update (source?).]]></description>
		<lastBuildDate>Tue, 10 Jul 2012 10:36:11 +0000</lastBuildDate>
		<generator>PunBB 1.4.4</generator>
		<item>
			<title><![CDATA[Re: PakkISO update (source?)]]></title>
			<link>http://forum.redump.org/post/39227/#p39227</link>
			<description><![CDATA[<p>Sounds impressive, iR0b0t. Agree with jamjam about renaming without decompression (impressive). Biggest gripe atm seems to be how to efficiently manage it...</p>]]></description>
			<author><![CDATA[null@example.com (camb702)]]></author>
			<pubDate>Tue, 10 Jul 2012 10:36:11 +0000</pubDate>
			<guid>http://forum.redump.org/post/39227/#p39227</guid>
		</item>
		<item>
			<title><![CDATA[Re: PakkISO update (source?)]]></title>
			<link>http://forum.redump.org/post/39208/#p39208</link>
			<description><![CDATA[<p>Renaming without decompression sounds impressive. Did you have to get your head stuck in the 7z format spec or was it not so bad to figure out?</p>]]></description>
			<author><![CDATA[null@example.com (jamjam)]]></author>
			<pubDate>Mon, 09 Jul 2012 12:37:41 +0000</pubDate>
			<guid>http://forum.redump.org/post/39208/#p39208</guid>
		</item>
		<item>
			<title><![CDATA[Re: PakkISO update (source?)]]></title>
			<link>http://forum.redump.org/post/39207/#p39207</link>
			<description><![CDATA[<p>I began to work on a &quot;pakkman&quot; tool, which was supposed to manage updates from older datfile to the new one, with full image names instead of generic once.</p><p>&gt;&gt; pakkiso - for compression purposes only.<br />&gt;&gt; pakkman - file manager, the idea was/is:<br />1. to sort out all not matching titles.<br />2. after comparing the hashes renaming them <strong>without(!)</strong> a decompression, which works already fine here.<br />3. for titles where hashes changed or are not matching try an auto-fix, this is the most complicated part, as it has to be done in the proper order, but it is to manage&nbsp; <img src="http://forum.redump.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> <br />4. if the first three steps failed, delete or move those to a storage folder.<br />5. create a log file with all the changes!</p><p>that&#039;s it!&nbsp; <img src="http://forum.redump.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />i hope to finish it someday</p>]]></description>
			<author><![CDATA[null@example.com (iR0b0t)]]></author>
			<pubDate>Mon, 09 Jul 2012 11:39:40 +0000</pubDate>
			<guid>http://forum.redump.org/post/39207/#p39207</guid>
		</item>
		<item>
			<title><![CDATA[Re: PakkISO update (source?)]]></title>
			<link>http://forum.redump.org/post/39205/#p39205</link>
			<description><![CDATA[<p>Ah, thanks.</p><p>I think I may have an older version so I&#039;ll be sure and check it out.<br /> <img src="http://forum.redump.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (camb702)]]></author>
			<pubDate>Mon, 09 Jul 2012 07:55:20 +0000</pubDate>
			<guid>http://forum.redump.org/post/39205/#p39205</guid>
		</item>
		<item>
			<title><![CDATA[Re: PakkISO update (source?)]]></title>
			<link>http://forum.redump.org/post/39201/#p39201</link>
			<description><![CDATA[<p>rmdtrash.exe was already abandoned in earlier versions! &gt;&gt; handled by -mta=off -mtm=off.<br />Scrub file attributes pre-compression &gt;&gt; handled program internally too.<br />check the version file.</p><p>a generic hash (.<strong>dat</strong>) file is included in the latest version, which i may have not released yet, i don&#039;t remember exactly.</p><p>will take a look later, as i don&#039;t remember which new functions were added in the latest (0.4d) release.</p>]]></description>
			<author><![CDATA[null@example.com (iR0b0t)]]></author>
			<pubDate>Sun, 08 Jul 2012 23:35:03 +0000</pubDate>
			<guid>http://forum.redump.org/post/39201/#p39201</guid>
		</item>
		<item>
			<title><![CDATA[PakkISO update (source?)]]></title>
			<link>http://forum.redump.org/post/39200/#p39200</link>
			<description><![CDATA[<p>I have some suggestions for improving PakkISO and was hoping the author of the program would be willing to send me the source code to make a few changes. My ideas are based off of what I&#039;ve been accomplishing via shell scripts up until now and, more recently, some of the work jamjam has been doing with CDGroup and 7z generic.</p><p>The suggestions are as follows:</p><p>- Update the compressor to 7z 9.25A<br />- Update the 7z cmd switches to: a -mx9 -m0=LZMA -mmt=2 -ms=on -mf=off -mhc=off -mhe=off -mtc=off <strong>-mta=off -mtm=off</strong> (the last two forego the need to use rmdtrash.exe as it instructs 7z to not store any timestamp information)<br />- Scrub file attributes pre-compression<br />- Generate and store a generic hash (.hsh) file with each pack containing bin/cue/iso name, size and sha1</p><p>Example:</p><p>Input:<br />Dino Crisis (Japan) (Track 1).bin<br />Dino Crisis (Japan) (Track 2).bin<br />Dino Crisis (Japan).cue</p><p>Output:<br />Dino Crisis (Japan) (Track 1).7z<br />Dino Crisis (Japan) (Track 2).ape<br />Dino Crisis (Japan).cue<br />Dino Crisis (Japan).hsh</p><p>Another option could be to output just a single file: Dino Crisis (Japan).7z which contains the previous output (using 7zCopy) but as follows:</p><p>Track 1.7z<br />Track 2.ape<br />*.cue<br />*.hsh</p><p>The controller would rename all binary contents pre-compression to generic track names and update cue sheet entries accordingly to allow renaming without a repack (updated archive file name in this instance). I&#039;m just toying around with ideas for a cross-compatible update which outputs files that are easier to maintain than at present.</p><p>Thoughts and comments are welcome.</p>]]></description>
			<author><![CDATA[null@example.com (camb702)]]></author>
			<pubDate>Sun, 08 Jul 2012 22:58:41 +0000</pubDate>
			<guid>http://forum.redump.org/post/39200/#p39200</guid>
		</item>
	</channel>
</rss>
