public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] slightly ot
@ 2007-01-20 14:33 Kellystewart00
  2007-01-20 15:11 ` Thomas Lingefelt
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kellystewart00 @ 2007-01-20 14:33 UTC (permalink / raw
  To: Gentoo List

Good morning!
      I am looking to back up my dvd collection and have dvdrip but i have a lot of dvd's which are encrypted which poses a problem is there any way to get around this. (i know all this could be slightly less than 100% legal, but considering i own all copies i figure a backup isn't an issue).
       any suggestions would be greatly appreciated.

thanks in advance

kel
Sent via BlackBerry® from Vodafone  

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] slightly ot
  2007-01-20 14:33 [gentoo-user] slightly ot Kellystewart00
@ 2007-01-20 15:11 ` Thomas Lingefelt
  2007-01-21  6:03   ` Kellystewart00
  2007-01-20 15:39 ` Daniel Iliev
       [not found] ` <200701201949.10080.volker.armin.hemmann@tu-clausthal.de>
  2 siblings, 1 reply; 6+ messages in thread
From: Thomas Lingefelt @ 2007-01-20 15:11 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256



Kellystewart00@yahoo.com.au wrote:
> Good morning!
>       I am looking to back up my dvd collection and have dvdrip but i have a lot of dvd's which are encrypted which poses a problem is there any way to get around this. (i know all this could be slightly less than 100% legal, but considering i own all copies i figure a backup isn't an issue).
>        any suggestions would be greatly appreciated.
> 
> thanks in advance
> 
> kel
> Sent via BlackBerry® from Vodafone  
> 
media-libs/libdvdcss is a library you might want to look at.  portage's
description says "A portable abstraction library for DVD decryption."
Ive had no experience with it but this should be a step in the right
direction.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFsjEnUej1z0ta0fkRCLJOAKCTKDtPZmByyyoT22kyVrWfo9xg/wCgrSxh
3mYDFj7Lb5AUwS8V/It8gBQ=
=wWp1
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] slightly ot
  2007-01-20 14:33 [gentoo-user] slightly ot Kellystewart00
  2007-01-20 15:11 ` Thomas Lingefelt
@ 2007-01-20 15:39 ` Daniel Iliev
       [not found]   ` <loom.20070120T184310-371@post.gmane.org>
       [not found] ` <200701201949.10080.volker.armin.hemmann@tu-clausthal.de>
  2 siblings, 1 reply; 6+ messages in thread
From: Daniel Iliev @ 2007-01-20 15:39 UTC (permalink / raw
  To: gentoo-user

Kellystewart00@yahoo.com.au wrote:
> Good morning!
>       I am looking to back up my dvd collection and have dvdrip but i have a lot of dvd's which are encrypted which poses a problem is there any way to get around this. (i know all this could be slightly less than 100% legal, but considering i own all copies i figure a backup isn't an issue).
>        any suggestions would be greatly appreciated.
>
> thanks in advance
>
> kel
> Sent via BlackBerry® from Vodafone  
>
>   

emerge eix
update-eix
eix -C -c -n media-video | grep -i dvd

-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user]  Re: slightly ot
       [not found]   ` <loom.20070120T184310-371@post.gmane.org>
@ 2007-01-20 18:06     ` Bo Ørsted Andresen
  0 siblings, 0 replies; 6+ messages in thread
From: Bo Ørsted Andresen @ 2007-01-20 18:06 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1230 bytes --]

On Saturday 20 January 2007 18:46, James wrote:
> Daniel Iliev <danny <at> ilievnet.com> writes:
> > eix -C -c -n media-video | grep -i dvd
>
> That's a pretty cool search string.
> If I wanted to search the entire tree, why does this not work?
>
> eix -C -c -n * | grep -i dvd
>
> eix does not expand wildcards for matches?

It would be helpful if you would take just one look at `man eix` to see what 
the arguments do.

-n isn't necessary since eix will automatically disable colors when it detects 
a pipe (the | sign). -c just makes the output more compact. -C means you're 
specifying a category but * isn't a category..

Furthermore if you type the above command (assuming you're using bash) eix 
doesn't get an * at all because bash expands it before ever executing the 
command. Try typing `echo *` to see what bash expands it to.

But no, even if you escaped or quoted the * properly eix doesn't expand it. 
But if you don't use --exact it always assumes wildcards. Hence `eix -C -c 
video` results in the same output as `eix -C -c media-video`. And `eix -c` 
outputs everything in the tree.

Instead of the silly grep above I'd just search descriptions with -S though...

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] slightly ot
       [not found] ` <200701201949.10080.volker.armin.hemmann@tu-clausthal.de>
@ 2007-01-21  0:45   ` b.n.
  0 siblings, 0 replies; 6+ messages in thread
From: b.n. @ 2007-01-21  0:45 UTC (permalink / raw
  To: gentoo-user

Hemmann, Volker Armin ha scritto:
> On Saturday 20 January 2007 15:33, Kellystewart00@yahoo.com.au wrote:
>> Good morning!
>>       I am looking to back up my dvd collection and have dvdrip but i have
>> a lot of dvd's which are encrypted which poses a problem is there any way
>> to get around this. (i know all this could be slightly less than 100%
>> legal, but considering i own all copies i figure a backup isn't an issue).
>> any suggestions would be greatly appreciated.
>>
>> thanks in advance
> 
> AFAIR dvdrip should work with encrypted ones too.

I can confirm it does. Just make sure to have libdvdcss and the 
corresponding use flags.

m.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] slightly ot
  2007-01-20 15:11 ` Thomas Lingefelt
@ 2007-01-21  6:03   ` Kellystewart00
  0 siblings, 0 replies; 6+ messages in thread
From: Kellystewart00 @ 2007-01-21  6:03 UTC (permalink / raw
  To: gentoo-user

Thanks for the help there got everything running perfectly the libdvdcss sorted out my issues with encrypted dvds.
Sent via BlackBerry® from Vodafone  

-----Original Message-----
From: Thomas Lingefelt <tomtechguy@gmail.com>

Date: Sat, 20 Jan 2007 10:11:41 
To:gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] slightly ot


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256



Kellystewart00@yahoo.com.au wrote:
> Good morning!
>       I am looking to back up my dvd collection and have dvdrip but i have a lot of dvd's which are encrypted which poses a problem is there any way to get around this. (i know all this could be slightly less than 100% legal, but considering i own all copies i figure a backup isn't an issue).
>        any suggestions would be greatly appreciated.
> 
> thanks in advance
> 
> kel
> Sent via BlackBerry® from Vodafone  
> 
media-libs/libdvdcss is a library you might want to look at.  portage's
description says "A portable abstraction library for DVD decryption."
Ive had no experience with it but this should be a step in the right
direction.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFsjEnUej1z0ta0fkRCLJOAKCTKDtPZmByyyoT22kyVrWfo9xg/wCgrSxh
3mYDFj7Lb5AUwS8V/It8gBQ=
=wWp1
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-01-21  6:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-20 14:33 [gentoo-user] slightly ot Kellystewart00
2007-01-20 15:11 ` Thomas Lingefelt
2007-01-21  6:03   ` Kellystewart00
2007-01-20 15:39 ` Daniel Iliev
     [not found]   ` <loom.20070120T184310-371@post.gmane.org>
2007-01-20 18:06     ` [gentoo-user] " Bo Ørsted Andresen
     [not found] ` <200701201949.10080.volker.armin.hemmann@tu-clausthal.de>
2007-01-21  0:45   ` [gentoo-user] " b.n.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox