2013-03-26, 05:21
Version 0.2.7:
* Added new QA test, qa.file (yes/no, default:no) to check if the underlying video file still exists. Won't initiate remove/rescan in qax, obviously , and is thus purely informational.
* Added "Duplicate" statistic summary class shown at the end of c/C. This is for when the same artwork is used multiple times. Rather than attempting to re-cache the same item as it is referenced each time by different media (which is pointless, and worse, with the C option could result in the same image being removed then re-cached multiple times), the script now remembers each image item as it is referenced during the current run, and will only cache an image once, quickly ignoring any duplicate references, resulting in improved run-times.
* Tidied up logging, c/C statistics (now with added key), and a little bit of code refactoring (hope it didn't break anything...)
* Added new QA test, qa.file (yes/no, default:no) to check if the underlying video file still exists. Won't initiate remove/rescan in qax, obviously , and is thus purely informational.
* Added "Duplicate" statistic summary class shown at the end of c/C. This is for when the same artwork is used multiple times. Rather than attempting to re-cache the same item as it is referenced each time by different media (which is pointless, and worse, with the C option could result in the same image being removed then re-cached multiple times), the script now remembers each image item as it is referenced during the current run, and will only cache an image once, quickly ignoring any duplicate references, resulting in improved run-times.
* Tidied up logging, c/C statistics (now with added key), and a little bit of code refactoring (hope it didn't break anything...)