Media folder type page
Playlist pages can also be created directly from selected media folders, giving you the flexibility to customize your content the way you want.

What media types are available as a folder page
Images
- Global Duration setting applies to all folders by default.
- Folder duration determines individual image display time.
- Folder duration is adjustable per folder, not per individual image.
- Max item duration can override folder duration settings.
- Continuous slider layout: Item duration overrides folder duration.
- Learn more: Performance mode
Video Files and Audio
- Global Duration setting applies to all folders by default.
- Folder duration does not determine individual audio and video display time. They always use their native duration in folders.
- Folder duration is adjustable per folder. You cannot manually adjust the duration for individual audio and video elements.
- Max item duration can override duration settings.
- Continuous slider layout: Item duration overrides folder duration.
- Learn more: Performance mode
PDFs
- Global Duration setting applies to all folders by default.
- Folder duration determines individual PDF page display time.
- This duration adjustable per folder, not per individual PDF file.
- Max item duration can override folder duration settings.
- Continuous slider layout: Item duration overrides folder duration.
- Learn more: Performance mode
Shared folders and files in playlists
You can also include shared folders and files synced from external storage as playlist pages.

- These pages will display the credential type on the folders and files, indicating which credential was used to sync them from external storage
Media Folder type page settings
In Playlist Folder Settings, you can individually edit each folder’s general settings and customize its behavior.
Duration
This duration will define the length of each element in the folder which has no native duration (images, PDF files).
- Minimum duration/item must be greater than 3s.
- This duration overwrites the default duration from playlist's global settings.
- Folder duration does not determine individual audio and video display time. They always use their native duration in folders.
- Max item duration can override folder duration settings.
- Continuous slider layout item duration overrides folder duration.
- Learn more: Performance mode
Playback examples
Default and Folder duration examples
When folder duration is set: Defines display length for images and PDFs. Audio and video always use native duration.
Configuration:
- Default duration:
15s - Folder duration:
10s
Structure:
Playlist
└── Folder ([audio, image, video])
Resulting Durations:
- Audio:
43.08s(native duration, ignores folder duration) - Image:
10s(folder duration) - Video:
8.01s(native duration, ignores folder duration)
Overall folder duration: 61.09s
Image fit and Video fit
- The
Image fitandVideo fitoptions refer to how an image or video element is resized or scaled to fit within a given space.- Default value: Inherit.
- By default, elements use the
Inheritsetting, which applies the playlist'sDefault image fitorDefault video fitconfiguration to the elements. - Learn more: Playlist Default fit
Mute
Here you can mute video and audio files
- Default value: Disabled
Played media types
With these settings you can select which source types you want to play inside the folder
Sources that can be selected:
- Video
- Images
- Audio
Play elements of folder
Play elements of folder controls how frequently the folder elements play relative to other playlist elements, offering multiple options to balance content playback.
With Play Elements of folder, you can:
- Create balanced media rotation for better variety
- Optimize viewer engagement based on media type
- Ensure equal exposure for all playlist items
Options
Play elements of folder determines the frequency in which media elements from the folder are displayed:
- One item: Plays one item from the folder before moving to the next playlist element, creating a round-robin effect that ensures variety.
- Count collections as single elements: When enabled, an entire sub-folder counts as a single item.
- All item: Plays all items from the folder completely before moving to the next playlist element, maintaining theming cohesion.
- Specific: Plays a specific number of items from the folder before moving to the next playlist element, mixing round-robin method's variety with the theming cohesion.
- Elements per slot: Determines the specific number of items that are played from the folder before moving to the next playlist element.
- Count collections as single elements: When enabled, an entire sub-folder counts as a single item.
- Played elements capped by item count: Prevents repeat when a multiple items are played in relation to Elements per slot item count.
- Max item duration: Limits individual item playback duration (minimum 3 seconds).
Ordering mode
Ordering mode determines, what order will the items follow inside the folder when displayed.
- Alphabetical: Alphabetical ordering plays folder items in alphabetical sequence while respecting the Play elements of folder balancing rules.
- Random: The items will still follow the Play elements of folder balancing rules, items just get pulled in a randomized order.
Playback examples
Max item duration examples
When Max item duration is empty: Items use their default/folder/native duration.
Configuration:
- Default duration:
15s - Folder duration:
10s - Max item duration:
Empty - Play elements of folder:
All item - Ordering mode:
Alphabetical
Structure:
Playlist
└── Folder ([audio, image, video])
Resulting Durations:
- Audio:
43.08s(native duration overrides folder duration) - Image:
10s(folder duration) - Video:
8.01s(native duration overrides folder duration)
Overall folder duration: 61.09s
When Max item duration is set: Items use their default/folder/native duration if less than Max item duration, otherwise capped at Max item duration.
Configuration:
- Default duration:
30s - Folder duration:
15s - Max item duration:
10s - Play elements of folder:
All item - Ordering mode:
Alphabetical
Structure:
Playlist
└── Folder ([audio, image, video])
Resulting Durations:
- Audio:
10s(native 43.08s, capped by Max item duration) - Image:
10s(folder 15s, capped by Max item duration) - Video:
8.01s(native duration, under Max item duration)
Overall folder duration: 28.01s
Play elements of folder: One item and All item examples
Plays one item from the folder before moving to the next playlist element, creating a round-robin effect that ensures variety.
Configuration:
- Ordering mode:
Alphabetical - Play elements of folder:
One item
Structure:
Playlist
├── opening
├── Folder ([audio, image, video])
└── closing
Resulting Playback Order:
- opening
- Folder - audio
- closing
- opening
- Folder - image
- closing
- opening
- Folder - video
- closing
- (cycle repeats)
Plays all items from the folder completely before moving to the next playlist element, maintaining the folder's cohesion.
Configuration:
- Ordering mode:
Alphabetical - Play elements of folder:
All item
Structure:
Playlist
├── opening
├── Folder ([audio, image, video])
└── closing
Resulting Playback Order:
- opening
- Folder - audio
- Folder - image
- Folder - video
- closing
- (cycle repeats)
Play elements of folder: Specific item examples
Plays a specific number of items from the folder before moving to the next playlist element, mixing round-robin method's variety with the theming cohesion.
Played elements capped by item count is disabled: When disabled, playback loops through folder items circularly to fulfill the Elements per slot count if the folder contains fewer elements than requested.
Configuration:
- Ordering mode:
Alphabetical - Play elements of folder:
Specific item - Elements per slot:
5 - Played elements capped by item count:
Disabled
Structure:
Playlist
├── opening
├── Folder ([audio, image, video])
└── closing
Resulting Playback Order:
- opening
- Folder - audio
- Folder - image
- Folder - video
- Folder - audio
- Folder - image
- closing
- (cycle repeats)
Played elements capped by item count is enabled: When enabled, playback stops when all items from the folder have been displayed.
Configuration:
- Ordering mode:
Alphabetical - Play elements of folder:
Specific item - Elements per slot:
5 - Played elements capped by item count:
Enabled
Structure:
Playlist
├── opening
├── Folder ([audio, image, video])
└── closing
Resulting Playback Order:
- opening
- Folder - audio
- Folder - image
- Folder - video
- closing
- (cycle repeats)
Play elements of folder: Count collections as single elements examples
Count collections as single elements controls how multi-item sub-folders within the folder handle their element playback.
With Count collections as single elements disabled on Folder (B), elements from C are flattened into B and treated as if they belong to B directly.
Configuration:
- Main Playlist (A)
- Folder (B):
- Ordering mode:
Alphabetical - Play elements of folder:
One item - Count collections as single elements:
Disabled
- Ordering mode:
- Sub-folder (C):
- Ordering mode:
Alphabetical - Play elements of folder:
All item
- Ordering mode:
Structure:
Main Playlist (A)
├── opening
└── Folder (B)
├── pdf (one page)
└── Sub-folder (C) ([audio, image, video])
└── closing
Flattened structure:
Main Playlist (A)
├── opening
└── Folder (B)
├── Sub-folder (C) - audio
├── Sub-folder (C) - image
├── Folder (B) - pdf (one page)
└── Sub-folder (C) - video
└── closing
Resulting Playback Order:
- Main Playlist (A) - opening
- Sub-folder (C) - audio
- Included Playlist (A) - closing
- Included Playlist (A) - opening
- Sub-folder (C) - image
- Included Playlist (A) - closing
- Included Playlist (A) - opening
- Folder (B) - pdf (one page)
- Included Playlist (A) - closing
- Included Playlist (A) - opening
- Sub-folder (C) - video
- Main Playlist (A) - closing
- (cycle repeats)
rephrase:
With Count collections as single elements enabled on Folder (B), elements from C are not flattened into B. They are treated as their own 'separate' unit.
Configuration:
- Main Playlist (A)
- Folder (B):
- Ordering mode:
Alphabetical - Play elements of folder:
One item - Count collections as single elements:
Enabled
- Ordering mode:
- Sub-folder (C):
- Ordering mode:
Alphabetical - Play elements of folder:
All item
- Ordering mode:
Structure:
Main Playlist (A)
├── opening
└── Folder (B)
├── pdf (one page)
└── Sub-folder (C) ([audio, image, video])
└── closing
Playback structure:
Main Playlist (A)
├── opening
└── Folder (B)
├── Sub-folder (C) - audio
├── Sub-folder (C) - image
├── Sub-folder (C) - video
└── pdf (one page)
└── closing
Resulting Playback Order:
- Main Playlist (A) - opening
- Sub-folder (C) - audio
- Sub-folder (C) - image
- Sub-folder (C) - video
- Included Playlist (A) - closing
- Included Playlist (A) - opening
- Folder (B) - pdf (one page)
- Main Playlist (A) - closing
- (cycle repeats)
Valid files only
When enabled, the folder will only contain files that have active validity or no validity set.
Advertiser
- Select an advertiser where you wish to collect Proof of Play records about the item's playtime
Learn more: Analytics
Playback mode
- Each mode determines how the assets inside the folder behave relative to other assets in the playlist.
Learn more: Playback Mode
Device tags
Select tags from the suggestion list to specify which devices are eligible to play this page.
- You can select whether the device must contain all tags or at least 1 tag has to match.
Learn more: Tags Menu