I have been playing with your program, and I like what I see so far. I am working from the command line to basically create a script that will rip my dvd collection. This script will be in Python.
Looking at the logging files I have created, I see lines like the example below:
Code: Select all
MSG:3028,0,3,"Title #1 was added (21 cell(s), 1:42:28)","Title #%1 was added (%2 cell(s), %3)","1","21","1:42:28"
MSG:3028,0,3,"Title #11 was added (1 cell(s), 0:08:31)","Title #%1 was added (%2 cell(s), %3)","11","1","0:08:31"
I can see in the first part of this messsage it displays it correctly up until the Comma, after the comma, I see the "%" variables is this normal? or should values actually exist here.
for example:
Code: Select all
MSG:3028,0,3,"Title #1 was added (21 cell(s), 1:42:28)",
Code: Select all
"Title #%1 was added (%2 cell(s), %3)","1","21","1:42:28"
Thanks for your time
Sincerely,
Sideband Samurai