View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002786 | MMW v4 | Conversion/Leveling | public | 2007-01-24 19:45 | 2007-01-29 21:24 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0002786: Converted tracks don't appear in the db because screen doesn't refresh | ||||
Description | For all nodes except the location node, whenever the user converts/rips a trick, the node(s) containing the track don't update with the track, leading the user to wonder where it is. e.g. convert U2 - Where the Streets have no name (from Album: Joshua Tree) If the user is in the Joshua Tree node --> the converted track does not appear! | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Technical details: This is a little more complex issue. I think that it should be handled so that every node has a method assigned, where a template could look like: function BelongsToNode( SD:TSongListData; NodeData:TMusicTreeData) : boolean; If this is implemented for every type of node we have (i.e. artists, albums and even some more specific nodes), we could then in NotifySongDataUpdate() check whether a newly created (or modified) track belongs to the current tree node - and add it to the tracklist if needed. These functions should be in TreeManage.pas. Assigning to Petr, feel free to discuss over IM. |
|
resolved |