Playing series of dvd titles

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
pgpoulsen
New Cone
New Cone
Posts: 6
Joined: 01 Jun 2011 23:35

Playing series of dvd titles

Postby pgpoulsen » 10 Jul 2011 21:47

Hi

I'm trying to make vlc play a series of dvd titles in sequence. Through a script I generate a playlist and feed it to vlc. The vlc command I run may look like this:
cvlc --sub-language da,en -f big_bang_theory_1_1.iso@2 big_bang_theory_3_1.iso@4 vlc://quit

Now, I don't think it is a surprise that I want it to play a couple episodes from a tv series. However, after the first episode has been played I end up at the title menu and has to click next to move on. It happens for most of the series I have (West Wing is the only series is where it doesn't happen).

I have doing something like:
for FILE in ${filelist} # filelist = (big_bang_theory_1_1.iso@2, big_bang_theory_3_1.iso@4)
do
cvlc --sub-language da,en -f ${FILE} vlc://quit
done

and adding --no-dvdnav-menu but that doesn't change a thing.

Hope somebody has some ideas.

Yours
/peter

Rémi Denis-Courmont
Developer
Developer
Posts: 15324
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Playing series of dvd titles

Postby Rémi Denis-Courmont » 11 Jul 2011 09:13

vlc --access dvdread
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 53 guests