View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006192 | MMW v4 | Properties/Auto-Tools | public | 2009-11-21 14:57 | 2010-06-03 16:58 |
Reporter | Ludek | Assigned To | |||
Priority | none | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 3.2.1 | Fixed in Version | 3.2.1 | ||
Summary | 0006192: Title field behaves strangely when editing track properties for CDs | ||||
Description | 1. Insert a CD into library 2. Right-click firt track and select 'Properties' 3. Change Track Title field to 'title - 1' 4. close properties and hit F5 to refresh view => strange thing happens 'title' is in Artist field and '1' remains in Title field, MM somehow automatically splitted out the 'title - 1' between Artist and Title fields for unknown reason | ||||
Tags | No tags attached. | ||||
Fixed in build | 1301 | ||||
|
Hmm, watching the code it is supposed to be a feature: "split artist and track name in case of various artists CD" In this case I think we should take the approach from "Auto-tag from Web" feature and consider the CD to be various artist CD only if _all_ the tracks contain ' - '. Another possibility is to leave this issue unchanged, because it is a very rare case to have track titles including ' - '. |
|
I'm not sure where exactly is this in the code, but it probably shouldn't happen after title edit, it's rather supposed to work when reading filenames, isn't it? |
|
It is in CDUtils.pas when reading data from CDPlayer.ini file. The code is there since we start use SVN, i.e. it is there from the ages when you were the only MM developer. Fixed in build 1301 this way: Title is now splitted between artist and track name only if artist is empty. |
|
Merged to build 1295. |
|
Verified 1295 and 1306 |