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

Commit

Permalink
0.9.50 - list TMDb queries
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Sep 16, 2019
1 parent 0979145 commit 8525876
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 1080i/Includes_DialogVideoInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<onclick condition="Skin.HasSetting(DisableExtendedInfo)">SetFocus(50)</onclick>
<onclick>SetFocus(5000)</onclick>
<onclick>SetFocus(300)</onclick>
<onclick>RunScript(plugin.video.themoviedb.helper,add_path=plugin://plugin.video.themoviedb.helper/?info=details&amp;type=person&amp;query=$INFO[Container(50).ListItem.Label],call_id=1137,prevent_del,delay=0.35)</onclick>
<onclick>RunScript(plugin.video.themoviedb.helper,add_query=$INFO[Container(50).ListItem.Label],type=person,call_id=1137,prevent_del,delay=0.35)</onclick>
<onback>300</onback>
<onup>300</onup>
<ondown>5001</ondown>
Expand Down Expand Up @@ -133,7 +133,7 @@
<onclick condition="Skin.HasSetting(DisableExtendedInfo)">SetFocus(50)</onclick>
<onclick>SetFocus(5000)</onclick>
<onclick>SetFocus(300)</onclick>
<onclick>RunScript(plugin.video.themoviedb.helper,add_path=plugin://plugin.video.themoviedb.helper/?info=details&amp;type=person&amp;query=$INFO[Container(5077).ListItem.Label],call_id=1137,prevent_del,delay=0.35)</onclick>
<onclick>RunScript(plugin.video.themoviedb.helper,add_query=$INFO[Container(5077).ListItem.Label],type=person,call_id=1137,prevent_del,delay=0.35)</onclick>
<include>Defs_InfoList_OnBack</include>
<visible>!String.IsEmpty(Container(5001).ListItem.Property(tmdb_id)) + !Container(5001).IsUpdating</visible>
<content limit="25" target="videos">plugin://plugin.video.themoviedb.helper/?info=cast&amp;type=movie&amp;tmdb_id=$INFO[Container(5001).ListItem.Property(tmdb_id)]</content>
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.50-alpha2">
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.50-alpha3">
<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
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- Fix for small landscape and small square widget text
- Fix for old v6 of next aired
- Fix for alphabet strip wrap-around
- Add new TMDb Helper function for select list of queried items

0.9.49
- Fix OSD covering subtitles when adjusting offset
Expand Down

0 comments on commit 8525876

Please sign in to comment.