MantisBT - MPfm
View Issue Details
0000278MPfmUI | Windows | Main Window | Song Browserpublic2012-01-25 14:252012-01-25 14:41
ycastonguay 
ycastonguay 
normalfeatureN/A
resolvedfixed 
 
0.5.2.00.5.2.0 
0000278: If the same album in different file formats must be displayed, group albums by file format
This is related to the "All" sound format filter. The Song Browser currently displays the songs next to each other:

01 - Song 1 (MP3)
01 - Song 1 (FLAC)
02 - Song 2 (MP3)
02 - Song 2 (FLAC)
(...)

Instead, the files of the same format should be grouped by file format:

01 - Song 1 (MP3)
02 - Song 2 (MP3)
---------------------
01 - Song 1 (FLAC)
02 - Song 2 (FLAC)
(...)
No tags attached.
related to 0000190resolved ycastonguay Add the "All" sound format filter 
Issue History
2012-01-25 14:25ycastonguayNew Issue
2012-01-25 14:25ycastonguayStatusnew => assigned
2012-01-25 14:25ycastonguayAssigned To => ycastonguay
2012-01-25 14:25ycastonguayRelationship addedrelated to 0000190
2012-01-25 14:41svnCheckin
2012-01-25 14:41svnNote Added: 0000383
2012-01-25 14:41ycastonguayStatusassigned => resolved
2012-01-25 14:41ycastonguayFixed in Version => 0.5.2.0
2012-01-25 14:41ycastonguayResolutionopen => fixed
2012-04-17 19:11ycastonguayCategorySong Browser => Window - Main - Song Browser
2012-04-21 09:58ycastonguayCategoryWindow - Main - Song Browser => UI - Windows - Main Window - Song Browser
2012-04-22 10:09ycastonguayCategoryUI - Windows - Main Window - Song Browser => UI | Windows | Main Window | Song Browser

Notes
(0000383)
svn   
2012-01-25 14:41   
The user admin has checked in files related to this issue (revision 279).

Comment:
MPfm 0.5.2.0
- Main form: Added the "All" sound format filter
- Library: Added orderby for file format (when using the "All" sound format filter).
- Settings: Fixed bug when resetting to default values.
- Put the new update library in comments for now since it has been postponed.

Related to issue 0000190 and issue 0000278.

Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmSettings.cs
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.Library/UpdateLibrary/UpdateLibrary.cs
U MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFile.cs
U MPfm/branches/current/MPfm.WindowsControls/Audio/WaveFormDisplay.cs
U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj