summaryrefslogtreecommitdiff
path: root/TODO
blob: 1534da5513ad6b4be2e0f4522a11c4dbaa48a677 (plain)
1
2
3
4
5
6
7
8
9
10
TODO for the nearest future:
- Add proper debugging facilities.
- Create a more generic way of mapping a pathname to a file. There are some path
  lookups we'd like to be able to run more than once.
- When calling open, buffer the file descriptors, so we don't open them each
  time, and just read from the filedescriptor.
- Make some way for the lookup functions to see more than just one
  field from the SQL row (eg. we need to create paths like "artist - song")
- Escaping string: when querying sqlite, replace ' with '' in ingoing
  strings. (why isn't this done in the API?)