You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin.video.mlbtv/resources/language/resource.language.en_gb/strings.po
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@ msgid "Choose Stream Quality"
197
197
msgstr""
198
198
199
199
msgctxt"#30375"
200
-
msgid"Watch all the day's highlights for "
200
+
msgid"Click the date to watch all recaps or condensed games for "
201
201
msgstr""
202
202
203
203
msgctxt"#30380"
@@ -436,4 +436,12 @@ msgctxt "#30443"
436
436
msgid"SNY live stream"
437
437
msgstr""
438
438
439
+
msgctxt"#30444"
440
+
msgid"Stream Finder"
441
+
msgstr""
442
+
443
+
msgctxt"#30445"
444
+
msgid"Automatically switches between games according to your preferences. This addon is not affiliated with Baseball Reference, do not contact them for support. Visit http://bit.ly/bbrefsf to create and export your preferences, then upload and save them to Kodi at "
# ignore streams that haven't started yet, audio streams, and in-market streams
740
813
ifitem['mediaState']['mediaStateCode'] !='MEDIA_OFF'anditem['type'] =='TV': # and not item['mediaFeedType'].startswith('IN_'):
741
814
# check if our favorite team (if defined) is associated with this stream
742
-
# or if no favorite team match, look for the home or national streams
815
+
# or if no favorite team match, prefer the home or national streams
743
816
#if (FAV_TEAM != 'None' and 'mediaFeedSubType' in item and item['mediaFeedSubType'] == getFavTeamId()) or (selected_content_id is None and 'mediaFeedType' in item and (item['mediaFeedType'] == 'HOME' or item['mediaFeedType'] == 'NATIONAL' )):
744
-
if(FAV_TEAM!='None'and ((item['homeAway'] =='home'andstr(json_source['dates'][0]['games'][0]['teams']['home']['team']['id']) ==str(getFavTeamId())) or (item['homeAway'] =='away'andstr(json_source['dates'][0]['games'][0]['teams']['away']['team']['id']) ==str(getFavTeamId())))) or (selected_content_idisNoneand (item['homeAway'] =='home'oritem['isNational'] ==True )):
817
+
ifitem['mediaId'] inentitled_feedsanditem['mediaId'] notinblackout_feedsand ((FAV_TEAM!='None'and ((item['homeAway'] =='home'andstr(json_source['dates'][0]['games'][0]['teams']['home']['team']['id']) ==str(getFavTeamId())) or (item['homeAway'] =='away'andstr(json_source['dates'][0]['games'][0]['teams']['away']['team']['id']) ==str(getFavTeamId())))) or (item['homeAway'] =='home'oritem['isNational'] ==True )orselected_content_idisNone):
745
818
# prefer live streams (suspended games can have both a live and archived stream available)
if (n==0and (' vs 'intitleor' vs. 'intitleor' versus 'intitleor' at 'intitleor'@'intitle) and (title.endswith(' highlights') ortitle.endswith(' recap'))) or (n==1andtitle.includes('condensed')):
1460
+
if (n==0and (' vs 'intitleor' vs. 'intitleor' versus 'intitleor' at 'intitleor'@'intitle) and (title.endswith(' highlights') ortitle.endswith(' recap'))) or (n==1and'condensed'intitle):
0 commit comments