From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Pzq7W-0005O1-Ed for garchives@archives.gentoo.org; Wed, 16 Mar 2011 12:46:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 286DC1C005; Wed, 16 Mar 2011 12:44:53 +0000 (UTC) Received: from smtpq3.tb.mail.iss.as9143.net (smtpq3.tb.mail.iss.as9143.net [212.54.42.166]) by pigeon.gentoo.org (Postfix) with ESMTP id DFAB51C005 for ; Wed, 16 Mar 2011 12:44:52 +0000 (UTC) Received: from [212.54.42.135] (helo=smtp4.tb.mail.iss.as9143.net) by smtpq3.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Pzq5s-0006oj-Ap for gentoo-user@lists.gentoo.org; Wed, 16 Mar 2011 13:44:52 +0100 Received: from 5353c7ed.cm-6-4d.dynamic.ziggo.nl ([83.83.199.237] helo=data.antarean.org) by smtp4.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Pzq5q-0005jw-PY for gentoo-user@lists.gentoo.org; Wed, 16 Mar 2011 13:44:50 +0100 Received: from localhost (localhost [127.0.0.1]) by data.antarean.org (Postfix) with ESMTP id 4566E304B for ; Wed, 16 Mar 2011 13:45:10 +0100 (CET) X-Virus-Scanned: amavisd-new at antarean.org Received: from data.antarean.org ([127.0.0.1]) by localhost (data.antarean.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id saHWztaL39sp for ; Wed, 16 Mar 2011 13:45:10 +0100 (CET) Received: from eve.localnet (eve.lan.antarean.org [10.20.13.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by data.antarean.org (Postfix) with ESMTPS id 05A26F0A for ; Wed, 16 Mar 2011 13:45:09 +0100 (CET) From: Joost Roeleveld To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Automation: Ripping DVDs to disk Date: Wed, 16 Mar 2011 13:44:49 +0100 User-Agent: KMail/4.6 beta4 (Linux/2.6.36-gentoo-r5; KDE/4.6.0; x86_64; ; ) In-Reply-To: <17E45FB3-077A-4CEA-ADDE-073092CD807F@stellar.eclipse.co.uk> References: <17E45FB3-077A-4CEA-ADDE-073092CD807F@stellar.eclipse.co.uk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Message-Id: <20110316124510.4566E304B@data.antarean.org> X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1Pzq5q-0005jw-PY X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-0.928, vereist 5, BAYES_00 -1.90, RDNS_DYNAMIC 0.98, T_RP_MATCHES_RCVD -0.01) X-ZiggoSMTP-MailScanner-From: joost@antarean.org X-Spam-Status: No X-Archives-Salt: X-Archives-Hash: 8e409ed6c67f9789e7042a4fbaa02e19 On Wednesday 09 March 2011 18:27:59 Stroller wrote: > I've got a Perl script to wrapper `dvdbackup && mkisofs`, reduce typing a > little and do some error-checking. It tries to preserve some of the DVD > metadata (TITLE &c), and you might find it handy if handing off > disk-swapping to your teenage progeny. My script is currently too ugly for > me to distribute widely - as soon as I finished I realised I want to > rewrite it from scratch - but I think it's fairly robust and if you want a > copy for your personal use only then email me off-list. In the next version > I'd like to remove the "unskippable" flag from all titles / chapters, as it > seems a little daft to have ripped all one's DVDs to a network RAID array, > and yet still have to suffer the dumb FBI warnings. All the Windows rippers > do this, so I assume it's possible to implement, but I have no idea how > difficult. Hi Stroller, I also would like to have a copy of your perl-script for this. It would make my life a lot easier trying to convert my dvd-collection. As for the "unskippable" flag, I wonder if the other tools "rebuild" the menu structure and remove it that way. I have in the past played with making dvd- menus myself and it wasn't too hard. (following the howtos) Thanks in advance, Joost