Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

International release times support #382

Open
UweTrottmann opened this issue Apr 21, 2014 · 2 comments
Open

International release times support #382

UweTrottmann opened this issue Apr 21, 2014 · 2 comments
Labels
enhancement New feature or request

Comments

@UweTrottmann
Copy link
Owner

Keep in mind: Country information is gathered from trakt.tv. So if trakt is not aware of the country, SeriesGuide can't be either.

trakt v2 (current, v21+)

With trakt v2 country support is handled by trakt, we only need to correct for country specific schedules. Currently only for the United States.

United States, supported zones (time zone, Olson name):

  • US Eastern, America/New_York (default for all shows 🆕)
  • US Eastern Detroit, America/Detroit
  • US Central, America/Chicago
  • US Mountain, America/Denver
  • US Arizona, America/Phoenix (no DST)
  • US Pacific, America/Los_Angeles

Example: 8PM Eastern

  • Same local time in Eastern + Pacific: 8PM
  • Same local time in Central + Mountain (incl. Arizona): 7PM

trakt v1 (pre v21)

Currently supported (time zone, Olson name):

United States

  • US Pacific, America/Los_Angeles (default for all shows)
  • US Eastern, America/New_York
  • US Eastern Detroit, America/Detroit
  • US Central, America/Chicago
  • US Mountain, America/Denver
  • US Arizona, America/Phoenix

Canada

  • Atlantic, America/Halifax
  • Eastern, America/Montreal
  • Central, America/Winnipeg
  • Mountain, America/Edmonton
  • Pacific, America/Vancouver

Implementation in SeriesGuide

  • Eastern feed is aired at the same LOCAL time in Pacific (delayed 3 hours).
  • Eastern feed is aired at the same GLOBAL time in Central, Mountain time zone (no delay).
  • Eastern feed is aired 1 hour earlier in Atlantic (1 hour ahead).

As with the US there are exceptions and variations. Going from examples of popular shows. Not supporting Newfoundland/Saskatchewan exceptions for now.

Example:
Rookie Blue on Global

Others (single time zone)

  • Australia, Australia/Sydney
  • Finland, Europe/Helsinki
  • Germany, Europe/Berlin
  • Japan, Asia/Tokyo
  • Netherlands, Europe/Amsterdam
  • United Kingdom, Europe/London

Resources

@UweTrottmann UweTrottmann changed the title Support international release times International release times support Apr 21, 2014
@UweTrottmann UweTrottmann added this to the SeriesGuide 16 milestone Jun 27, 2014
@UweTrottmann
Copy link
Owner Author

@UweTrottmann
Copy link
Owner Author

New development: themoviedb is considering to add per-country release dates for episodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant