MantisBT - MPfm
View Issue Details
0000206MPfmLibrarypublic2011-12-24 09:212011-12-24 10:37
ycastonguay 
ycastonguay 
highfeatureN/A
resolvedfixed 
 
0.5.0.40.5.0.4 
0000206: Add the History object and methods to extract LastPlayed and PlayCount in MPfmGateway
These methods will be a bit different than the rest.
No tags attached.
Issue History
2011-12-24 09:21ycastonguayNew Issue
2011-12-24 09:21ycastonguayStatusnew => assigned
2011-12-24 09:21ycastonguayAssigned To => ycastonguay
2011-12-24 09:27svnCheckin
2011-12-24 09:27svnNote Added: 0000252
2011-12-24 09:28ycastonguayNote Edited: 0000252bug_revision_view_page.php?bugnote_id=252#r71
2011-12-24 09:28ycastonguayNote Edited: 0000252bug_revision_view_page.php?bugnote_id=252#r72
2011-12-24 10:19svnCheckin
2011-12-24 10:19svnNote Added: 0000256
2011-12-24 10:37ycastonguayStatusassigned => resolved
2011-12-24 10:37ycastonguayFixed in Version => 0.5.0.4
2011-12-24 10:37ycastonguayResolutionopen => fixed

Notes
(0000252)
svn   
2011-12-24 09:27   
(edited on: 2011-12-24 09:28)
The user admin has checked in files related to this issue (revision 184).

Comment:
MPfm 0.5.0.4
- Added the Setting and History objects to Library.
- Added the Settings methods in MPfmLibrary.
- Added the draft for the 1.00 to 1.01 database script update.

Related to issue 0000188, issue 0000203, issue 0000204, issue 0000205 and issue 0000206.

Files modified:
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm.Library/ConvertLibrary.cs
D MPfm/branches/current/MPfm.Library/Folder.cs
U MPfm/branches/current/MPfm.Library/Library.cs
U MPfm/branches/current/MPfm.Library/MPfm.Library.csproj
U MPfm/branches/current/MPfm.Library/MPfmGateway.cs
A MPfm/branches/current/MPfm.Library/Objects/
A MPfm/branches/current/MPfm.Library/Objects/Folder.cs
A MPfm/branches/current/MPfm.Library/Objects/History.cs
A MPfm/branches/current/MPfm.Library/Objects/Setting.cs
A MPfm/branches/current/MPfm.Library/Scripts/1.00-1.01.sql

(0000256)
svn   
2011-12-24 10:19   
The user admin has checked in files related to this issue (revision 185).

Comment:
MPfm 0.5.0.4
- Finished migration script for 1.00-1.01 database version.
- Added the database version check to the main form init (now updates the database structure by executing the migration scripts needed in a loop)
- Added the GetAudioFilePlayCountFromHistory and GetAudioFileLastPlayedFromHistory in the MPfmGateway class.

Related to issue 0000203, issue 0000205 and issue 0000206.

Files modified:
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm.Library/Library.cs
U MPfm/branches/current/MPfm.Library/MPfmGateway.cs
U MPfm/branches/current/MPfm.Library/SQLiteGateway.cs
U MPfm/branches/current/MPfm.Library/Scripts/1.00-1.01.sql