Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-05 | Re-export getItemPath (fixes download-playlist) | Florrie | |
2017-10-29 | Add track number to status line and make status line more consistent | Florrie | |
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-25 | Add way to search whole playlist for a particular name | Florrie | |
Try play -c -k '?My Album Name' to make http-music only play the group with the name 'My Album Name', no matter where it is in the playlist! | |||
2017-10-25 | Make -k and -x fail when the passed group path is not perfectly found | Florrie | |
2017-10-12 | Add --start-at option and 'track version' concept | Florrie | |
2017-09-28 | Add --filter | Florrie | |
2017-09-26 | Add --collapse-groups option | Florrie | |
2017-09-20 | Show path to track's parent in track info - not including the track, which ↵ | Florrie | |
is redundant | |||
2017-09-13 | Make indexer code actually index the playlist (via updatePlaylistFormat) | Florrie | |
2017-09-13 | Make getItemPathString work the way it's meant to | Florrie | |
2017-08-14 | Make safeUnlink safer | Florrie | |
2017-08-07 | Delete temporary files when done with them | Florrie | |
(safeUnlink isn't really tested) | |||
2017-08-04 | Change around some things in download-playlist | Florrie | |
2017-07-27 | Add new "apply" feature to playlists | Liam | |
See https://gist.github.com/liam4/cd7465a82c8b367eef221e61c3b6186e. Though not tested, this should work even on old/mixed playlists, e.g.: https://gist.github.com/liam4/2cad8630d5df4cf0014cb9acd0d76115 | |||
2017-07-20 | Fix a typo that makes old playlists work again | liam4 | |
(This is why unit testing is important) | |||
2017-07-19 | Change the way playlist updating works, and show track paths when I is pressed | liam4 | |
2017-07-18 | Move options above items in default playlist format | liam4 | |
2017-07-15 | Fix up http-music.js's controls and options | Liam | |
2017-07-15 | Begin updating the playlist format | Liam | |
2017-06-21 | Ugh!! | liam4 | |
2017-06-12 | Fix a filter issue | Liam | |
2017-06-12 | Case-insensitive group matching | liam4 | |
2017-05-31 | General improvements | liam4 | |
2017-05-31 | Progress | Liam | |
2017-05-31 | Modularize it all | Liam | |