File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2- <addon id =" plugin.video.mlbtv" name =" MLB.TV®" version =" 2025.4.14 +matrix.1" provider-name =" eracknaphobia, tonywagner" >
2+ <addon id =" plugin.video.mlbtv" name =" MLB.TV®" version =" 2025.6.19 +matrix.1" provider-name =" eracknaphobia, tonywagner" >
33 <requires >
44 <import addon =" xbmc.python" version =" 3.0.0" />
55 <import addon =" script.module.pytz" />
2222 </description >
2323 <disclaimer lang =" en_GB" >Requires an MLB.tv account</disclaimer >
2424 <news >
25- - Fix play favorite team on launch (thanks thromer and tonywagner)
25+ - updated Big Inning schedule
2626 </news >
2727 <language >en</language >
2828 <platform >all</platform >
Original file line number Diff line number Diff line change @@ -608,8 +608,8 @@ def create_big_inning_listitem(game_day):
608608 big_inning_schedule = {}
609609 if 'data' in json_source :
610610 for entry in json_source ['data' ]:
611- if 'airings' in entry and len (entry ['airings' ]) > 0 and entry ['airings' ][0 ] and 'accessRights ' in entry ['airings' ][0 ] and 'live' in entry ['airings' ][0 ]['accessRights ' ]:
612- airing = entry ['airings' ][0 ]['accessRights ' ]['live' ]
611+ if 'airings' in entry and len (entry ['airings' ]) > 0 and entry ['airings' ][0 ] and 'accessRightsV2 ' in entry ['airings' ][0 ] and 'live' in entry ['airings' ][0 ]['accessRightsV2 ' ]:
612+ airing = entry ['airings' ][0 ]['accessRightsV2 ' ]['live' ]
613613 big_inning_date = get_eastern_game_date (parse (airing ['startTime' ]))
614614 xbmc .log ('Formatted date ' + big_inning_date )
615615 # ignore dates in the past
You can’t perform that action at this time.
0 commit comments