From 510128efeec9cfa8a5a029418785027b5984bab1 Mon Sep 17 00:00:00 2001 From: TarheelGrad1998 <47931551+TarheelGrad1998@users.noreply.github.com> Date: Fri, 17 Mar 2023 14:03:39 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ba1dd04..c003ff8 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,7 @@ Whether using the editor or yaml, the following configurations can be used: | maximum_files | integer | **Optional** | The number of files to show. You may want to limit videos to make it perform better and to conserve bandwith. Used in combination with sort (using the config as above, the latest 10 for each entity by date will be shown) | maximum_files_per_entity | boolean | **Optional** | Whether the number of files counted are per Entity. If true, then the maximum files displayed will be up to maximum_files per entity ; if false then only maximum_files total will be displayed (camera entities are always included and count as 1 file). The default is true. | file_name_format | string | **Optional** | The format of the file names (see below). Used in combination with caption_format for the captions below the image/video. As of v3.4, this may also be specified at the entity level to override this for a specific entity. -| caption_format | string | **Optional** | The format of the caption (see below). Used in combination with file_name_format. -As of v3.4, this may also be specified at the entity level to override this for a specific entity. +| caption_format | string | **Optional** | The format of the caption (see below). Used in combination with file_name_format. As of v3.4, this may also be specified at the entity level to override this for a specific entity. | folder_format | string | **Optional** | The format of the subfolder names under any media source folders (same options as for Captions below). Used when reverse_sort is true and maximum_files is specified to more efficiently fetch files from the media source (rather than looking in all folders). This may also be specified at the entity level to override this for a specific entity. | slideshow_timer | integer | **Optional** | If present and greater than 0, will automatically advance the gallery after the provided number of seconds have passed. | video_autoplay | boolean | **Optional** | Enables the autoplay attribute for the main video in the gallery.