Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
fix for plugins browse/play button
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Sep 8, 2019
1 parent 49d2055 commit c43f838
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion 1080i/Includes_Info.xml
Expand Up @@ -206,7 +206,17 @@
<param name="groupid" value="8008" />
<param name="label" value="$VAR[Label_Info_PlayButton]" />
<param name="icon" value="$VAR[Image_Info_PlayButton]" />
<param name="visible" value="Control.IsEnabled(8) + String.IsEmpty(ListItem.Property(tmdb_id))" />
<param name="visible" value="Control.IsEnabled(8) + String.IsEmpty(Container.PluginName)" />
</include>
<include content="Object_Info_Button">
<param name="id" value="8888" />
<param name="groupid" value="8808" />
<param name="label" value="$VAR[Label_Info_PlayButton]" />
<param name="icon" value="$VAR[Image_Info_PlayButton]" />
<param name="visible" value="Control.IsEnabled(8) + !String.IsEmpty(Container.PluginName)" />
<onclick>Dialog.Close(all,force)</onclick>
<onclick>Container.Update($INFO[ListItem.FolderPath])</onclick>
<!-- <onclick>AlarmClock(launchit, Action(select), 00:01, silent, false)</onclick> -->
</include>
<include content="Object_Info_Button">
<param name="id" value="8115" />
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
@@ -1,4 +1,4 @@
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.48-alpha7">
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.48-alpha8">
<requires>
<import addon="xbmc.gui" version="5.14.0" />
<import addon="script.skinshortcuts" version="0.4.0" />
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Expand Up @@ -7,6 +7,7 @@
- Fixes for landscape pvr widget icons
- Seek numeric and pvr channel seek
- Update playerprocessinfo
- Fix for browse/play in info for plugins

0.9.47
- NextAired view options
Expand Down

0 comments on commit c43f838

Please sign in to comment.