SourceForge.net
2012-06-08 13:25:06 UTC
Patches item #2799196, was opened at 2009-05-31 13:40
Message generated for change (Comment added) made by yunosh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=2799196&group_id=39046
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_eu_epgdata
Group: None
Private: No
Submitted By: Andreas Benneke (abeani)
Assigned to: Jan Schneider (yunosh)
Summary: _eu_epgdata: automatic timezone detection
Initial Comment:
The attached patch adds automatic timezone detection to the grabber by analyzing the filename provided by the server.
It looks for the "_de_", etc. part and maps that to a timezone using the following table:
"at", "Europe/Vienna"
"ch", "Europe/Zurich"
"de", "Europe/Berlin"
"es", "Europe/Madrid"
"fr", "Europe/Paris"
"it", "Europe/Rome"
"nl", "Europe/Amsterdam"
It works well for me (in Germany) but I cannot tell, if
- the country ids for the other countries are correct,
- the matching algorithm works for other countries as well,
- the above list is complete and
- the above list is correct.
Anybody out there who can check/verify/confirm that? Thanks!
Existing setups should continue to work as before since the timezone specified in the config file (if any) is still preferred.
----------------------------------------------------------------------
Message:
This has been added for the next release.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-05-31 13:52
http://en.wikipedia.org/wiki/ISO_639-1
http://www.loc.gov/standards/iso639-2/php/code_list.php
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=2799196&group_id=39046
Message generated for change (Comment added) made by yunosh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=2799196&group_id=39046
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_eu_epgdata
Group: None
Status: Closed
Resolution: Fixed
Priority: 5Resolution: Fixed
Private: No
Submitted By: Andreas Benneke (abeani)
Assigned to: Jan Schneider (yunosh)
Summary: _eu_epgdata: automatic timezone detection
Initial Comment:
The attached patch adds automatic timezone detection to the grabber by analyzing the filename provided by the server.
It looks for the "_de_", etc. part and maps that to a timezone using the following table:
"at", "Europe/Vienna"
"ch", "Europe/Zurich"
"de", "Europe/Berlin"
"es", "Europe/Madrid"
"fr", "Europe/Paris"
"it", "Europe/Rome"
"nl", "Europe/Amsterdam"
It works well for me (in Germany) but I cannot tell, if
- the country ids for the other countries are correct,
- the matching algorithm works for other countries as well,
- the above list is complete and
- the above list is correct.
Anybody out there who can check/verify/confirm that? Thanks!
Existing setups should continue to work as before since the timezone specified in the config file (if any) is still preferred.
----------------------------------------------------------------------
Comment By: Jan Schneider (yunosh)
Date: 2012-06-08 06:25Message:
This has been added for the next release.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-05-31 13:52
the country ids for the other countries are correct
They are:http://en.wikipedia.org/wiki/ISO_639-1
http://www.loc.gov/standards/iso639-2/php/code_list.php
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=2799196&group_id=39046