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.program.super.favourites" name =" Super Favourites" version =" 2.2.3 " provider-name =" jmooremcc, spoyser" >
2+ <addon id =" plugin.program.super.favourites" name =" Super Favourites" version =" 2.2.4 " provider-name =" jmooremcc, spoyser" >
33 <requires >
44 <import addon =" xbmc.python" version =" 3.0.0" />
55 <import addon =" script.module.metahandler" optional =" true" />
3434 </assets >
3535
3636 <news >
37+ 2.2.4 February 2022
38+ - Fix URL Playback
39+
37402.2.3 February 2022
3841 - Fix folder lock
3942 - Fix name colorization
Original file line number Diff line number Diff line change 11[B][COLOR chartreuse]This file contains ALOT of useful information regarding the functionality of Super Favourites[CR]
22PLEASE READ IT!![/COLOR][/B]
33
4+ [COLOR chartreuse]2.2.4 February 2022[/COLOR]
5+ - Fix URL Playback
6+
47[COLOR chartreuse]2.2.3 February 2022[/COLOR]
58 - Fix folder lock
69 - Fix name colorization
Original file line number Diff line number Diff line change @@ -171,6 +171,9 @@ def activateWindowCommand(cmd):
171171 elif 'mode=' in plugin .lower ():
172172 utils .log ("xbmc.executebuiltin(cmd)" )
173173 xbmc .executebuiltin (cmd )
174+ elif 'action=' in plugin .lower ():
175+ utils .log ("xbmc.executebuiltin(cmd)" )
176+ xbmc .executebuiltin (cmd )
174177 else :
175178 utils .log ("xbmc.executebuiltin('RunPlugin(%s)' % plugin)" )
176179 xbmc .executebuiltin ('RunPlugin(%s)' % plugin )
You can’t perform that action at this time.
0 commit comments