summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorIago Toral <itoral@igalia.com>2010-01-03 18:04:26 +0100
committerJuan A. Suarez Romero <jasuarez@igalia.com>2010-02-08 18:37:30 +0100
commitd42b358eecb318de06a40b43529666a6b0562f18 (patch)
tree4c0d3688d3c8bd2a53a60a9c801b7f7bfb9ab300 /TODO
parent7550ba6c606f33ccf0a563e1a5ec84afd5245502 (diff)
downloadgrilo-d42b358eecb318de06a40b43529666a6b0562f18.tar.gz
Updated TODO file
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 3 insertions, 6 deletions
diff --git a/TODO b/TODO
index cb71b75..22b8d6a 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,3 @@
-- Expensive metadata, maybe use flags to decide if we want to resolve these.
- - Example: childcount for youtube categories implies http query per category and
- some xml parsing. If the user browses all categories this would be a very expensive
- operation.
- - Solution 1: do not implement this key in this source.
- - Solution 2: Use flags to select only-fast-keys operation mode.
+- filter_* methods in metadata sources could use an extra arg to
+ check if they should return the filtered results or not (and if not,
+ free them).