Repeating one title from a DVD
Posted: 25 Aug 2006 00:17
I am streaming a DVD title (from file) to a remote TV, and when it ends, I want it to repeat the title. However, I'm finding that it goes to the DVD menu instead, where it sits forever waiting for user intervention. I can't seem to figure out how to trigger title repetition... does anybody have any ideas?
Here are some things I've tried:
using url syntax to specify the title:
using url syntax to specify a range of one title:
using url syntax to specify a range of one title with chapters:
using loop and repeat options combined with all of the above:
Any thoughts would be greatly appreciated.
VLC: 0.8.5
OS: FC4
Here are some things I've tried:
using url syntax to specify the title:
Code: Select all
dvd:///path/to/file@1
Code: Select all
dvd:///path/to/file@1-1
Code: Select all
dvd:///path/to/file@1:1-1:20
Code: Select all
--loop --repeat
VLC: 0.8.5
OS: FC4