diff --git a/htdocs/lang/lang-de-DE.php b/htdocs/lang/lang-de-DE.php
index d7d7d0fbb..42e52a730 100755
--- a/htdocs/lang/lang-de-DE.php
+++ b/htdocs/lang/lang-de-DE.php
@@ -147,7 +147,7 @@
$lang['cardFormStreamLegend'] = "Stream verlinken / erstellen";
$lang['cardFormStreamLabel'] = "Stream URL (benötigt immer einen neuen Ordner - s.o.)";
$lang['cardFormStreamPlaceholderClassic'] = "http(...).mp3 / .m3u / .ogg / .rss / .xml / ...";
-$lang['cardFormStreamPlaceholderPlusSpotify'] = "spotify:(user:username:)album/track/playlist:#### / Livestream: http(....).mp3 / .m3u / .ogg / ....";
+$lang['cardFormStreamPlaceholderPlusSpotify'] = "spotify:album/artist/playlist/track:#### / Livestream: http(....).mp3 / .m3u / .ogg / ....";
$lang['cardFormStreamHelp'] = "Füge die URL für spotify, Podcast, Webradio, Stream oder andere Online-Medien hinzu";
$lang['cardFormStreamTypeSelectDefault'] = "Wähle den Typ";
$lang['cardFormStreamTypeHelp'] = "Wähle die Art des Streams, den du hinzufügen möchtest";
@@ -278,4 +278,14 @@
$lang['searchExample'] = "z.B. Moonlight";
$lang['searchSend'] = "Suchen";
$lang['searchResult'] = "Suchergebnisse:";
+
+/*
+* Filter
+*/
+$lang['filterall'] = "Zeige alle";
+$lang['filterfile'] = "Dateien";
+$lang['filterlivestream'] = "Livestream";
+$lang['filterpodcast'] = "Podcast";
+$lang['filterspotify'] = "Spotify";
+$lang['filteryoutube'] = "YouTube";
?>
diff --git a/htdocs/lang/lang-en-UK.php b/htdocs/lang/lang-en-UK.php
index 999180706..e046dfaf6 100755
--- a/htdocs/lang/lang-en-UK.php
+++ b/htdocs/lang/lang-en-UK.php
@@ -147,7 +147,7 @@
$lang['cardFormStreamLegend'] = "Link Stream";
$lang['cardFormStreamLabel'] = "Stream URL (always requires new folder above)";
$lang['cardFormStreamPlaceholderClassic'] = "http(...).mp3 / .m3u / .ogg / .rss / .xml / ...";
-$lang['cardFormStreamPlaceholderPlusSpotify'] = "spotify:(user:username:)album/track/playlist:### / Stream/Podcast like http....mp3 .xml .rss .ogg";
+$lang['cardFormStreamPlaceholderPlusSpotify'] = "spotify:album/artist/playlist/track:### / Stream/Podcast like http....mp3 .xml .rss .ogg";
$lang['cardFormStreamHelp'] = "Add the URL for spotify, podcast, web radio, stream or other online media";
$lang['cardFormStreamTypeSelectDefault'] = "Select type";
$lang['cardFormStreamTypeHelp'] = "Select the type you are adding";
@@ -279,4 +279,14 @@
$lang['searchExample'] = "z.B. Moonlight";
$lang['searchSend'] = "Search";
$lang['searchResult'] = "Search-Results:";
+
+/*
+* Filter
+*/
+$lang['filterall'] = "Show all";
+$lang['filterfile'] = "Files";
+$lang['filterlivestream'] = "Livestream";
+$lang['filterpodcast'] = "Podcast";
+$lang['filterspotify'] = "Spotify";
+$lang['filteryoutube'] = "YouTube";
?>
diff --git a/htdocs/lang/lang-nl-NL.php b/htdocs/lang/lang-nl-NL.php
index 87041b66b..776fd9aaa 100755
--- a/htdocs/lang/lang-nl-NL.php
+++ b/htdocs/lang/lang-nl-NL.php
@@ -119,7 +119,7 @@
$lang['cardFormFolderSelectDefault'] = "Geen (Pulldown om een map te selecteren)";
$lang['cardFormStreamLabel'] = "b) ... of maak verbinding met de Stream-URL";
$lang['cardFormStreamPlaceholderClassic'] = "Livestream: http(...).mp3 / .m3u / .ogg / ...";
-$lang['cardFormStreamPlaceholderPlusSpotify'] = "spotify:(user:username:)album/track/playlist:### / Livestream: http(...).mp3 / .m3u / .ogg / ...";
+$lang['cardFormStreamPlaceholderPlusSpotify'] = "spotify:album/artist/playlist/track:### / Livestream: http(...).mp3 / .m3u / .ogg / ...";
$lang['cardFormStreamHelp'] = "Voeg de URL toe voor spotify, podcast, webradio, stream of andere online media";
$lang['cardFormStreamTypeSelectDefault'] = "Selecteer type";
$lang['cardFormStreamTypeHelp'] = "Selecteer het type dat u toevoegt";
@@ -205,5 +205,15 @@
$lang['searchExample'] = "z.B. Moonlight";
$lang['searchSend'] = "Zoeken";
$lang['searchResult'] = "Zoekresultaten:";
+
+/*
+* Filter
+*/
+$lang['filterall'] = "Toon alles";
+$lang['filterfile'] = "Bestanden";
+$lang['filterlivestream'] = "Livestream";
+$lang['filterpodcast'] = "Podcast";
+$lang['filterspotify'] = "Spotify";
+$lang['filteryoutube'] = "YouTube";
?>