Skip to content

Commit

Permalink
Fix cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitcher committed Feb 4, 2024
1 parent 1433e96 commit 0e091d8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions xml/Includes_Variables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,30 +128,30 @@
</value>
</variable>
<variable name="DialogPersonInfoListContent">
<value condition="String.IsEqual(ListItem.Property(item.type),person) + String.IsEmpty(Window(home).Property(StarredInTV)) + String.IsEmpty(Window(home).Property(ActorImages))">plugin://plugin.video.themoviedb.helper?info=stars_in_movies&amp;tmdb_type=person&amp;tmdb_id=$INFO[ListItem.Property(tmdb_id)]&amp;nextpage=false&amp;limit=100</value>
<value condition="!String.IsEmpty(Window(home).Property(StarredInTV))">plugin://plugin.video.themoviedb.helper?info=stars_in_tvshows&amp;tmdb_type=person&amp;tmdb_id=$INFO[ListItem.Property(tmdb_id)]&amp;nextpage=false&amp;limit=100</value>
<value condition="!String.IsEmpty(Window(home).Property(ActorImages))">plugin://plugin.video.themoviedb.helper?info=images&amp;tmdb_type=person&amp;tmdb_id=$INFO[ListItem.Property(tmdb_id)]&amp;nextpage=false</value>
<value condition="String.IsEqual(ListItem.Property(item.type),person) + String.IsEmpty(Window(home).Property(StarredInTV)) + String.IsEmpty(Window(home).Property(ActorImages))">plugin://plugin.video.themoviedb.helper?info=stars_in_movies&amp;tmdb_type=person&amp;TMDb_ID=$INFO[ListItem.Property(TMDb_ID)]&amp;nextpage=false&amp;limit=100</value>
<value condition="!String.IsEmpty(Window(home).Property(StarredInTV))">plugin://plugin.video.themoviedb.helper?info=stars_in_tvshows&amp;tmdb_type=person&amp;TMDb_ID=$INFO[ListItem.Property(TMDb_ID)]&amp;nextpage=false&amp;limit=100</value>
<value condition="!String.IsEmpty(Window(home).Property(ActorImages))">plugin://plugin.video.themoviedb.helper?info=images&amp;tmdb_type=person&amp;TMDb_ID=$INFO[ListItem.Property(TMDb_ID)]&amp;nextpage=false</value>
</variable>
<variable name="DialogMovieInfoListContent">
<value condition="String.IsEmpty(Window(home).Property(RecommendedVideos)) + String.IsEqual(ListItem.Property(item.type),movie)">plugin://plugin.video.themoviedb.helper?info=cast&amp;tmdb_type=movie&amp;aggregate=true&amp;tmdb_id=$INFO[ListItem.Property(tmdb_id)]&amp;nextpage=false</value>
<value condition="String.IsEmpty(Window(home).Property(RecommendedVideos)) + String.IsEqual(ListItem.Property(item.type),tv)">plugin://plugin.video.themoviedb.helper?info=cast&amp;tmdb_type=tv&amp;aggregate=true&amp;tmdb_id=$INFO[ListItem.Property(tmdb_id)]&amp;nextpage=false</value>
<value condition="!String.IsEmpty(Window(home).Property(RecommendedVideos)) + String.IsEqual(ListItem.Property(item.type),movie)">plugin://plugin.video.themoviedb.helper?info=recommendations&amp;tmdb_type=movie&amp;tmdb_id=$INFO[ListItem.Property(tmdb_id)]&amp;nextpage=false</value>
<value condition="!String.IsEmpty(Window(home).Property(RecommendedVideos)) + String.IsEqual(ListItem.Property(item.type),tv)">plugin://plugin.video.themoviedb.helper?info=recommendations&amp;tmdb_type=tv&amp;tmdb_id=$INFO[ListItem.Property(tmdb_id)]&amp;nextpage=false</value>
<value condition="String.IsEmpty(Window(home).Property(RecommendedVideos)) + String.IsEqual(ListItem.Property(item.type),movie)">plugin://plugin.video.themoviedb.helper?info=cast&amp;tmdb_type=movie&amp;aggregate=true&amp;TMDb_ID=$INFO[ListItem.Property(TMDb_ID)]&amp;nextpage=false</value>
<value condition="String.IsEmpty(Window(home).Property(RecommendedVideos)) + String.IsEqual(ListItem.Property(item.type),tv)">plugin://plugin.video.themoviedb.helper?info=cast&amp;tmdb_type=tv&amp;aggregate=true&amp;TMDb_ID=$INFO[ListItem.Property(TMDb_ID)]&amp;nextpage=false</value>
<value condition="!String.IsEmpty(Window(home).Property(RecommendedVideos)) + String.IsEqual(ListItem.Property(item.type),movie)">plugin://plugin.video.themoviedb.helper?info=recommendations&amp;tmdb_type=movie&amp;TMDb_ID=$INFO[ListItem.Property(TMDb_ID)]&amp;nextpage=false</value>
<value condition="!String.IsEmpty(Window(home).Property(RecommendedVideos)) + String.IsEqual(ListItem.Property(item.type),tv)">plugin://plugin.video.themoviedb.helper?info=recommendations&amp;tmdb_type=tv&amp;TMDb_ID=$INFO[ListItem.Property(TMDb_ID)]&amp;nextpage=false</value>
</variable>
<variable name="DialogVideoInfoListContent">
<value condition="String.IsEmpty(Window(home).Property(RecommendedVideos)) + !String.IsEmpty(Container(99950).ListItem.Property(TMDb_ID)) + String.IsEqual(Container(99950).ListItem.DBType,movie)">plugin://plugin.video.themoviedb.helper?info=cast&amp;tmdb_id=$INFO[Container(99950).ListItem.Property(TMDb_ID)]&amp;tmdb_type=movie&amp;aggregate=true&amp;nextpage=false</value>
<value condition="String.IsEmpty(Window(home).Property(RecommendedVideos)) + !String.IsEmpty(Container(99950).ListItem.Property(TMDb_ID)) + String.IsEqual(Container(99950).ListItem.DBType,tvshow)">plugin://plugin.video.themoviedb.helper?info=cast&amp;tmdb_id=$INFO[Container(99950).ListItem.Property(TMDb_ID)]&amp;tmdb_type=tv&amp;aggregate=true&amp;nextpage=false</value>
<value condition="String.IsEmpty(Window(home).Property(RecommendedVideos)) + !String.IsEmpty(Container(99950).ListItem.Property(TVShow.TMDb_ID)) + [String.IsEqual(Container(99950).ListItem.DBType,season) | String.IsEqual(Container(99950).ListItem.DBType,episode)]">plugin://plugin.video.themoviedb.helper?info=cast&amp;tmdb_id=$INFO[Container(99950).ListItem.Property(TVShow.TMDb_ID)]&amp;tmdb_type=tv&amp;aggregate=true&amp;nextpage=false</value>
<value condition="String.IsEmpty(Window(home).Property(RecommendedVideos)) + !String.IsEmpty(Container(99950).ListItem.Property(TMDb_ID)) + String.IsEqual(Container(99950).ListItem.DBType,movie)">plugin://plugin.video.themoviedb.helper?info=cast&amp;TMDb_ID=$INFO[Container(99950).ListItem.Property(TMDb_ID)]&amp;tmdb_type=movie&amp;aggregate=true&amp;nextpage=false</value>
<value condition="String.IsEmpty(Window(home).Property(RecommendedVideos)) + !String.IsEmpty(Container(99950).ListItem.Property(TMDb_ID)) + String.IsEqual(Container(99950).ListItem.DBType,tvshow)">plugin://plugin.video.themoviedb.helper?info=cast&amp;TMDb_ID=$INFO[Container(99950).ListItem.Property(TMDb_ID)]&amp;tmdb_type=tv&amp;aggregate=true&amp;nextpage=false</value>
<value condition="String.IsEmpty(Window(home).Property(RecommendedVideos)) + !String.IsEmpty(Container(99950).ListItem.Property(TVShow.TMDb_ID)) + [String.IsEqual(Container(99950).ListItem.DBType,season) | String.IsEqual(Container(99950).ListItem.DBType,episode)]">plugin://plugin.video.themoviedb.helper?info=cast&amp;TMDb_ID=$INFO[Container(99950).ListItem.Property(TVShow.TMDb_ID)]&amp;tmdb_type=tv&amp;aggregate=true&amp;nextpage=false</value>
<value condition="String.IsEmpty(Window(home).Property(RecommendedVideos)) + String.IsEqual(ListItem.DBTYPE,movie)">plugin://plugin.video.themoviedb.helper?info=cast&amp;tmdb_type=movie&amp;aggregate=true&amp;query=$INFO[ListItem.Title]&amp;year=$INFO[ListItem.Year]&amp;nextpage=false</value>
<value condition="String.IsEmpty(Window(home).Property(RecommendedVideos)) + !String.IsEqual(ListItem.DBTYPE,movie)">plugin://plugin.video.themoviedb.helper?info=cast&amp;tmdb_type=tv&amp;aggregate=true&amp;query=$INFO[ListItem.TVShowTitle]&amp;year=$INFO[ListItem.Year]&amp;nextpage=false</value>
<value condition="!String.IsEmpty(Window(home).Property(RecommendedVideos)) + String.IsEqual(ListItem.DBTYPE,movie)">plugin://plugin.video.themoviedb.helper?info=recommendations&amp;tmdb_type=movie&amp;query=$INFO[ListItem.Title]&amp;year=$INFO[ListItem.Year]&amp;nextpage=false</value>
<value condition="!String.IsEmpty(Window(home).Property(RecommendedVideos)) + !String.IsEqual(ListItem.DBTYPE,movie)">plugin://plugin.video.themoviedb.helper?info=recommendations&amp;tmdb_type=tv&amp;query=$INFO[ListItem.TVShowTitle]&amp;year=$INFO[ListItem.Year]&amp;nextpage=false</value>
</variable>
<variable name="XRayCast">
<value condition="VideoPlayer.Content(movies) + !String.IsEmpty(Window(Home).Property(TMDbHelper.Player.TMDb_id)) + String.IsEqual(Window(Home).Property(TMDbHelper.Player.Title),VideoPlayer.Title)">plugin://plugin.video.themoviedb.helper/?info=cast&amp;tmdb_type=movie$INFO[Window(Home).Property(TMDbHelper.Player.TMDb_id),&amp;tmdb_id=,]</value>
<value condition="VideoPlayer.Content(movies) + !String.IsEmpty(Window(Home).Property(TMDbHelper.Player.TMDb_ID)) + String.IsEqual(Window(Home).Property(TMDbHelper.Player.Title),VideoPlayer.Title)">plugin://plugin.video.themoviedb.helper/?info=cast&amp;tmdb_type=movie$INFO[Window(Home).Property(TMDbHelper.Player.TMDb_ID),&amp;TMDb_ID=,]</value>
<value condition="VideoPlayer.Content(movies) + !String.IsEmpty(VideoPlayer.IMDBNumber) + String.StartsWith(VideoPlayer.IMDBNumber,tt)">plugin://plugin.video.themoviedb.helper/?info=cast&amp;tmdb_type=movie$INFO[VideoPlayer.IMDBNumber,&amp;imdb_id=,]</value>
<value condition="VideoPlayer.Content(movies)">plugin://plugin.video.themoviedb.helper/?info=cast&amp;tmdb_type=movie$INFO[Player.Title,&amp;query=,]$INFO[VideoPlayer.Year,&amp;year=,]</value>
<value condition="VideoPlayer.Content(episodes) + !String.IsEmpty(Window(Home).Property(TMDbHelper.Player.tvshow.TMDb_id)) + String.IsEqual(Window(Home).Property(TMDbHelper.Player.Title),VideoPlayer.Title)">plugin://plugin.video.themoviedb.helper/?info=cast&amp;tmdb_type=tv$INFO[Window(Home).Property(TMDbHelper.Player.tvshow.TMDb_id),&amp;tmdb_id=,]$INFO[VideoPlayer.Season,&amp;season=,]$INFO[VideoPlayer.Episode,&amp;episode=,]</value>
<value condition="VideoPlayer.Content(episodes) + !String.IsEmpty(Window(Home).Property(TMDbHelper.Player.tvshow.TMDb_ID)) + String.IsEqual(Window(Home).Property(TMDbHelper.Player.Title),VideoPlayer.Title)">plugin://plugin.video.themoviedb.helper/?info=cast&amp;tmdb_type=tv$INFO[Window(Home).Property(TMDbHelper.Player.tvshow.TMDb_ID),&amp;TMDb_ID=,]$INFO[VideoPlayer.Season,&amp;season=,]$INFO[VideoPlayer.Episode,&amp;episode=,]</value>
<value condition="VideoPlayer.Content(episodes)">plugin://plugin.video.themoviedb.helper/?info=cast&amp;tmdb_type=tv$INFO[VideoPlayer.TVShowTitle,&amp;query=,]$INFO[VideoPlayer.Season,&amp;season=,]$INFO[VideoPlayer.Episode,&amp;episode=,]</value>
</variable>
<variable name="DialogSelectImage">
Expand Down

0 comments on commit 0e091d8

Please sign in to comment.