« get me outta code hell

Add way to search whole playlist for a particular name - 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:
authorFlorrie <towerofnix@gmail.com>2017-10-25 09:44:31 -0300
committerFlorrie <towerofnix@gmail.com>2017-10-25 09:44:34 -0300
commit6b53e886d9183d077a88f77f4b3ae18fbaba5a60 (patch)
tree74d1eb7944539e2592fdb7737af80252f6bbd1bb /todo.txt
parentaac119f2162dc981fa4b6fcba5e8301e7625a011 (diff)
Add way to search whole playlist for a particular name
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!
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 48f06b2..ef87e09 100644
--- a/todo.txt
+++ b/todo.txt
@@ -398,3 +398,8 @@ TODO: Let playlists be passed to `play` by an actual string argument; e.g.
       music and use /dev/stdin as the --playlist-file value.. which obviously
       isn't cross-platform or practical!
       (Done!)
+
+TODO: A way to search the playlist for a path. Probably best to modify the
+      function which filters a grouplike by a path. I think I'll hide this
+      feature behind a special prefix, e.g. -c -k '?72 Minutes of Fame'.
+      (Done!)