View Issue Details

IDProjectCategoryView StatusLast Update
0002729MMW v4DB/FileMonitorpublic2007-09-03 13:09
Reporterjiri Assigned To 
PriorityimmediateSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version3.0 
Fixed in Version3.0 
Summary0002729: Add LastModified field to MM DB
DescriptionFor several potential use in MM it would be useful to know the last time any track property was modified. So we need:
 1. To add a new DB float field TrackModified
 2. On any track property modification in MM (mainly using StoreSongIntoDB(), but including other modifications, like IncreasePlayCounter()) set this field to the current time.
 3. On update from pre MM 3.0 versions fill this field by values from FileModified field.
 4. This field won't ever be visible to user and so can only be retrieved from DB when needed, doesn't have to be physically present in TSongListData structure, just as a property.
TagsNo tags attached.
Fixed in build1067

Relationships

related to 0002638 resolvedjiri Files synch unnecessarily to iPod when synch timestamp < track timestamp 
child of 0002517 closedpetr Implement proper upgrade from Access to SQLite DB 

Activities

petr

2006-12-18 19:51

developer   ~0008319

done

jiri

2006-12-18 20:07

administrator   ~0008320

3) Should be implemented when 0002517 is finished.

rusty

2007-08-12 05:04

administrator   ~0010104

Shouldn't we do this now (before beta builds)? Setting to immediate.

petr

2007-08-31 01:29

developer   ~0010422

Item 3 was fixed. Will be in 1067.

rusty

2007-09-03 13:09

administrator   ~0010462

Closing--not tested.