View Issue Details

IDProjectCategoryView StatusLast Update
0013573MMW 5Now Playingpublic2017-11-02 13:20
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version5.0 
Summary0013573: Visual bookmark indicator like in MMA
DescriptionOriginally reported as item 5b here: #13535

For podcasts, videos, audiobooks and bookmarkable content there's no bookmarking/play progress indicator, so users have no idea whether a track has been listened to or not (or to what extent).

Attached screenshot how MMA implements it.
Would be nice to have also in MM5 (in "simple list", "now playing" and "episodes view")
TagsNo tags attached.
Attached Files
Bookmark.png (2,630 bytes)   
Bookmark.png (2,630 bytes)   
capture_18102017_154052.png (54,987 bytes)   
capture_18102017_154052.png (54,987 bytes)   
Fixed in build2082

Activities

Ludek

2016-10-06 17:53

developer   ~0045842

Assigned to Jiri for review/prioritize/assign

jiri

2016-10-07 06:58

administrator   ~0045851

It'd definitely make sense to add this also to MM5. Feel free to decrease priority, should there be any issues in implementation though.

Ludek

2017-01-30 14:19

developer   ~0047111

Implemented in 2059

jiri

2017-10-18 14:47

administrator   ~0048989

The indicator (sometimes?) appear even for tracks that don't have bookmarking enabled. E.g., for Music type I have bookmarking disabled, but the indicator appears in the tracklist in Album popup (see attached image).

Ludek

2017-11-01 11:00

developer   ~0049099

Last edited: 2017-11-01 11:04

I cannot replicate at all, could you please debug what is going wrong?
It is templates.bookmarkFunc() binding, the only idea I have is that it could be issue with item cloning, because controlClass is not cloned and it uses 'ProgressLine' control class.
But watching that 'TracklistGrid' has this.itemCloningAllowed = false in initialize() so it probably isn't caused by cloning?

Ludek

2017-11-01 11:14

developer   ~0049100

I see, it appears for tracks that had been bookmarkable once upon a time, but are no longer bookmarkable.

Fixed in 2082.

jiri

2017-11-02 13:20

administrator   ~0049105

Verified.