mutewinter / Showbot

🤖 An IRC Bot and Website for 5by5.tv written with the Cinch and Sinatra frameworks
MIT License
90 stars 31 forks source link

Separating titles for same show on consecutive days #46

Closed gouwens closed 11 years ago

gouwens commented 11 years ago

When a show (usually The Frequency) airs twice in a row without any shows in between, the titles submitted for the second day are co-mingled with those from the first.

I just modified the group_by_show class method of Suggestion to also split up titles (i.e. create a new SuggestionSet) if there is more than 18 hours between title suggestions for the same show.