feat: add config file loading

This commit is contained in:
Alexander Navarro 2025-10-19 20:20:26 -03:00
parent 381c086eba
commit 67be4dc233
7 changed files with 369 additions and 32 deletions

11
config.toml Normal file
View file

@ -0,0 +1,11 @@
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" }