diff options
author | liam4 <towerofnix@gmail.com> | 2017-06-12 08:16:10 -0300 |
---|---|---|
committer | liam4 <towerofnix@gmail.com> | 2017-06-12 08:16:10 -0300 |
commit | 632574cd9772d36a4ccb77483c00a85e5e06ba36 (patch) | |
tree | 3dcc37fb85dd2a7debf48e813456f8dce9834406 | |
parent | 20c4de1ac995f6ac041c1d0405ff35ded7ada2a4 (diff) |
Notes
-rw-r--r-- | todo.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 8ef5e44..970c8d8 100644 --- a/todo.txt +++ b/todo.txt @@ -114,3 +114,10 @@ TODO: A way to see information about the currently playing song, as well as the up-next song. TODO: A way to see the previously played songs, and to skip back (or forwards). + +TODO: Exit on loop-play end. (Since it listens to stdin for input right now, + it won't automatically stop.) + +TODO: Figure out how to attempt to avoid being forced to convert every file.. + converting a 10MB MP3 into an 80MB WAV is never good, even if we're + storing it as a tempfile! |