Problem: Say I have a video spanned over 2 files (vid001.avi & vid002.avi) and each file is on a seperate CD/DVD. If the 2 files are in the same directory my player will automatically play the second file after the first, but since the files are on different CD's this will not work.
I would like to join these CD's to one (virtual) directory so that my player starts playing the second file after the first, but without copying te files.
I already tried things with hardlinks (softlinks won't work, as far as I know), but there seem to be too many restrictions.
Any ideas?