View Issue Details

IDProjectCategoryView StatusLast Update
0002786MMW v4Conversion/Levelingpublic2007-01-29 21:24
Reporterrusty Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0002786: Converted tracks don't appear in the db because screen doesn't refresh
DescriptionFor 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!
TagsNo tags attached.
Fixed in build

Activities

jiri

2007-01-27 17:03

administrator   ~0008508

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.

petr

2007-01-29 21:24

developer   ~0008513

resolved