Updated Sorting criteria (markdown)

Scott Smith 2018-05-02 14:39:46 -07:00
parent ee0c29a106
commit 48ce81ac26
1 changed files with 2 additions and 1 deletions

@ -16,7 +16,8 @@ With the advanced sort, you can select the sorting criterion and order (ascendin
* **Date (Asc/Desc)** - Order by episode publication date (case insensitive)
* **Duration (Asc/Desc)** - Order by episode duration
* **Episode Title (Asc/Desc)** - Order by episode title (case insensitive).
* **Feed Title (Asc/Desc)** - Order by feed title (case insensitive). _NOTE: There is no secondary sort field involved here, so episodes within a feed will be grouped together, but in no particular order(?). Perhaps this sort should involve a second field (e.g. Date:Asc) so that resulting episode order is deterministic. I like the idea in "Media Type" below of using the previous sorting criterion as the secondary key; that's simpler than implementing a complicated Excel-style sort fields UI_
* **Feed Title (Asc/Desc)** - Order by feed title (case insensitive).
_NOTE: There is no secondary sort field involved here, so episodes within a feed will be grouped together, but in no particular order(?). Perhaps this sort should involve a second field (e.g. Date:Asc) so that resulting episode order is deterministic. I like the idea in "Media Type" below of using the previous sorting criterion as the secondary key; that's simpler than implementing a complicated Excel-style sort fields UI_
* **Random** - Rearranges the items in the queue randomly.
* **Smart Shuffle (Asc/Desc)** - Orders podcasts by publication date, alternating between feeds (in round-robin fashion) to avoid clusters of consecutive episodes from a single feed.
* **Feed Priority** - (implemented?) Order according to the priority you gave to the feed, highest first.