I am writing a script on my ubuntu server that runs xbmc, to automate the rip process and properly rename files. Since makemkvcon dose not allow you to name your own titles, I have my script rename it. One problem is that "makemkvcon info " is very slow at getting disk data. So I use lsdvd to gather disk data and use that data in my script. The only problem is when I run lsdvd the name comes up like so:
THE_BIG_BANG_THEORY_SEASON_1_D1
But when I run makemkvcon it says the disc name is:
THE_BIG_BANG_THEORY_SEASON_1_Disc1
That is just and example that should show they are different in some way.
So my big question is how, or what does, makemkvcon use to pull the disk name.
P.S. My feature request would be to be able specify the output file name. It would make scripting dvd rips a lot easier.
Any help would be great.
Thanks