summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/metadata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/core/metadata.py b/ranger/core/metadata.py
index 4ced764d..efee9760 100644
--- a/ranger/core/metadata.py
+++ b/ranger/core/metadata.py
@@ -9,6 +9,7 @@ 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
+# TODO: A global metadata file, maybe as a replacement for tags
 
 METADATA_FILE_NAME = ".metadata.json"
 DEEP_SEARCH_DEFAULT = False
3'>83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123