Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: how can i use 2 directories for vdr?



Klaus Wolf wrote:
> 
> Hi,
> 
> today i startet to test the following:
> 
> -2 PCs running dvb0.8.x + vdr0.7.2 and
> -both connected over network via nfs
> 
> My Goal is to get access to all recordings from PC1 and PC2!
> 
> PC1 exports its video directory over nfs
> ----------------------------------------
> 
> /etc/exports
> ------------
> /video lux(rw,no_root_squash)
> 
> PC2 imports the video directory over nfs
> ----------------------------------------
> 
> mount -t -nfs 192.168.1.67:video /video1
> vdr uses video0 directory
> 
> so i have:
> 
> /video0
> /video1
> 
> then i want to use both recordings and starts vdr like told in the manual.
> 
> ./vdr -v /video0
> 
> (in this mode i can only access the video of video0 PC 2)
> The doku says: with ./vdr -v /video0 i can use all directories from video0
> to video1...
> 
> ./vdr -v /video1
> 
> (in this mode i can only access the video of video1 PC 1)

When VDR uses more than one directory it always stores the basic
information in the _first_ directory, and links to data files in
the other directories. So if you have _two_ video directories that
have previously been used separately, you can't join them together
just like that. VDR can only use several video directories if the
recordings were also stored with the same group of directories.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


--- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index