summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorIago Toral <itoral@igalia.com>2009-12-30 12:04:37 +0100
committerJuan A. Suarez Romero <jasuarez@igalia.com>2010-02-08 18:37:30 +0100
commit4521da5648c3d8ddb43914863595ccf77723e3d8 (patch)
tree462f8619481234c1d19457f0400f592142e8d1c3 /TODO
parentbfd5c25208d664275f4f84df5744d1f68eaa88a7 (diff)
downloadgrilo-4521da5648c3d8ddb43914863595ccf77723e3d8.tar.gz
updated
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index e69de29..cb71b75 100644
--- a/TODO
+++ b/TODO
@@ -0,0 +1,6 @@
+- 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.