Robot Mode Logging

Everything related to MakeMKV
Post Reply
SidebandSamurai
Posts: 32
Joined: Thu Apr 12, 2012 7:52 pm

Robot Mode Logging

Post by SidebandSamurai »

Hello,

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 have noticed that i see "%1" and "%2" and sometimes as in the example above "%3"

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)",
Looks good so far but after that is what I am talking about:

Code: Select all

"Title #%1 was added (%2 cell(s), %3)","1","21","1:42:28"
Should the "%1", "%2", and "%3" variables show values instead of actual variable names "%1", "%2", and "%3"?

Thanks for your time

Sincerely,

Sideband Samurai
SidebandSamurai
Posts: 32
Joined: Thu Apr 12, 2012 7:52 pm

Re: Robot Mode Logging

Post by SidebandSamurai »

=-bump-=

Any ideas on this one?

Thanks for your time.

Sincerely,

SidebandSamurai
Post Reply