11 lines
374 B
TOML
11 lines
374 B
TOML
name = "Foo"
|
|
|
|
[[blocks]]
|
|
schedule_type = { type = "StartAt", time = "8:30 PM", until_tomorrow = true }
|
|
# VGM Folder
|
|
content_type = { type = "RandomAlbum", container_id = "574563ff9a41f2c98c234db69157cc87", album_name_as_title = true }
|
|
|
|
[blocks.pre_filler]
|
|
custom_title = "VGM"
|
|
schedule_type = { type = "All" }
|
|
content_type = { type = "SmartCollection", name = "VGM - All" }
|