[MPlayer-users] Re: stupid dvd question.

Stefan Seyfried seife at gmane0305.slipkontur.de
Sat Jul 17 12:20:21 CEST 2004


On Tue, Jul 13, 2004 at 09:39:53AM +0200, Daniele Forghieri wrote:

> I ran in the problem of finding the right track to play (Aliens, it was 
> track 33!) and i resolve it installing the program lsdvd that prints, in 
> a fast way, all the lenght of the tracks of a DVD (among other information).
> 
> May be is possibile to write a script that launch lsdvd and than, 
> looking at the output, mplayer with the rigth (or the choosen) track.

#!/bin/bash
TRACK=`lsdvd | awk '/^Longest track:/ { print $3 }'`
echo $TRACK
mplayer -fs dvd://$TRACK
-- 
Stefan Seyfried




More information about the MPlayer-users mailing list