From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GXDLF-0004CS-V4 for garchives@archives.gentoo.org; Tue, 10 Oct 2006 08:52:02 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9A8nMMK003933; Tue, 10 Oct 2006 08:49:22 GMT Received: from desiato.digimed.co.uk (82-69-83-178.dsl.in-addr.zen.co.uk [82.69.83.178]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9A8lK3v005099 for ; Tue, 10 Oct 2006 08:47:21 GMT Received: from hactar.digimed.co.uk (hactar.digimed.co.uk [192.168.1.2]) by desiato.digimed.co.uk (Postfix) with ESMTP id C2B391C3C for ; Tue, 10 Oct 2006 08:43:12 +0100 (BST) Date: Tue, 10 Oct 2006 08:43:39 +0100 From: Neil Bothwick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] {OT} dvdrip permissions error, alternative? Message-ID: <20061010084339.67474334@hactar.digimed.co.uk> In-Reply-To: <49bf44f10610091708y237251f4p922a46bfa19a3e47@mail.gmail.com> References: <49bf44f10610050957q6a1758apded3e4b5ffce987@mail.gmail.com> <200610061736.10834.bss03@volumehost.net> <20061007175636.130ecc2a@hactar.digimed.co.uk> <20061008205645.5f9aa9bb.nick@rout.co.nz> <49bf44f10610081059h57eb31c4pf648a4dfe9de063c@mail.gmail.com> <20061009100237.3d598df4@krikkit.digimed.co.uk> <49bf44f10610090755k65e772e0jf1677c65694240ad@mail.gmail.com> <20061009161657.30b14684@hactar.digimed.co.uk> <49bf44f10610090942v732db493l5741893da96f80a3@mail.gmail.com> <20061009190703.3fd2226c@krikkit.digimed.co.uk> <49bf44f10610091708y237251f4p922a46bfa19a3e47@mail.gmail.com> Organization: Digital Media Production X-Mailer: Sylpheed-Claws 2.5.3 (GTK+ 2.8.20; x86_64-pc-linux-gnu) X-GPG-Fingerprint: 7260 0F33 97EC 2F1E 7667 FE37 BA6E 1A97 4375 1903 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_7a18kCzIND2522nXMrqff_N; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Archives-Salt: 9660acd0-16d8-421b-99d8-7e2a313fe954 X-Archives-Hash: cb6a0df323adf213bb0a69e8e185c7f1 --Sig_7a18kCzIND2522nXMrqff_N Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 9 Oct 2006 17:08:21 -0700, Grant wrote: > mount /dev/cdrom && vobcopy -m -o MOVIE_NAME && mkisofs -l -o > MOVIE_NAME.iso MOVIE_NAME && rm -rf MOVIE_NAME >=20 > How can I set that up in a script and execute just the script? #!/bin/bash mount /dev/dvd TITLE=3D$(vobcopy -I 2>&1 | awk '/DVD-name:/ {print $3}') vobcopy -m || exit mkisofs -dvd-video -V ${TITLE} -o ${TITLE}.iso ${TITLE} || exit umount /dev/dvd > This is also better for performance because the system won't have to > decrypt while it's playing right? That seems reasonable, although I've no idea how much effort is needed to decrypt a DVD once the key is known. --=20 Neil Bothwick "Bother", said Pooh, as he crossed the event horizon. --Sig_7a18kCzIND2522nXMrqff_N Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFK08wum4al0N1GQMRAl6KAJ9XsRsMfpHvCczu16ZLo8z8ThW8JQCfb019 vh20493aVyzWtKvPKzNFJhc= =48Yh -----END PGP SIGNATURE----- --Sig_7a18kCzIND2522nXMrqff_N-- -- gentoo-user@gentoo.org mailing list