ffplayout/docs/folder_mode.md

10 lines
569 B
Markdown
Raw Normal View History

2022-04-14 10:13:38 -04:00
### Folder Mode
2024-10-02 12:34:23 -04:00
ffplayout can play files from a folder; no playlists are required for this mode. This folder is monitored for changes, and when new files are added or deleted, they are registered and updated accordingly.
2022-04-14 10:13:38 -04:00
2024-10-02 12:34:23 -04:00
You just need to set `mode: folder` in the config under `processing:`, and under `storage:`, you have to specify the correct folder and the file extensions you want to scan for.
2022-04-14 10:13:38 -04:00
2024-10-02 12:34:23 -04:00
Additionally, there is a **shuffle** mode. If this is activated, the files will be played randomly.
2022-04-14 10:13:38 -04:00
If shuffle mode is off, the clips will be played in sorted order.