diff --git a/CHANGES.md b/CHANGES.md index eb2402d0..4cd08180 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,7 +22,8 @@ * Update urllib3 2.0.7 (56f01e0) to 2.2.1 (54d6edf) * Change growl notifier location for Apprise update refactor * Change systemd remove py2 and add basic hardening options -* Change alphabetically sort list at edit show/Exclude global ignore/require words +* Change alphabetically sort list at edit show/Exclude global ignore/require words +* Add search on TVmaze, TMDb, or Trakt for other shows with the actor that is viewed on Person page ### 3.31.1 (2024-06-14 01:00:00 UTC) diff --git a/gui/slick/interfaces/default/cast_person.tmpl b/gui/slick/interfaces/default/cast_person.tmpl index a9c1c9a0..1c5eddae 100644 --- a/gui/slick/interfaces/default/cast_person.tmpl +++ b/gui/slick/interfaces/default/cast_person.tmpl @@ -146,15 +146,17 @@ def param(visible=True, rid=None, cache_person=None, cache_char=None, person=Non #end if -
+
#if $person.real_name
Real name$person.real_name
#end if @@ -209,14 +211,21 @@ def param(visible=True, rid=None, cache_person=None, cache_char=None, person=Non
#end if -#if $person.ids.get($TVINFO_TRAKT) -
Search Shows on Trake
-#end if -#if $person.ids.get($TVINFO_TMDB) -
Search Shows on TMDB
-#end if -#if $person.ids.get($TVINFO_TVMAZE) -
Search Shows on TVMaze
+#set $src = (($TVINFO_TVMAZE, 'tvm'), ($TVINFO_TMDB, 'tmdb'), ($TVINFO_TRAKT, 'trakt')) +#if any([$person.ids.get($cur_src) for ($cur_src, _) in $src]) +
+ Other shows + + + +
#end if diff --git a/gui/slick/interfaces/default/home_browseShows.tmpl b/gui/slick/interfaces/default/home_browseShows.tmpl index 046183d7..b2cd281a 100644 --- a/gui/slick/interfaces/default/home_browseShows.tmpl +++ b/gui/slick/interfaces/default/home_browseShows.tmpl @@ -464,17 +464,19 @@ $(document).ready(function(){   -#if $p_ref -
- -
-#end if +

$browse_title

#if $kwargs and $kwargs.get('oldest')
First aired from $kwargs['oldest'] until $kwargs['newest']
#end if + + #if $p_ref +
+ +
+ #end if #end if