Skip to content

Commit 942be30

Browse files
committed
Include new source plugins and settings in the documentation
1 parent 44af5cd commit 942be30

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/en/config.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ Should point to a directory where the application can store some data. Please
5252
do not point this to a temporary directory. It will contain persistent data
5353
which should not be deleted.
5454

55+
#### `FRAMARAMA.MEDIA_PATH`
56+
57+
Default: `./data/media/`
58+
59+
Points to a directory where some media files can be placed to read. The directory
60+
source plugin will read the files located in this directory.
5561

5662

5763
### Server

docs/en/server/plugins/source.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ Common fields for all source steps:
2222
* mime_out - if required provide mime type of output data
2323
* loop_out - flag if following steps should loop over generated output data
2424

25+
## dir
26+
27+
Read list of files from a given directory.
28+
29+
Fields:
30+
* path - the path to read (relative to media directory)
31+
* filter_files - the pattern to filter files (defaults to JPEG pattern)
32+
2533
## data
2634

2735
Manipulates a given input data (e.g. a CSV list) and convert/filter/strip data

0 commit comments

Comments
 (0)