Hi adder,
if you define your video directory as "/media/vdr/video0" you can add more partitions through linking them to "/media/vdr/video1", "/media/vdr/video2" aso
cheers,
mapovi
Thanks, Let me get this right, I would need to add a line Like this in the config file before make? And it's only one dir line instead of two separate lines.
VIDEODIR = /media/video/vdr, /media/0a9d41e6-f35b-44ac-ad34-1032739b24e7_/vdr, and so on
or
VIDEODIR = /media/vdr/video0, /media/0a9d41e6-f35b-44ac-ad34-1032739b24e7_/video1, and so on
And not like this
VIDEODIR = /media/vdr/video0
VIDEODIR = /media/vdr/video1
VIDEODIR = /media/vdr/video2
And so on
Or the third method is the line would just one like so
VIDEODIR = /media/vdr/video0
but make links only and vdr will take care of video1 automatically?
Which is the correct method above?