summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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.