-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Elie Moreau edited this page Nov 10, 2016
·
1 revision
Filed is a filing daemon that watches a folder moves files according to regex rules.
The idea is to allow filed to be extended by adding another implementation of how to parse through files. For example, implementations could parse a file by:
- Using regex rules on the filename
- Using the text in a pdf
- Using video quality details in videos
For details on how to configure for each implementation, refer to the File Parsers page.
Filed is currently in very early stages of development and isn't ready to be used.