« get me outta code hell

Natural sort in local crawl - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
authorliam4 <towerofnix@gmail.com>2017-06-04 16:36:55 -0300
committerliam4 <towerofnix@gmail.com>2017-06-04 16:36:55 -0300
commit40442cd9088b9680d5d62c185c7a5f5af2db2886 (patch)
treeae3a57f74dc141beaa1b8c956928dbdcd811b0fd /todo.txt
parenta067d49f496d5205b02ba1358b124db5d10b3352 (diff)
Natural sort in local crawl
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 29bdda0..032df54 100644
--- a/todo.txt
+++ b/todo.txt
@@ -80,3 +80,7 @@ TODO: Recursive local file playlist crawler.
 TODO: *Requiring* a literal `playlist.json` file doesn't seem quite right,
       especially since there's the `--open` option.
       (Done!)
+
+TODO: Make local downlaoder sort more natural - that is, 10 comes immediately
+      after 9, not 1. (1, 5, 9, 10, 12; not 1, 10, 12, 5, 9.)
+      (Done!)