SickGear/sickbeard
Prinz23 9ff267bd76 Fix Coming Eps Page to include shows +/- 1 day for time zone corrections.
More detail...
Episodes airing in a different time zone to the users own can be missing on the Coming Episodes Page. For today, the current day next week, and the last day in the missing episode range; these 3 days (+/- 1 day) can be missing episodes from the display if they air on a different day in their time zone compared to the users current day.

All episodes in the banner layout for today may display as red or green background even if not aired/missing yet because of their airing time. The background colour of the first episode of today in banner view would be shown for all episodes today in this view, since the variable for the episode ending which determines the background colour was only set for the first episode after the today's day header.

Technical detail...
Fix banner view: cur_ep_enddate wasn't set for every episode.
Remove duplicates from SQL result.
2014-11-24 01:07:14 +00:00
..
clients Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
databases Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
indexers Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
metadata Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
name_parser Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
notifiers Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
providers Remove obsolete Animezb provider 2014-11-17 11:49:02 +00:00
__init__.py Add option to treat anime releases that lack a quality tag as HDTV instead of "unknown". 2014-11-17 15:58:17 +00:00
autoPostProcesser.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
blackandwhitelist.py Fixed issues with editing/saving custom scene exceptions. 2014-07-14 19:00:53 -07:00
browser.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
bs4_parser.py Created a context manager wrapper for BeautifulSoup4 so that we can cleanup/clear tags/context on exit via WITH statements. 2014-07-21 21:26:58 -07:00
classes.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
common.py Add option to treat anime releases that lack a quality tag as HDTV instead of "unknown". 2014-11-17 15:58:17 +00:00
config.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
dailysearcher.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
db.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
encodingKludge.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
event_queue.py Fix for threading schedualers and subtitles. 2014-07-19 17:03:23 -07:00
exceptions.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
failed_history.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
failedProcessor.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
generic_queue.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
gh_api.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
helpers.py Fix reduces time API endpoint Shows takes to return results. 2014-11-23 20:57:38 +00:00
history.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
image_cache.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
logger.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
name_cache.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
naming.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
network_timezones.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
nzbget.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
nzbSplitter.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
postProcessor.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
processTV.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
properFinder.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
rssfeeds.py PEP8 changes for rss feed cache code 2014-08-31 12:56:45 -07:00
sab.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
sbdatetime.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
scene_exceptions.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
scene_numbering.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
scheduler.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
search.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
search_queue.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
searchBacklog.py Fix the log output of the limited backlog search for episodes missed. 2014-11-16 02:19:15 +00:00
show_name_helpers.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
show_queue.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
showUpdater.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
subtitles.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
traktChecker.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
tv.py Change airdateModifyStamp to handle hour that is "00:00". 2014-11-20 18:35:14 +00:00
tvcache.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
ui.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
versionChecker.py Remove old version checking code that no longer applies to SickGear's release system 2014-11-18 15:46:23 +08:00
webapi.py Fix API endpoint Episode.SetStatus to "Wanted". 2014-11-20 16:37:58 +00:00
webserve.py Fix Coming Eps Page to include shows +/- 1 day for time zone corrections. 2014-11-24 01:07:14 +00:00
webserveInit.py Remove orphaned file and cleanup class naming. 2014-11-13 05:36:47 +00:00