{
    "metadata": {
        "version": 3,
        "notes": "Blocks reference named packages from packages.json. The first entry in a package is primary content; subsequent entries are filler (plays when primary runs out). 'repeat: true' replays the same series episode rather than advancing."
    },
    "defaults": {
        "every-day": {
            "blocks": [
                { "start": "00:00", "package": "midnight-loop" },
                { "start": "08:00", "package": "bible-study-morning" },
                { "start": "10:00", "package": "bible-study-daytime" }
            ],
            "notes": "Fallback for any day not matched by a day-of-week or specific date entry."
        },
        "Sunday": {
            "blocks": [
                { "start": "00:00", "package": "midnight-loop" },
                { "start": "10:00", "package": "sunday-service" },
                { "start": "12:00", "package": "sunday-noon" },
                { "start": "15:00", "package": "youth-service" },
                { "start": "18:00", "package": "sunday-evening" },
                { "start": "21:00", "package": "sunday-evening", "repeat": true }
            ],
            "notes": "Sunday broadcast: services at 10 and 12, youth at 15, evening study at 18, repeat at 21."
        },
        "Monday": {
            "blocks": [
                { "start": "00:00", "package": "midnight-loop" },
                { "start": "19:00", "package": "bible-study-weeknight" },
                { "start": "21:00", "package": "youth-service" }
            ],
            "notes": "Monday evening: Bible Study Esther series, then Youth."
        }
    },
    "dates": {}
}
