summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/metadata.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ranger/core/metadata.py b/ranger/core/metadata.py
index 99872039..4ced764d 100644
--- a/ranger/core/metadata.py
+++ b/ranger/core/metadata.py
@@ -7,6 +7,9 @@ A Metadata Manager that reads information about files from a json database.
 The database is contained in a local .metadata.json file.
 """
 
+# TODO: Better error handling if a json file can't be decoded
+# TODO: Update metadata keys if a file gets renamed/moved
+
 METADATA_FILE_NAME = ".metadata.json"
 DEEP_SEARCH_DEFAULT = False