diff options
author | Florrie <towerofnix@gmail.com> | 2017-08-04 11:36:39 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2017-08-04 11:36:39 -0300 |
commit | ff29679c019efb0273ae3574bdcc7254c72f755f (patch) | |
tree | 358dceb45a908421cc00b8d8711d0003f80833b5 | |
parent | 6c7feb45c11718274038d9dfcf8864cb9932fb7c (diff) |
Todo note
-rw-r--r-- | todo.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 9239493..d3ddeb1 100644 --- a/todo.txt +++ b/todo.txt @@ -255,3 +255,8 @@ TODO: Markdown documentation? Man pages are nice, but aren't really all that user-friendly (citation needed); for example you can't easily read them online. (Whereas Markdown documents are easily viewed online, and aren't hard to read by hand, e.g. with `less doc/foo.md`.) + +TODO: Handle avconv failing (probably handle downloader rejections from within + DownloadController). Less important now that only music file extensions + are loaded, but still relevant (for old playlists which may contain + .DS_Stores or album cover arts, etc). |