Page 1 of 1

Passing parameters through playlist file

Posted: 09 Jun 2008 20:03
by emptyhead
Hi,

I've been wondering if it were possible to pass command line parameters through playlist file, i.e. I would like to achieve following:
vlc myplaylistfile.xxx
which would be the same as, let say:
vlc myfile.avi --access-filter timeshift

thanks in advance
emptyhead

Re: Passing parameters through playlist file

Posted: 10 Jun 2008 21:12
by RĂ©mi Denis-Courmont
That's called a shell script (or a batch file on Windows). Passing options through playlist files is not allowed because it would open security holes.