ripshow.sh 377 B

12345678910111213141516
  1. #!/bin/bash
  2. #read $ISO
  3. echo "Which track to rip?"
  4. read track
  5. echo "track = #$track"
  6. echo "What Series is this?"
  7. read series
  8. echo "Series: $series"
  9. echo "Which disc # is this?"
  10. read disknum
  11. echo "This is disk #$disknum"
  12. # I was able to rip all the movies I had using:
  13. mplayer dvdnav://$track -dvd-device /dev/sr0 -dumpstream -dumpfile `pwd`"/"$series"_D"$disknum"E"$track.mpg