Sure there is.... Just need to use some batch scripting....you can make it prompt for the movie title and year and then just run the script each time you put a new disc in the dvd drive...here's a example:
The example below creates a custom folder for the movie destination based on the name and year. Then it rips the movie only (not the disc) to ipad mpg4 and then finishes and runs again ripping the full disc to .iso format. The output could easily be set to other types destination.
**NOTE Even as of 8/3 I use version 8 because version 9 seems very buggy with command line processes.
set dest=z:\movies
set program=C:\Program Files (x86)\DVDFab 8 QT\
Set /P year=Enter film year^>
Set /P show=Enter film name^>
Comment