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

Commit

Permalink
5.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Oct 31, 2020
1 parent ba9f37d commit fc6fa5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 1080i/Includes_DialogVideoInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
<onfocus>SetProperty(Studio,"$INFO[Window(Home).Property(TMDBHelper.ListItem.Studio.1.Name)]",1142)</onfocus>
<onfocus>SetProperty(Path.Crew,"$VAR[Info_CrewMembers]",1142)</onfocus>
<onfocus condition="Integer.IsEqual(Container(50).NumItems,0)">SetProperty(Path.Cast,"$VAR[Info_CastMembers]",1142)</onfocus>
<onfocus condition="!Integer.IsEqual(Container(50).NumItems,0)">ClearProperty(Path.Cast,1142)</onfocus>
<onfocus condition="!Integer.IsEqual(Container(50).NumItems,0)">SetProperty(Path.Cast,-,1142)</onfocus>
<onfocus>SetProperty(Path.Sets,"$VAR[Info_Sets]",1142)</onfocus>
<onfocus>SetProperty(Path.Director,"$VAR[Info_FromDirector]",1142)</onfocus>
<onfocus>SetProperty(Path.Studio,"$VAR[Info_FromStudio]",1142)</onfocus>
Expand Down
6 changes: 4 additions & 2 deletions 1080i/Includes_Info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,11 +420,13 @@
<param name="visible" value="Control.IsEnabled(8) + !ListItem.IsFolder + !ListItem.IsCollection" />

<onclick condition="!String.IsEmpty(ListItem.FileNameAndPath)">RunScript(plugin.video.themoviedb.helper,close_dialog=1190,playmedia='$ESCINFO[ListItem.FileNameAndPath]')</onclick>
<onclick condition="String.IsEmpty(ListItem.FileNameAndPath) + String.IsEqual(ListItem.DBType,movie) + !String.IsEmpty(ListItem.Property(tmdb_id))">RunScript(plugin.video.themoviedb.helper,close_dialog=1190,playmedia=plugin://plugin.video.themoviedb.helper/?info=play&amp;type=movie&amp;tmdb_id=$INFO[ListItem.Property(tmdb_id)])</onclick>
<onclick condition="String.IsEmpty(ListItem.FileNameAndPath)">RunScript(plugin.video.themoviedb.helper,close_dialog=1190,playmedia='$ESCINFO[ListItem.FolderPath]')</onclick>

<!-- <onclick condition="String.IsEmpty(ListItem.FileNameAndPath) + String.IsEqual(ListItem.DBType,movie) + !String.IsEmpty(ListItem.Property(tmdb_id))">RunScript(plugin.video.themoviedb.helper,close_dialog=1190,playmedia=plugin://plugin.video.themoviedb.helper/?info=play&amp;type=movie&amp;tmdb_id=$INFO[ListItem.Property(tmdb_id)])</onclick>
<onclick condition="String.IsEmpty(ListItem.FileNameAndPath) + String.IsEqual(ListItem.DBType,episode) + !String.IsEmpty(ListItem.Property(tvshow.tmdb_id))">RunScript(plugin.video.themoviedb.helper,close_dialog=1190,playmedia=plugin://plugin.video.themoviedb.helper/?info=play&amp;type=episode&amp;tmdb_id=$INFO[ListItem.Property(tvshow.tmdb_id)]&amp;season=$INFO[ListItem.Season]&amp;episode=$INFO[ListItem.Episode])</onclick>
<onclick condition="String.IsEmpty(ListItem.FileNameAndPath) + String.IsEqual(ListItem.DBType,movie) + String.IsEmpty(ListItem.Property(tmdb_id))">RunScript(plugin.video.themoviedb.helper,close_dialog=1190,playmedia=plugin://plugin.video.themoviedb.helper/?info=play&amp;type=movie&amp;query=$INFO[ListItem.Title])</onclick>
<onclick condition="String.IsEmpty(ListItem.FileNameAndPath) + String.IsEqual(ListItem.DBType,episode) + String.IsEmpty(ListItem.Property(tvshow.tmdb_id))">RunScript(plugin.video.themoviedb.helper,close_dialog=1190,playmedia=plugin://plugin.video.themoviedb.helper/?info=play&amp;type=episode&amp;query=$INFO[ListItem.TvShowTitle]&amp;season=$INFO[ListItem.Season]&amp;episode=$INFO[ListItem.Episode])</onclick>

-->
<onclick>ActivateWindow(busydialognocancel)</onclick>
<onclick>SetProperty(CloseBusyDialog,1)</onclick>
<onclick>AlarmClock(closebusydialog,Dialog.Close(busydialognocancel),00:05,silent)</onclick>
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.horizon" name="Arctic Horizon" provider-name="jurialmunkey" version="0.5.50">
<addon id="skin.arctic.horizon" name="Arctic Horizon" provider-name="jurialmunkey" version="0.5.51">
<requires>
<import addon="xbmc.gui" version="5.14.0" />
<import addon="script.skinshortcuts" version="0.4.0" />
Expand Down

0 comments on commit fc6fa5e

Please sign in to comment.