Anonymous | Login | Signup for a new account | 2024-11-23 08:47 PST |
Main | My View | View Issues | Change Log | Roadmap | Repositories | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0000258 | MPfm | Sound | public | 2012-01-08 10:00 | 2012-01-10 18:02 | |||
Reporter | ycastonguay | |||||||
Assigned To | ycastonguay | |||||||
Priority | normal | Severity | feature | Reproducibility | N/A | |||
Status | resolved | Resolution | fixed | |||||
Platform | OS | OS Version | ||||||
Product Version | ||||||||
Target Version | 0.5.1.1 | Fixed in Version | 0.5.1.1 | |||||
Summary | 0000258: Add the SV8Metadata and SV8Tag classes to read MusePack SV8 header from MPC files | |||||||
Description | Specs are here: http://trac.musepack.net/trac/wiki/SV8Specification [^] The source code of MusePack can be useful: http://trac.musepack.net/trac/browser/libmpc/trunk/libmpcdec/streaminfo.c#L206 [^] | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Notes | |
(0000337) svn (developer) 2012-01-08 10:07 |
The user admin has checked in files related to this issue (revision 245). Comment: MPfm 0.5.1.1 MPfm 0.5.1.1 - Re-enabled MPC file support for testing with SV8 metadata. - Added the SV8Metadata and SV8Tag classes for reading SV8 MPC headers. Not finished yet, about 75% done. - Added the ID3v2Metadata and ID3v2Tag classes for reading ID3v2 tags in any audio files. Very early, about 5% done. Related to issue 0000258 and issue 0000259. Files modified: U MPfm/branches/current/MPfm/frmMain.Designer.cs U MPfm/branches/current/MPfm/frmMain.resx U MPfm/branches/current/MPfm.Player/Player.cs U MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFile.cs U MPfm/branches/current/MPfm.Sound/MPfm.Sound.csproj U MPfm/branches/current/MPfm.Sound/Playlists/PlaylistItem.cs U MPfm/branches/current/MPfm.Sound/Tags/APETag.cs A MPfm/branches/current/MPfm.Sound/Tags/ID3v2Metadata.cs A MPfm/branches/current/MPfm.Sound/Tags/ID3v2Tag.cs A MPfm/branches/current/MPfm.Sound/Tags/SV8Metadata.cs A MPfm/branches/current/MPfm.Sound/Tags/SV8Tag.cs |
(0000340) svn (developer) 2012-01-08 13:37 |
The user admin has checked in files related to this issue (revision 246). Comment: MPfm 0.5.1.1 - Added property grid comments for the AudioFile class. Minimal for now. - Added all properties based on item keys for APETag, but they aren't filled yet. - Finished work on Stream Header of SV8 metadata. Related to issue 0000257, issue 0000258, issue 0000260. Files modified: U MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFile.cs U MPfm/branches/current/MPfm.Sound/Tags/APETag.cs U MPfm/branches/current/MPfm.Sound/Tags/SV8Metadata.cs U MPfm/branches/current/MPfm.Sound/Tags/SV8Tag.cs |
(0000343) svn (developer) 2012-01-08 16:25 |
The user admin has checked in files related to this issue (revision 247). Comment: MPfm 0.5.1.1 - APEMetadata now fills all the properties of the APETag. - SV8Metadata and SV8Tag is 98% complete! ReplayGain and EncoderInfo are now done. Some testing needs to be done and then it will be 100% complete. Related to issue 0000257 and issue 0000258. Files modified: U MPfm/branches/current/MPfm.Sound/Tags/APEMetadata.cs U MPfm/branches/current/MPfm.Sound/Tags/APETag.cs U MPfm/branches/current/MPfm.Sound/Tags/SV8Metadata.cs U MPfm/branches/current/MPfm.Sound/Tags/SV8Tag.cs |
(0000344) svn (developer) 2012-01-08 16:56 |
The user admin has checked in files related to this issue (revision 248). Comment: MPfm 0.5.1.1 - Minor bug fixes on SV8Metadata. 99% done! Related to issue 0000258. Files modified: U MPfm/branches/current/MPfm/frmMain.cs U MPfm/branches/current/MPfm.Sound/Tags/SV8Metadata.cs |
(0000346) svn (developer) 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 |
(0000355) svn (developer) 2012-01-10 18:02 |
The user admin has checked in files related to this issue (revision 254). Comment: MPfm 0.5.1.1 - Completed the SV8Metadata/SV8Tag class! Related to issue 0000258. Files modified: U MPfm/branches/current/MPfm.Sound/Tags/SV8Metadata.cs U MPfm/branches/current/MPfm.Sound/Tags/SV8Tag.cs |
Issue History | |||
Date Modified | Username | Field | Change |
2012-01-08 10:00 | ycastonguay | New Issue | |
2012-01-08 10:00 | ycastonguay | Status | new => assigned |
2012-01-08 10:00 | ycastonguay | Assigned To | => ycastonguay |
2012-01-08 10:07 | svn | Checkin | |
2012-01-08 10:07 | svn | Note Added: 0000337 | |
2012-01-08 13:37 | svn | Checkin | |
2012-01-08 13:37 | svn | Note Added: 0000340 | |
2012-01-08 16:25 | svn | Checkin | |
2012-01-08 16:25 | svn | Note Added: 0000343 | |
2012-01-08 16:56 | svn | Checkin | |
2012-01-08 16:56 | svn | Note Added: 0000344 | |
2012-01-08 19:53 | svn | Checkin | |
2012-01-08 19:53 | svn | Note Added: 0000346 | |
2012-01-10 18:02 | svn | Checkin | |
2012-01-10 18:02 | svn | Note Added: 0000355 | |
2012-01-10 18:02 | ycastonguay | Status | assigned => resolved |
2012-01-10 18:02 | ycastonguay | Fixed in Version | => 0.5.1.1 |
2012-01-10 18:02 | ycastonguay | Resolution | open => fixed |
Copyright © 2000 - 2011 MantisBT Group |