> Note that if you were to make up a home movie CD like this, you would
> also expect people to use the same software to play the AVIs that you
> have.
If you can pass commandline parameters to VLC, then perhaps the stand-
alone VLC Portable version from
http://www.portableapps.com could be
used - that way, you have no problems over ensuring the right codecs
and player are installed on machines on which it might be used.
It would appear you can use playlists, and the options are:
Playlist options
--random plays files randomly forever.
--loop loops playlist on end.
--repeat repeats the current item until another item is forced
--play-and-stop stops the playlist after each played item.
....but you can do it easier (?!?) than that again !
I just did a quick test here, and it would appear you can set up a
playlist _really_ easily with VLC and should be able to get it to
auto-run:
Download the portable version as above
Make a dummy directory somewhere to "build" the CD
Unpack VLC to the dummy directory
Copy the movies to the dummy directory
Run VLC, and create a playlist* of all the movies
Save the playlist to the dummy directory
Create a text file "autorun.inf" in the dummy directory in the format:
------
[autorun]
open=(path to the VLC executable) "\\playlist.m3u"
------
* you might need to edit the m3u playlist text to "\\filename.avi" for
all entries to get them to work properly
Try burning the contents of the directory to a CD, and hopefully,
Bob's your aunties' live in lover :-)