View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008387 | MMW v4 | DB/FileMonitor | public | 2011-09-16 02:48 | 2013-01-10 13:48 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | unable to reproduce |
Status | feedback | Resolution | reopened | ||
Product Version | 4.0 | ||||
Target Version | 4.1.1 | ||||
Summary | 0008387: File Monitor fails to add some files to the library | ||||
Description | User-reported problem that files fail to add to the library. Analysis of the logs by Jiri shows that in some cases, MM is notified of the existence of the track, but when it tries to scan it, it first calls FileExists() function, which return 'false'! This is similar to behavior on some NAS devices in which double-clicking a directory --> Error 'The directory is not available', and clicking it again --> content appears. i.e. the NAS doesn't give a response that would trigger the hourglass to appear in Explorer, even though it should. MM currently waits 3s post-notification before doing any action. A possible improvement in this case would be to try to check for networked files again a second time, in cases of failed FileExists(). Due to a risk of regressions, postponing beyond 4.0. | ||||
Additional Information | Report + multiple logs at: http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=60495#p311303 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
The debug log doesn't indicate any problem in MM. Since there haven't been any relevant code changes in MM, I don't think that there could be a regression. Anyway, asked for more info in the forum. |
|
Re-opening. Further investigation shows that the problem is related to the manner in which some NAS devices respond to file access requests. Description has been updated. |