View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000176 | MMW v4 | DB/FileMonitor | public | 2003-03-09 21:53 | 2013-02-05 20:00 |
Reporter | rusty | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Summary | 0000176: 'Add files' scans for D: and E: even if they're explicity _not_ selected | ||||
Description | If the user clears the db, and then does a complete scan of C: (deselecting cd D: and E:), the scan proceeds successfully, except that: 1) if cds are present, the app scans the cds even though they were explicitly excluded from the scan 2) if cds aren't present, the app scans something (I don't know what) and returns: 'Problem scanning directory ?:\track10.cda' If I press cancel, it then does the same for tracks 1-15 on drive D: Note: This is probably caused by a winamp temporary playlist that was created when I played a CD. A simple solution would be to not try to import files from fixed drives for playlists since this is extremely unreliable since one can not depend on the 'correct' disk being in the fixed drive. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
related to | 0000827 | new | MMW 5 | Add folders logic is flawed: cannot add directory without subdir |
|
What if playlist entries would be imported only if they are on the same drive as the playlist. I think it would make sence. |
|
Good idea. The only exception to this would be if the user has 2 hard drives (e.g. C: and D:) and playlists are all on C:, but some of the music referred from the playlists is on D:). |
|
Maybe it will be better to check if the referenced file exists and ignore it only if it doesn't exist, regardless its drive&path. |
|
How about, check if the referenced file exists only if the path to the file is in the 'path list' of auto-scanned directories? Note: I think that this is better, but I'm ok with either solution. |