View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003122 | MMW v4 | Properties/Auto-Tools | public | 2007-06-18 09:14 | 2007-08-24 17:40 |
Reporter | petr | Assigned To | |||
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.0 | ||||
Fixed in Version | 3.0 | ||||
Summary | 0003122: Properties: conductor/composer dropdowns should show available composers & conductors | ||||
Description | As user mentioned http://www.mediamonkey.com/forum/viewtopic.php?t=18341, list of conductors is same as list of artists. We haven't standalone conductors list, so change this field from combo to simple edit. | ||||
Tags | No tags attached. | ||||
Fixed in build | 1063 | ||||
|
Fixed. Will be in 1044. |
|
Per discussion with Jiri, Composer and Conductor should behave in the same manner as Artist (i.e. the dropdown list for Composer should show other composers and the dropdown for Conductor should show other conductors). Jiri indicated that this would use the approach we use for Artists, i.e. a special table for them and linking them to individual tracks (then we can also support multiple values in these fields). |
|
Assigning to Jiri to properly specify. |
|
Fixed in build 1060. - Fixed: Composer, Conductor and Lyricist fields support multiple values now. - DB was changed so that Artists table is now used also for other types of roles (like Composer, Conductor, ...), see more description at http://www.jirihajek.net/MMwiki/index.php/Database_structure |
|
Assigning to Ludek to implement fixes necessary to support this in Queries. - use the description of DB structure above - this new structure should also simplify searches across whole DB for all fields - any person field (artist, composer, ...) can be looked up only in Artists table and Songs table doesn't have to be scanned for these. |
|
Fixed in build 1061. |
|
Tested in 1061. This is mostly working. The exception is that it hasn't been implemented for: a) in-place editing in the tracklist b) the advanced search panel (should be implemented for 'equals' or 'not equals' as a checklist |
|
Fixed in build 1062. |
|
Tested 1062: a) in-place editing in the tracklist works. b) the advanced search panel (should be implemented for 'equals' or 'not equals' as a checklist) for conductor/composer. FAILED. |
|
Fixed b) in build 1063. Note: The 'Conductor' field was not presented between available fields at all. I have added it above 'Lyricist' field. Note2: The query fields might need to reorder. |
|
Verified 1063. |