View Issue Details

IDProjectCategoryView StatusLast Update
0002680MMW v4Playerpublic2006-11-27 15:23
Reporterjiri Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.0 
Fixed in Version3.0 
Summary0002680: Change algorithm of increasing Playcount
DescriptionIn order to properly support playback of Audio books and Podcasts we should also modify the algorithm of increasing Playcount of tracks. Currently it increases after 33% of track was played, but it doesn't make sense this way for audio books, it should only increase when track is fully played, i.e. end of track is reached.
Additional InformationIt should work the same way as in iTunes and iPod.
TagsNo tags attached.
Fixed in build1012

Relationships

has duplicate 0002726 resolvedrusty Player counter incorrectly indicates a song as 'played' when it has been paused 
related to 0011153 closedLudek Ability to easily restart playback of a bookmarked track 

Activities

jiri

2006-10-30 14:37

administrator   ~0008105

Technically, I think the code should be moved from mp3datab.pas to fullplayer.pas (see calling of IncreasePlayCounter()) and react properly to end of track.

Ludek

2006-11-20 18:21

developer   ~0008184

Resolved in revision 1823:

The code was moved to fullplayer._OnTrackEnd and in addition
together with the end reaching the track has to be played at least 1 minute of the track's total time (it doesn't hold for track lenght shorter than 1 minute).
So the implementation is better than in iTunes, because simple reaching of the track's end (by mouse dragging) is not enough so that the track would considered as played.

jiri

2006-11-21 14:01

administrator   ~0008186

As discussed over IM, this should be improved, particularly tracks that didn't start at their beginning (i.e. their last playback position was bookmarked) should be handled correctly.

Ludek

2006-11-27 15:23

developer   ~0008199

Resolved in revision 1860 together with implementation of 2678: Remember playback position.