summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-11-30 16:30:20 +0100
committerMatthias Beyer <mail@beyermatthias.de>2015-11-30 16:32:15 +0100
commitda62ea7895685bf5e8f00673e252119205044fe9 (patch)
tree394282f5fb1bd7b4683492f418aab7b144960b84 /README.md
parente4a0ea506dddada59f7509532e9f82a72b55354d (diff)
Add image, video and music modules
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/README.md b/README.md
index 100e8da7..79a5551e 100644
--- a/README.md
+++ b/README.md
@@ -163,6 +163,8 @@ Simply dot-and-tick lists.
| Git backend | Data sync |
| Editor calling | Editing |
+- Maybe as sub-form of the Todo-List module
+
### Bibliography management
BibTex would be the first step, maybe we should be able to add the actual PDFs
@@ -187,6 +189,39 @@ Just indexing, reading news is not task of `imag` and so isn't syncing.
| RSS parsing | Data parsing |
| Git backend | Data sync |
+### Image
+
+Just indexing photos.
+
+| Required core feature | Purpose |
+| :------------------------------------ | :------------ |
+| Filesystem access (RO) | Data access |
+| Git-annex backend | Data sync |
+| Image metadata reading | Data parsing |
+| Linking to other store entries | Data Link |
+
+### Video
+
+Just indexing movies.
+
+| Required core feature | Purpose |
+| :------------------------------------ | :------------ |
+| Filesystem access (RO) | Data access |
+| Git-annex backend | Data sync |
+| Movie metadata reading | Data parsing |
+| Linking to other store entries | Data Link |
+
+### Music
+
+Just indexing music.
+
+| Required core feature | Purpose |
+| :------------------------------------ | :------------ |
+| Filesystem access (RO) | Data access |
+| Git-annex backend | Data sync |
+| Music metadata reading | Data parsing |
+| Linking to other store entries | Data Link |
+
# License
This code is released under terms of GNU GPLv2.