diff --git a/CHANGES.md b/CHANGES.md
index 0d3029b1..b809ecdc 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -342,7 +342,10 @@
* Add to config/media-process/File Handling, "Rename TBA" and "Rename any"
* Add config to change media process log message if there is no media to process
* Change view-show text "invalid timeformat" to "time unknown"
+* Add TVDb v4
+* Add menu Shows/"TVDb Cards"
* Add menu Shows/"TMDB Cards"
+* Change increase viewable history menu items from 13 to 15
* Add a persons available socials (Youtube, LinkedIn, Reddit, Fansite, TikTok, Wikidata)
* Change use TVDb genres on view-show if config/General/Interface/"Enable IMDb info" is disabled
* Fix TVDb api episode issues
@@ -503,6 +506,8 @@
* Change migrate Kodi addon to Kodi (Matrix), (Leia) and older can use repo source url /kodi-legacy
* Change ensure XML header in Kodi nfo files
* Change fix some typos
+* Add menu Shows/"TVDb Cards"
+* Add menu Shows/"TMDB Cards"
### 0.25.60 (2023-01-03 13:30:00 UTC)
@@ -966,6 +971,7 @@
* Change improve the search progress text
* Add "Size" filter '<0' in history view to filter already deleted media
* Change swap `Episode` and `Label` columns in history view
+* Change add TheTVDb v4 support
### 0.24.17 (2021-08-31 01:00:00 UTC)
diff --git a/gui/slick/interfaces/default/home_browseShows.tmpl b/gui/slick/interfaces/default/home_browseShows.tmpl
index a2e9c5b0..2644c360 100644
--- a/gui/slick/interfaces/default/home_browseShows.tmpl
+++ b/gui/slick/interfaces/default/home_browseShows.tmpl
@@ -301,7 +301,7 @@ $(function() {
var filterValue = this.value;
if (-1 == filterValue.indexOf('trakt') && -1 == filterValue.indexOf('imdb') && -1 == filterValue.indexOf('mc_')
&& -1 == filterValue.indexOf('tmdb_') && -1 == filterValue.indexOf('tvc_')
- && -1 == filterValue.indexOf('tvm_')
+ && -1 == filterValue.indexOf('tvdb_') && -1 == filterValue.indexOf('tvm_')
&& -1 == filterValue.indexOf('ne_') && -1 == filterValue.indexOf('_ne')
&& -1 == filterValue.indexOf('default')) {
var el$ = $('#container')
@@ -507,6 +507,14 @@ $(function() {
+ #elif 'TVDb' == $browse_type
+
#elif 'TVCalendar' == $browse_type