« get me outta code hell

http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/src/pickers.js
AgeCommit message (Collapse)Author
2018-03-14Add alphabetic sortFlorrie
This automatically flattens the playlist, so you don't need to pass --flatten-tracks if you also pass --sort a-z. Unfortunately this means there's no particularly convenient way to sort groups alphabetically.
2017-10-29Add track number to status line and make status line more consistentFlorrie
This does two big things - there's a few changes in pickers.js to support track numbers (and a new supporting function in playlist-utils.js), and some changes in loop-play.js to make the status line formatting consistent regardless of the active player.
2017-10-12Add --start-at option and 'track version' conceptFlorrie
2017-09-18Track-specific converter optionsFlorrie
See todo.txt, changes in the man page, and this example: https://gist.github.com/towerofnix/9b1853ee74d30357e1b59d22c59aba2f
2017-09-13Make indexer code actually index the playlist (via updatePlaylistFormat)Florrie
2017-09-07Rename pickers2.js to pickers.jsFlorrie
2017-08-11Throw errors when a bad sort/loop mode is givenFlorrie
2017-08-11CleanupFlorrie
2017-08-11Make group-shuffle actually workFlorrie
2017-08-11Completely re-implement pickersFlorrie
2017-08-10Make pickers slightly more self-contained; add new pickers and change old ↵Florrie
ones, which now support just about any spelling variant
2017-07-19Fix ordered pickerliam4
2017-07-15Fix up http-music.js's controls and optionsLiam
2017-07-15Begin updating the playlist formatLiam
2017-05-31ProgressLiam
2017-05-31Modularize it allLiam