Add image, video and music modules
This commit is contained in:
parent
e4a0ea506d
commit
da62ea7895
1 changed files with 35 additions and 0 deletions
35
README.md
35
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.
|
||||
|
|
Loading…
Reference in a new issue