View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005884 | MMW v4 | DB/FileMonitor | public | 2009-07-20 17:13 | 2010-12-12 03:50 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.1 | ||||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0005884: Scanning errors should be logged | ||||
Description | When 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 Information | Rationale at: http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=5324 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1301 | ||||
|
Note that there should be an option to not show this dialog the next time (maybe unless there's an error encountered?). |
|
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. |
|
Verified 1334 |