<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Redump Forum — Disc Image Creator GUI - A Simple / Effective Interface]]></title>
	<link rel="self" href="http://forum.redump.org/feed/atom/topic/17527/" />
	<updated>2018-05-07T10:24:54Z</updated>
	<generator version="1.4.4">PunBB</generator>
	<id>http://forum.redump.org/topic/17527/disc-image-creator-gui-a-simple-effective-interface/</id>
		<entry>
			<title type="html"><![CDATA[Re: Disc Image Creator GUI - A Simple / Effective Interface]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/60535/#p60535" />
			<content type="html"><![CDATA[<p>Hey FatArnold </p><p>here is some crc32 check / then check if new disc or verify disc from redump...</p><p>import requests<br />import zlib<br />from bs4 import BeautifulSoup</p><p>#fn needs to be set from GUI </p><p>buffersize = 65536</p><p>with open(fn, &#039;rb&#039;) as afile:<br />&nbsp; &nbsp; buffr = afile.read(buffersize)<br />&nbsp; &nbsp; crcvalue = 0<br />&nbsp; &nbsp; while len(buffr) &gt; 0:<br />&nbsp; &nbsp; &nbsp; &nbsp; crcvalue = zlib.crc32(buffr, crcvalue)<br />&nbsp; &nbsp; &nbsp; &nbsp; buffr = afile.read(buffersize)</p><p>crc = (format(crcvalue &amp; 0xFFFFFFFF, &#039;08x&#039;))<br />#print (crc)</p><p>url1 = &quot;<a href="http://redump.org/discs/quicksearch/">http://redump.org/discs/quicksearch/</a>&quot;<br />r = requests.get(url1 + crc)<br />r.encoding = &#039;utf-8&#039;<br />soup = BeautifulSoup(r.text, &#039;html.parser&#039;)<br />soup2 = soup.find_all(&#039;title&#039;)<br />soup3 = [e.get_text() for e in soup2]<br />if str(&#039;Discs&#039;) in str(soup3):<br />&nbsp; &nbsp; print (&quot;This disc is a new entry to Redump DB!&quot;)<br />else:<br />&nbsp; &nbsp; print (&quot;This disc can be used to verify a Redump DB entry&quot;)</p>]]></content>
			<author>
				<name><![CDATA[number78]]></name>
				<uri>http://forum.redump.org/user/62576/</uri>
			</author>
			<updated>2018-05-07T10:24:54Z</updated>
			<id>http://forum.redump.org/post/60535/#p60535</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Disc Image Creator GUI - A Simple / Effective Interface]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/60391/#p60391" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>FatArnold wrote:</cite><blockquote><p>Thank you! </p><p>It&#039;s already <a href="https://github.com/FakeShemp/DIC-GUI">on github</a> but the code is quite terrible as I&#039;m a horrible coder and have so little time to work on it right now.</p><p>The flag system info is very useful, thanks. <img src="http://forum.redump.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></blockquote></div><p>Oh, cool it&#039;s python. Good work! I started knocking one up in Vb.net as I thought this project might be dead, but I think having sourcecode on git will lead to some collaboration. My vb.net version didn&#039;t have profiles yet, so it was pretty trashy <img src="http://forum.redump.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>i was thinking it might be cool to get crc after dump, then scrape redump search page to see if unique or verify, then make that visible in UI - but feature creep can be a trap!</p>]]></content>
			<author>
				<name><![CDATA[number78]]></name>
				<uri>http://forum.redump.org/user/62576/</uri>
			</author>
			<updated>2018-05-01T22:49:29Z</updated>
			<id>http://forum.redump.org/post/60391/#p60391</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Disc Image Creator GUI - A Simple / Effective Interface]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/60389/#p60389" />
			<content type="html"><![CDATA[<p>Thank you! </p><p>It&#039;s already <a href="https://github.com/FakeShemp/DIC-GUI">on github</a> but the code is quite terrible as I&#039;m a horrible coder and have so little time to work on it right now.</p><p>The flag system info is very useful, thanks. <img src="http://forum.redump.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[FatArnold]]></name>
				<uri>http://forum.redump.org/user/12451/</uri>
			</author>
			<updated>2018-05-01T22:18:15Z</updated>
			<id>http://forum.redump.org/post/60389/#p60389</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Disc Image Creator GUI - A Simple / Effective Interface]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/60382/#p60382" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>FatArnold wrote:</cite><blockquote><p>Just to give a quick update. I&#039;ve been working some on the GUI but I have very limited time to do so <img src="http://forum.redump.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></blockquote></div><p>Not sure, how I missed this post. You&#039;re doing fantastic work. I messaged you about the flagging system in case it&#039;s useful.</p><p>Would you be willing to publish this to github or somewhere similar?</p>]]></content>
			<author>
				<name><![CDATA[user7]]></name>
				<uri>http://forum.redump.org/user/6888/</uri>
			</author>
			<updated>2018-05-01T20:01:42Z</updated>
			<id>http://forum.redump.org/post/60382/#p60382</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Disc Image Creator GUI - A Simple / Effective Interface]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/59800/#p59800" />
			<content type="html"><![CDATA[<p>Just to give a quick update. I&#039;ve been working some on the GUI but I have very limited time to do so <img src="http://forum.redump.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>It works, you can dump discs with it and it supports various profiles. But it still has some bugs and missing features and needs some more work.</p><p><span class="postimg"><img src="https://i.imgur.com/skSsLU1.png" alt="https://i.imgur.com/skSsLU1.png" /></span></p>]]></content>
			<author>
				<name><![CDATA[FatArnold]]></name>
				<uri>http://forum.redump.org/user/12451/</uri>
			</author>
			<updated>2018-04-08T18:27:17Z</updated>
			<id>http://forum.redump.org/post/59800/#p59800</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Disc Image Creator GUI - A Simple / Effective Interface]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/59599/#p59599" />
			<content type="html"><![CDATA[<p>I encourage you to do this in order to help some casual guys with interesting CDs/DVDs in their hands that need dumping. Its time give one more step in order to attach some important dumps that are hard to find.</p>]]></content>
			<author>
				<name><![CDATA[diego-rbb-93]]></name>
				<uri>http://forum.redump.org/user/62589/</uri>
			</author>
			<updated>2018-03-31T21:15:02Z</updated>
			<id>http://forum.redump.org/post/59599/#p59599</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Disc Image Creator GUI - A Simple / Effective Interface]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/59594/#p59594" />
			<content type="html"><![CDATA[<p>Would be nice having a GUI.</p><p>No problem with the command line at all (as old AMIGA fan), but for the lazy ones among us (ME! <img src="http://forum.redump.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> ).</p>]]></content>
			<author>
				<name><![CDATA[retaliator]]></name>
				<uri>http://forum.redump.org/user/62449/</uri>
			</author>
			<updated>2018-03-31T16:34:12Z</updated>
			<id>http://forum.redump.org/post/59594/#p59594</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Disc Image Creator GUI - A Simple / Effective Interface]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/59585/#p59585" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>FatArnold wrote:</cite><blockquote><p>Just making a gui shouldn&#039;t be much too hard to make. I&#039;ll see if I can get something done.</p></blockquote></div><p>Awesome, best of luck. This will make life a lot easier for a good of good, common folk.</p>]]></content>
			<author>
				<name><![CDATA[user7]]></name>
				<uri>http://forum.redump.org/user/6888/</uri>
			</author>
			<updated>2018-03-31T14:30:19Z</updated>
			<id>http://forum.redump.org/post/59585/#p59585</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Disc Image Creator GUI - A Simple / Effective Interface]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/59570/#p59570" />
			<content type="html"><![CDATA[<p>Just making a gui shouldn&#039;t be much too hard to make. I&#039;ll see if I can get something done.</p>]]></content>
			<author>
				<name><![CDATA[FatArnold]]></name>
				<uri>http://forum.redump.org/user/12451/</uri>
			</author>
			<updated>2018-03-30T20:58:34Z</updated>
			<id>http://forum.redump.org/post/59570/#p59570</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Disc Image Creator GUI - A Simple / Effective Interface]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/59563/#p59563" />
			<content type="html"><![CDATA[<p>Not to forget, the list of commands (i.e. templates) should be smart - and contain a selection of the different parameters for the various versions of DIC and also an option for safe/slow dumping of scratched discs.</p><p>Until a gui is created these templates could be used to create batch files.</p>]]></content>
			<author>
				<name><![CDATA[rosewood]]></name>
				<uri>http://forum.redump.org/user/7347/</uri>
			</author>
			<updated>2018-03-30T15:18:26Z</updated>
			<id>http://forum.redump.org/post/59563/#p59563</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Disc Image Creator GUI - A Simple / Effective Interface]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/59562/#p59562" />
			<content type="html"><![CDATA[<p>I like both the idea of a GUI as well as the mockup <img src="http://forum.redump.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />I agree with rosewood, it could help to build a list of commands that would be run in each situation.</p><p>Here&#039;s hoping someone will work on this soon <img src="http://forum.redump.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></content>
			<author>
				<name><![CDATA[pool7]]></name>
				<uri>http://forum.redump.org/user/62596/</uri>
			</author>
			<updated>2018-03-30T15:14:53Z</updated>
			<id>http://forum.redump.org/post/59562/#p59562</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Disc Image Creator GUI - A Simple / Effective Interface]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/59561/#p59561" />
			<content type="html"><![CDATA[<p>This is a very good idea!<br />We should define a list with common DIC parameters for the various systems/disc types, and also for the programs to run after DIC.<br />That way the coder only has to take care of the GUI and doesn&#039;t have to figure out what commands/programs to call.</p>]]></content>
			<author>
				<name><![CDATA[rosewood]]></name>
				<uri>http://forum.redump.org/user/7347/</uri>
			</author>
			<updated>2018-03-30T15:11:33Z</updated>
			<id>http://forum.redump.org/post/59561/#p59561</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Disc Image Creator GUI - A Simple / Effective Interface]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/59556/#p59556" />
			<content type="html"><![CDATA[<p><span class="postimg"><img src="https://i.imgur.com/1uCYlQG.png" alt="https://i.imgur.com/1uCYlQG.png" /></span></p><p>Well here it is folks! Or here it <em>can</em> be, I should say. The GUI is simple, effective, and can do everything necessary that the DIC command line can.</p><p>Notes:<br />* Disc Type: This will call certain functions depending on the disc. For example, for PS1 it should also call psxt001z and edccchk and spit out logs for them.<br />* Command Prompt would serve as a status window similar to how DVD Decrypter displays what is going on.<br />* The copy buttons would copy all the necessary info from the dats to clipboard where it can easily be copied into the New Disc.</p><p>Will it get made?<br />The truth is those with the ability to code this are least in need of it. Over the past few months I&#039;ve brought contributers into redump and even moreso than buying a Plextor, they have distaste or inability for using the command line. Hell, even I stopped contributing to redump for 5+ years due to the switch to DIC. After using DIC I realized how GREAT an app it is... but the CLI is a complete insta-No for some people. I don&#039;t know how to code, and I don&#039;t know how difficult or easy it would be. So I&#039;m putting it here as a proposal, I hope somebody or somebodies is able to take this to the next step.</p>]]></content>
			<author>
				<name><![CDATA[user7]]></name>
				<uri>http://forum.redump.org/user/6888/</uri>
			</author>
			<updated>2018-03-30T01:56:56Z</updated>
			<id>http://forum.redump.org/post/59556/#p59556</id>
		</entry>
</feed>
