Is there a solution to my problem:
I have set up a VoD solution using a Hauppage MVP, on which I can play transcoded AVI files. The transcoding is done using VLC on a Linux machine started with the telnet interface. Feeding a filename etc. works fine for all filenames, even with spaces in them, but not if the file is contains an apostrophy like in "My friends' wedding.avi". In that case I always get the error "incomplete command".
An example:
> new mvpmc broadcast enabled
> setup mvpmc input '/opt/films/More Day's Light.avi'
Incomplete command : Light.avi'
So VLC recognises the apostrophy and considers it the end of the command. I have tried using double quotes around the filename, but that doesn't help either:
> setup mvpmc input "/opt/films/More Day's Light.avi"
Incomplete command : "/opt/films/More Day's Light.avi"
Or using an escape character on the filename:
> setup mvpmc input '/opt/films/More Day\'s Light.avi'
Incomplete command : Light.avi'
Does anybody have an idea about this one?
I am using VLC 0.8.5 on a Mandriva 2006 system.