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
This PR includes:
- Fix requirements.txt for xmlschema on Python 2.7
- Add tagline and plotoutline to TV channels
- Add label2Mask to sort methods
- Add label2 episodes to folders (does not work in Kodi yet)
- Add episode and season to folders (see video pane)
if (self.still_watching(position, total) orwatch_laterisTrue
77
77
or (pathandpath.startswith('plugin://plugin.video.vrt.nu/play/upnext'))):
78
-
# Normally, VRT NU resumepoints are deleted when an episode is (un)watched and Kodi GUI automatically sets the (un)watched status when Kodi Player exits.
79
-
# This mechanism doesn't work with "Up Next" episodes because these episodes are not initiated from a ListItem in Kodi GUI.
80
-
# For "Up Next" episodes, we should never delete the VRT NU resumepoints to make sure the watched status can be forced in Kodi GUI using the playcount infolabel.
78
+
# Normally, VRT NU resumepoints are deleted when an episode is (un)watched and Kodi GUI automatically sets the (un)watched status when Player exits
79
+
# This mechanism doesn't work with "Up Next" episodes because these episodes are not initiated from a ListItem in Kodi GUI
80
+
# For "Up Next" episodes, we should never delete the VRT NU resumepoints to make sure the watched status can be forced using the playcount infolabel
Copy file name to clipboardExpand all lines: resources/settings.xml
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,6 @@
60
60
<settinglabel="30869"help="30870"type="action"action="InstallAddon(service.upnext)"option="close"visible="!System.HasAddon(service.upnext)"/> <!-- Install Up Next add-on -->
<settinglabel="30873"help="30874"type="action"action="Addon.OpenSettings(service.upnext)"enable="eq(-1,true)"option="close"visible="System.HasAddon(service.upnext)"subsetting="true"/> <!-- Up Next settings -->
0 commit comments