MantisBT - MPfm
View Issue Details
0000167MPfmPlayerpublic2011-12-17 11:282011-12-18 13:53
ycastonguay 
ycastonguay 
highfeatureN/A
resolvedfixed 
 
0.5.0.20.5.0.2 
0000167: Create custom exceptions for player
Begin by making custom exceptions on the Play method which creates streams.
No tags attached.
Issue History
2011-12-17 11:28ycastonguayNew Issue
2011-12-17 11:28ycastonguayStatusnew => assigned
2011-12-17 11:28ycastonguayAssigned To => ycastonguay
2011-12-17 11:47svnCheckin
2011-12-17 11:47svnNote Added: 0000225
2011-12-18 13:53ycastonguayNote Added: 0000231
2011-12-18 13:53ycastonguayStatusassigned => resolved
2011-12-18 13:53ycastonguayFixed in Version => 0.5.0.2
2011-12-18 13:53ycastonguayResolutionopen => fixed

Notes
(0000225)
svn   
2011-12-17 11:47   
The user admin has checked in files related to this issue (revision 150).

Comment:
MPfm 0.5.0.2
- Player: Added custom exception (PlayerCreateStreamException) in the Play method.
- Cleaned up the log output in many classes.

Related to issue 0000167.

Files modified:
U MPfm/branches/current/MPfm/frmFirstRun.cs
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm.Library/Library.cs
U MPfm/branches/current/MPfm.Library/SQLiteGateway.cs
A MPfm/branches/current/MPfm.Player/Exceptions/
A MPfm/branches/current/MPfm.Player/Exceptions/PlayerCreateStreamException.cs
U MPfm/branches/current/MPfm.Player/MPfm.Player.csproj
U MPfm/branches/current/MPfm.Player/Player.cs
U MPfm/branches/current/MPfm.Sound/PeakFile.cs

(0000231)
ycastonguay   
2011-12-18 13:53   
More custom exceptions can be added later but for now it does the job perfectly (used on the Play, Stop and GoTo methods).