MantisBT - MPfm
View Issue Details
0000261MPfmSoundpublic2012-01-08 16:272012-01-18 18:32
ycastonguay 
ycastonguay 
normalfeatureN/A
resolvedfixed 
 
0.5.1.20.5.1.2 
0000261: Add the SV7Metadata and SV7Tag classes to read MusePack SV7 header from MPC files
Specs are here:
http://trac.musepack.net/trac/wiki/SV7Specification [^]

The source code of MusePack can be useful:
http://trac.musepack.net/trac/browser/libmpc/trunk/libmpcdec/streaminfo.c#L206 [^]
No tags attached.
Issue History
2012-01-08 16:27ycastonguayNew Issue
2012-01-08 16:27ycastonguayStatusnew => assigned
2012-01-08 16:27ycastonguayAssigned To => ycastonguay
2012-01-08 19:53svnCheckin
2012-01-08 19:53svnNote Added: 0000347
2012-01-10 17:34ycastonguayTarget Version0.5.1.1 => 0.5.1.2
2012-01-16 21:31svnCheckin
2012-01-16 21:31svnNote Added: 0000359
2012-01-18 18:31ycastonguayStatusassigned => resolved
2012-01-18 18:31ycastonguayResolutionopen => fixed
2012-01-18 18:32ycastonguayFixed in Version => 0.5.1.2

Notes
(0000347)
svn   
2012-01-08 19:53   
The user admin has checked in files related to this issue (revision 249).

Comment:
MPfm 0.5.1.1
- Added the SV7Metadata and SV7Tag classes for reading SV7 tags from MPC files. Still too early to be used (25% complete).
- Added the SV8TagNotFoundException to SV8Metadata.
- AudioFile: Added the SV8/SV7 try catch routine.

Related to issue 0000258 and issue 0000261.

Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmEditSongMetadata.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmEditSongMetadata.resx
U MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFile.cs
U MPfm/branches/current/MPfm.Sound/MPfm.Sound.csproj
A MPfm/branches/current/MPfm.Sound/Tags/SV7Metadata.cs
A 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

(0000359)
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