View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004034 | MMW v4 | Properties/Auto-Tools | public | 2007-11-27 10:29 | 2007-12-10 01:58 |
Reporter | petr | Assigned To | |||
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.0 | ||||
Fixed in Version | 3.0 | ||||
Summary | 0004034: Regression : auto-organize fails to generate correct file name in some cases | ||||
Description | This issue is well described here : http://www.mediamonkey.com/forum/viewtopic.php?t=22952 For example : - mask is <Title> - in title field is "Unending..." New file name should be "Unending....mp3", but auto-organizer generates name "Unending.mp3". | ||||
Tags | No tags attached. | ||||
Fixed in build | 1115 | ||||
|
Fixed in 1110. |
|
Tested 1115 and it seems to be resolved in the case of the Title field, however, if Album is 'Revolver...' and there's a mask /<Artist>/<Album>/ then the ... is truncated. Is that supposed to happen? |
|
It's correct, because folder name in windows system can't contain an dot at the end (so 'Revolver...' must be changed to 'Revolver'). |
|
Verified 1115 |
|
This problem occurs when "\" is at the beginning of the subdirectory mask. Will be fixed in 1115. |
|
Verified 1116. |