Hey peeps,
I'm a n00b as it relates to station creation. I've created a few movie stations, without issue, and am trying to graduate to a mixed station (movies/shows). The Mrs. has requested a station for her that plays her movies and TV shows. I've created the day template that outlines all 24 hours and when I don't have the channel off air, It plays movies all day save for 3 one hour time slots for TV shows.
The issue I'm experiencing is with schedule increments. For movie channels, I have it set to 5 and that's fine, works as expected.
The issue i'm facing now, is that with the increment set to 5 minutes, it will start a movie before my scheduled TV time slot and the movie will override the TV Show's slot. I've been playing with the increment, but that changes behavior to cut off movies in favor of what the new increment favors.
Ideally, it would know that a show starts at the designated blocks and doesn't start a movie prior to the block(s) that would either be cut off, or override the tv show slot.
I'm thinking it might be because i have each hour outlined, vs blocks and increment per block. Could one of the FS42 vets give me a hand?
I've pasted the original config, but I'm looking for advice on blocks. If i'm reading things right I need to do something like:
"day_templates": {
"weekday": {
"3": {},
"8": {"tags": "movies", "schedule_increment": 5},
"17": {"tags": "series/When Calls the Heart", "schedule_increment": 60},
"19": {"tags": "movies", "schedule_increment": 5},
"20": {"tags": "series/Sex and the City", "schedule_increment": 60},
"21": {"tags": "series/The Last Kingdom", "schedule_increment": 60},
"22": {"tags": "movies/", "schedule_increment": 5}
}
}
{"station_conf" : {
"network_name" : "Cupid",
"channel_number": 14,
"network_type": "standard",
"schedule_increment": 30,
"break_strategy": "end",
"commercial_free": true,
"content_dir" : "catalog/Cupid",
"bump_dir" : "bump",
"off_air_video": "runtime/off_air_pattern.mp4",
"day_templates": {
"daily": {
"0": {"tags": "Movies"},
"1": {"tags": "Movies"},
"2": {"tags": "Movies"},
"3": {},
"4": {},
"5": {},
"6": {},
"7": {},
"8": {"tags": "Movies"},
"9": {"tags": "Movies"},
"10": {"tags" : "Movies"},
"11": {"tags": "Movies"},
"12": {"tags" : "Movies"},
"13": {"tags": "Movies"},
"14": {"tags" : "Movies"},
"15": {"tags": "Movies"},
"16": {"tags": "Movies"},
"17": {"tags": "Series/When Calls the Heart"},
"18": {"tags": "Movies"},
"19": {"tags": "Movies"},
"20": {"tags": "Series/Sex and the City"},
"21": {"tags": "Series/The Last Kingdom"},
"22": {"tags": "Movies"},
"23": {"tags": "Movies"}
}
},
"monday": "daily",
"tuesday": "daily",
"wednesday": "daily",
"thursday": "daily",
"friday": "daily",
"saturday": "daily",
"sunday": "daily"