Skip to content
Elie Moreau edited this page Nov 10, 2016 · 1 revision

What is filed?

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.

Progress

Filed is currently in very early stages of development and isn't ready to be used.

Clone this wiki locally