MantisBT - MPfm
View Issue Details
0000177MPfmPlayerpublic2011-12-20 20:112012-01-18 20:18
ycastonguay 
ycastonguay 
lowfeatureN/A
resolvedfixed 
 
0.5.1.20.5.1.2 
0000177: Add support for MusePack (*.MPC) audio files
Add the MusePack lossless audio file format to the list of supported audio file formats (*.MPC). The BASS library supports MusePack files through a plugin.
No tags attached.
Issue History
2011-12-20 20:11ycastonguayNew Issue
2011-12-20 20:11ycastonguayStatusnew => assigned
2011-12-20 20:11ycastonguayAssigned To => ycastonguay
2011-12-21 18:37ycastonguayTarget Version0.5.0.4 => 0.5.1.0
2011-12-24 13:56ycastonguayDescription Updatedbug_revision_view_page.php?rev_id=77#r77
2011-12-25 07:34ycastonguayTarget Version0.5.1.0 => 0.5.1.1
2011-12-28 17:59ycastonguayDescription Updatedbug_revision_view_page.php?rev_id=82#r82
2011-12-28 17:59ycastonguayDescription Updatedbug_revision_view_page.php?rev_id=83#r83
2012-01-02 10:35ycastonguayTarget Version0.5.1.1 => 0.5.1.2
2012-01-16 19:15ycastonguayNote Added: 0000357
2012-01-16 19:15ycastonguayDescription Updatedbug_revision_view_page.php?rev_id=95#r95
2012-01-16 19:23ycastonguayNote Deleted: 0000357
2012-01-16 21:31svnCheckin
2012-01-16 21:31svnNote Added: 0000358
2012-01-18 20:18svnCheckin
2012-01-18 20:18svnNote Added: 0000365
2012-01-18 20:18ycastonguayStatusassigned => resolved
2012-01-18 20:18ycastonguayFixed in Version => 0.5.1.2
2012-01-18 20:18ycastonguayResolutionopen => fixed

Notes
(0000358)
svn   
2012-01-16 21:31   
The user admin has checked in files related to this issue (revision 259).

Comment:
MPfm 0.5.1.2
- Finished working on the SV7Metadata and SV7Tag classes.
  The AudioFile class now loads SV7 and SV8 MPC files successfully.
- Re-enabled MPC files in the Player and Main window dialogs.

Related to issue 0000177 and issue 0000261.

Files modified:
U MPfm/branches/current/MPfm/Properties/AssemblyInfo.cs
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.resx
U MPfm/branches/current/MPfm.Core/Properties/AssemblyInfo.cs
U MPfm/branches/current/MPfm.Fonts/Properties/AssemblyInfo.cs
U MPfm/branches/current/MPfm.Library/Properties/AssemblyInfo.cs
U MPfm/branches/current/MPfm.Player/Player.cs
U MPfm/branches/current/MPfm.Player/Properties/AssemblyInfo.cs
U MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFile.cs
U MPfm/branches/current/MPfm.Sound/Properties/AssemblyInfo.cs
U MPfm/branches/current/MPfm.Sound/Tags/SV7Metadata.cs
U MPfm/branches/current/MPfm.Sound/Tags/SV7Tag.cs
U MPfm/branches/current/MPfm.Sound/Tags/SV8Metadata.cs
U MPfm/branches/current/MPfm.Sound/Tags/SV8Tag.cs
U MPfm/branches/current/MPfm.WindowsControls/Properties/AssemblyInfo.cs

(0000365)
svn   
2012-01-18 20:18   
The user admin has checked in files related to this issue (revision 270).

Comment:
MPfm 0.5.1.2
- Added MPC files to Update Library process and to the Sound Format filter in the Main form.

Related to issue 0000177.

Files modified:
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm.Library/ConvertLibrary.cs
U MPfm/branches/current/MPfm.Library/Library.cs
U MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFile.cs
U MPfm/branches/current/MPfm.WindowsControls/Library/SongGridView.cs