rainerc / cr-data-manager

Automatically exported from code.google.com/p/cr-data-manager
1 stars 0 forks source link

new pseudo-field dmLog #99

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
this could be handy:

sometimes you find that a book is not properly organized. Example given:

<<Format:Main Series>><<FilePath.ContainsNot:Main Series>>

In this case the DataManager cannot correct the problem but the DataManager 
could write a note to the log file. In this case such an action could be:

<<Format.Not:>><<FilePath.NotContains:{Format}>> => <<DmLog.Calc:'Warning: File 
(' + {Format} + ') is not properly organized at ' + {FileDirectory}>>

I could code it that way that these messages are written to the end of the log 
file and the user has it in a compact way to print it and check the books in 
the library. A sample log entry could look like:

Superman #1 (V1938) - Warning: File (Main Series) is not properly organized at 
c:\comics\Superman 1938
Superman #3 (V1938) - Warning: File (Main Series) is not properly organized at 
c:\comics\Superman 1938

Of course I could also set a tag but I don't like the idea of writing all the 
revert actions needed when the problem is fixed.

Original issue reported on code.google.com by rainer.c...@googlemail.com on 11 Jun 2013 at 8:47

GoogleCodeExporter commented 9 years ago
planned for release after 1.2.0

Original comment by rainer.c...@googlemail.com on 11 Jun 2013 at 8:48