View Issue Details

IDProjectCategoryView StatusLast Update
0005884MMW v4DB/FileMonitorpublic2010-12-12 03:50
Reporterrusty Assigned To 
PriorityurgentSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version3.1 
Target Version4.0Fixed in Version4.0 
Summary0005884: Scanning errors should be logged
DescriptionWhen a scan occurs (manually or via file monitor), if tracks are scanned but do not import into the MM library (e.g. because they are corrupted), MM should return an error indicating which tracks failed to scan and why.

This should be implemented via the error logging framework. e.g. after scan is complete, show:
Log:
----------------------------------------------------------
Library now has x files. Search and update took hh:mm:ss.
Imported xx new files.
Updated yy files.
Did not import zz files (did not match import criteria).
Failed to import zz files.
----------------------------------------------------------
[ ] Show details. [OK]
----------------------------------------------------------

If show details is checked, then the log for each of the categories should be shown (beginning with tracks that failed / didn't import).

Additional InformationRationale at: http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=5324
TagsNo tags attached.
Fixed in build1301

Relationships

related to 0005354 closedpetr Scanning playlist with tracks in empty CD/DVD drive should not show up error dialogs 
related to 0000051 closedLudek Errors interrupt Caching/Normalization/Conversion/Synchronization Operations 
child of 0006219 closedLudek Synchronization errors should be logged 

Activities

jiri

2009-11-02 16:40

administrator   ~0019485

Note that there should be an option to not show this dialog the next time (maybe unless there's an error encountered?).

Ludek

2009-11-23 18:07

developer   ~0019755

Last edited: 2009-11-23 18:08

Ok, I have implemented it this way. At the end of the scan process there is this dialog:

--Scan results----------------------
Library now has A files
Search and update took hh:mm:ss
Imported B new files
Updated C files
Did not import D files (did not match import criteria)
Failed to import E files

[ ] Don't show this again

[Show errors] [OK]
----------------------------------------------------------

but [Show errors] button is shown only if E > 0 ,i.e. if there is at least one file that has failed to import.

Added in build 1301.

peke

2010-12-12 03:50

developer   ~0021752

Verified 1334