Heya, this is just a sort of public service announcement for the project:
After inspecting the data from FastChannels, it looks like the data for these airings is pretty bad.
All the airings are set to Season 1, Episode 1. Additionally, the program IDs are bad too:
Big Brother Camera 1/S1E1
Channels DVR Server reads this as them all being the same airing. The oldest bug that community projects can commit.
Without unique identifiers, Channels DVR Server can't do much. So it's important they get unique IDs. Obviously, these airings are definitely edge cases as they just air CONSTANTLY. So they're tricky.
My old (inactive) Pluto project creates programIDs like this:
pluto/64bf2449e4391c0008d16a89/20260812180000-+000
Using the airing date/time, keeping them unique. Additionally they have no season/episode numbers at all, as these airings dont.
I suspect that FastChannels is defaulting to Season 1 and Episode 1, when it can't resolve them. This should be corrected to just be nil, not 1. Additionally, it seems to be building programIDs off of this metadata which isn't guaranteed to exist, which is a recipe for failure too.
I hope this helps.


