Created The New, The Played and the Unplayed (markdown)
parent
8f313cf54e
commit
fb671e762f
|
@ -0,0 +1,23 @@
|
||||||
|
## General
|
||||||
|
|
||||||
|
* When new feed items are added, they start as *new*
|
||||||
|
* Only exception: When a new feed is added, only the first feed item remains *new*, the other items are marked as *unplayed*
|
||||||
|
|
||||||
|
## No action
|
||||||
|
* Item media is auto downloaded
|
||||||
|
* Item's feed is auto refreshed
|
||||||
|
|
||||||
|
## New → unplayed
|
||||||
|
* User adds item to the queue
|
||||||
|
* User swipe item from new episodes
|
||||||
|
* User refreshes item's feed
|
||||||
|
* User downloads item's media
|
||||||
|
|
||||||
|
## New or unplayed → played
|
||||||
|
* User marks item (manually) as played
|
||||||
|
|
||||||
|
## Unplayed → played
|
||||||
|
* User swipe item from queue
|
||||||
|
* User swiped item from all episodes [item will stay on the list]
|
||||||
|
* User played item to the end
|
||||||
|
* Smart mark as played (item is played almost to the end)
|
Loading…
Reference in New Issue