MantisBT - MPfm
View Issue Details
0000271MPfmLibrarypublic2012-01-18 18:312012-01-19 11:05
ycastonguay 
ycastonguay 
normalfeatureN/A
resolvedfixed 
 
0.5.1.20.5.1.2 
0000271: Add the SampleRate and Bitrate columns to the AudioFile table
The AudioFile class already contains the properties, but they are not saved in the database.
No tags attached.
Issue History
2012-01-18 18:31ycastonguayNew Issue
2012-01-18 18:31ycastonguayStatusnew => assigned
2012-01-18 18:31ycastonguayAssigned To => ycastonguay
2012-01-18 19:16svnCheckin
2012-01-18 19:16svnNote Added: 0000361
2012-01-18 19:23svnCheckin
2012-01-18 19:23svnNote Added: 0000362
2012-01-18 19:27svnCheckin
2012-01-18 19:27svnNote Added: 0000363
2012-01-18 19:35svnCheckin
2012-01-18 19:35svnNote Added: 0000364
2012-01-18 19:35ycastonguayStatusassigned => resolved
2012-01-18 19:35ycastonguayFixed in Version => 0.5.1.2
2012-01-18 19:35ycastonguayResolutionopen => fixed
2012-01-19 11:05ycastonguaySummaryAdd the SampleCount and Bitrate columns to the AudioFile table => Add the SampleRate and Bitrate columns to the AudioFile table

Notes
(0000361)
svn   
2012-01-18 19:16   
The user admin has checked in files related to this issue (revision 265).

Comment:
MPfm 0.5.1.2
- Fixed a minor bug with the database version that was not updated in the Settings table for the 1.01 to 1.02 script.
- Added the 1.02 to 1.03 script:
  - Added the SampleCount and Bitrate columns to the AudioFiles table.

Related to issue 0000271.

Files modified:
U MPfm/branches/current/MPfm.Library/Library.cs
U MPfm/branches/current/MPfm.Library/MPfm.Library.csproj
U MPfm/branches/current/MPfm.Library/Scripts/1.01-1.02.sql
A MPfm/branches/current/MPfm.Library/Scripts/1.02-1.03.sql

(0000362)
svn   
2012-01-18 19:23   
The user admin has checked in files related to this issue (revision 266).

Comment:
MPfm 0.5.1.2
- Added an exception for database version 1.01 (related to the bug where the database version wasn't updated in the 1.01 to 1.02 script)

Related to issue 0000271.

Files modified:
U MPfm/branches/current/MPfm.Library/Library.cs

(0000363)
svn   
2012-01-18 19:27   
The user admin has checked in files related to this issue (revision 268).

Comment:
MPfm 0.5.1.2
- Quick fix on the 1.02 to 1.03 script (SampleCount should have been SampleRate!)

Related to issue 0000271.

Files modified:
U MPfm/branches/current/MPfm.Library/ConvertLibrary.cs
U MPfm/branches/current/MPfm.Library/Scripts/1.02-1.03.sql
U MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFile.cs

(0000364)
svn   
2012-01-18 19:35   
The user admin has checked in files related to this issue (revision 269).

Comment:
MPfm 0.5.1.2
- Bug fix in ConvertLibrary.ToAudioFile

Related to issue 0000271.

Files modified:
U MPfm/branches/current/MPfm.Library/ConvertLibrary.cs