MantisBT - MPfm
View Issue Details
0000174MPfmPlayerpublic2011-12-20 19:522011-12-20 22:37
ycastonguay 
ycastonguay 
normalfeaturealways
resolvedfixed 
 
0.5.0.30.5.0.3 
0000174: Add support for APE (*.APE) audio files
Add the APE lossless audio file format to the list of supported audio file formats (*.APE). The BASS library supports APE files through a plugin. TagLib supports reading the APE metadata.
No tags attached.
Issue History
2011-12-20 19:52ycastonguayNew Issue
2011-12-20 19:52ycastonguayStatusnew => assigned
2011-12-20 19:52ycastonguayAssigned To => ycastonguay
2011-12-20 19:55ycastonguaySummaryAdd support for APE audio files => Add support for APE (*.APE) audio files
2011-12-20 19:55ycastonguayDescription Updatedbug_revision_view_page.php?rev_id=61#r61
2011-12-20 22:36svnCheckin
2011-12-20 22:36svnNote Added: 0000240
2011-12-20 22:37ycastonguayNote Added: 0000241
2011-12-20 22:37ycastonguayStatusassigned => resolved
2011-12-20 22:37ycastonguayFixed in Version => 0.5.0.3
2011-12-20 22:37ycastonguayResolutionopen => fixed

Notes
(0000240)
svn   
2011-12-20 22:36   
The user admin has checked in files related to this issue (revision 173).

Comment:
MPfm 0.5.0.3 final
- Added support for APE files

Related to issue 0000174.

Files modified:
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm/frmMain.resx
U MPfm/branches/current/MPfm.Library/Library.cs
U MPfm/branches/current/MPfm.Player/Player.cs
U MPfm/branches/current/MPfm.Sound/AudioFile.cs

(0000241)
ycastonguay   
2011-12-20 22:37   
The metadata doesn't seem to be working but I think it's because APE files do not have metadata. TagLib must leave the tag values empty I guess.