View Issue Details

IDProjectCategoryView StatusLast Update
0006192MMW v4Properties/Auto-Toolspublic2010-06-03 16:58
ReporterLudek Assigned To 
PrioritynoneSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version3.2.1Fixed in Version3.2.1 
Summary0006192: Title field behaves strangely when editing track properties for CDs
Description1. 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
TagsNo tags attached.
Fixed in build1301

Relationships

parent of 0008050 closedLudek Freedb Artist field isn't assigned (regression) 

Activities

Ludek

2009-11-21 15:18

developer   ~0019752

Last edited: 2009-11-21 15:46

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 ' - '.

jiri

2009-11-23 13:14

administrator   ~0019753

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?

Ludek

2009-11-24 11:37

developer   ~0019759

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.

jiri

2010-06-02 14:14

administrator   ~0020212

Merged to build 1295.

peke

2010-06-03 16:58

developer   ~0020238

Verified 1295 and 1306