diff --git a/resources/language/English/strings.xml b/resources/language/English/strings.xml
index 7d8a774a..a55487aa 100644
--- a/resources/language/English/strings.xml
+++ b/resources/language/English/strings.xml
@@ -302,12 +302,12 @@
Users must log in every time Kodi restarts
RESTART KODI IF YOU MAKE ANY CHANGES
Complete Re-Sync necessary
- Download additional art from FanArtTV (slower!)
+ Download additional art from FanArtTV
Download movie set/collection art from FanArtTV
Don't ask to pick a certain stream/quality
Always pick best quality for trailers
Sleep between art downloads [ms]
-
+ Artwork
Welcome
@@ -354,7 +354,7 @@
Plex Companion Port (change only if needed)
Activate Plex Companion debug log
Activate Plex Companion GDM debug log
- Allows flinging media to Kodi through Plex
+ Plex Companion: Allows flinging media to Kodi through Plex
Could not login to plex.tv. Please try signing in again.
Problems connecting to plex.tv. Network or internet issue?
Could not find any Plex server in the network. Aborting...
@@ -367,7 +367,7 @@
[COLOR yellow]Repair local database (force update all content)[/COLOR]
[COLOR red]Partial or full reset of Database and PKC[/COLOR]
- [COLOR yellow]Cache all images to Kodi texture cache[/COLOR]
+ [COLOR yellow]Cache all images to Kodi texture cache now[/COLOR]
[COLOR yellow]Sync Emby Theme Media to Kodi[/COLOR]
local
Failed to authenticate. Did you login to plex.tv?
@@ -409,7 +409,7 @@
Extend Plex TV Series "On Deck" view to all shows
Recently Added: Append show title to episode
Recently Added: Append season- and episode-number SxxExx
- Would you like to download additional artwork from FanArtTV? Sync will be slower!
+ Would you like to download additional artwork from FanArtTV in the background?
Sync when screensaver is deactivated
Force Transcode Hi10P
Recently Added: Also show already watched episodes
@@ -447,7 +447,7 @@
Abort (Yes) or save address anyway (No)?
connected
plex.tv toggle successful
- Look for missing fanart on FanartTV
+ [COLOR yellow]Look for missing fanart on FanartTV now[/COLOR]
Only look for missing fanart or refresh all fanart? The scan will take quite a while and happen in the background.
Refresh all
Missing only
diff --git a/resources/language/German/strings.xml b/resources/language/German/strings.xml
index 3d89f34d..cef530e7 100644
--- a/resources/language/German/strings.xml
+++ b/resources/language/German/strings.xml
@@ -28,11 +28,12 @@
Benutzer müssen sich bei jedem Neustart von Kodi neu anmelden
BEI ÄNDERUNGEN KODI NEU STARTEN
Komplette Neusynchronisierung nötig
- Zusätzliche Bilder von FanArtTV herunterladen (langsamer!)
+ Zusätzliche Bilder von FanArtTV herunterladen
FanArtTV Film-Sets/Collections Bilder herunterladen
Nicht fragen, welcher Stream/Qualität gespielt wird
Trailer immer in der besten Qualität abspielen
Wartezeit zwischen Bilder downloads [ms]
+ Artwork
Verbindung
Netzwerk
@@ -292,7 +293,7 @@
Plex Companion Port (nur bei Bedarf ändern)
Plex Companion debug log aktivieren
Plex Companion GDM debug log aktivieren
- Spiele Inhalt von anderen Plex Geräten ab
+ Plex Companion: Spiele Inhalt von anderen Plex Geräten ab
Login bei plex.tv fehlgeschlagen. Bitte erneut versuchen.
Netzwerk Verbindungsprobleme für plex.tv. Funktionieren Netzwerk und/oder Internet?
Konnte keine Plex Server im Netzwerk finden. Abbruch...
@@ -305,7 +306,7 @@
[COLOR yellow]Lokale Datenbank reparieren (allen Inhalt aktualisieren)[/COLOR]
[COLOR red]Datenbank und auf Wunsch PKC zurücksetzen[/COLOR]
- [COLOR yellow]Alle Plex Bilder in Kodi zwischenspeichern[/COLOR]
+ [COLOR yellow]Alle Plex Bilder jetzt in Kodi zwischenspeichern[/COLOR]
[COLOR yellow]Plex Themes zu Kodi synchronisieren[/COLOR]
lokal
Plex Media Server Authentifizierung fehlgeschlagen. Haben Sie sich bei plex.tv eingeloggt?
@@ -347,7 +348,7 @@
Standard Plex Ansicht "Aktuell" auf alle TV Shows erweitern
"Zuletzt hinzugefügt": Serien- an Episoden-Titel anfügen
"Zuletzt hinzugefügt": Staffel und Episode anfügen, SxxExx
- Zusätzliche Bilder von FanArtTV herunterladen? Die Synchronisierung wird länger dauern!
+ Zusätzliche Bilder von FanArtTV im Hintergrund herunterladen?
Sync wenn Bildschirmschoner deaktiviert wird
Hi10p Codec Transkodierung erzwingen
"Zuletzt hinzugefügt": gesehene Folgen anzeigen
@@ -385,7 +386,7 @@
Abbrechen (Ja) oder PMS Adresse trotzdem speichern (Nein)?
verbunden
plex.tv wechsel OK
- Nach zusätzlicher Fanart auf FanartTV suchen
+ [COLOR yellow]Jetzt zusätzliche Bilder auf FanartTV suchen[/COLOR]
Nur nach fehlender Fanart suchen oder alle Fanart neu herunterladen? Die Suche wird lange dauern und komplett im Hintergrund stattfinden!
Alle
Fehlend
diff --git a/resources/lib/entrypoint.py b/resources/lib/entrypoint.py
index d2a5ebd7..59997340 100644
--- a/resources/lib/entrypoint.py
+++ b/resources/lib/entrypoint.py
@@ -275,8 +275,6 @@ def doMainListing():
# addDirectoryItem("Add user to session", "plugin://plugin.video.plexkodiconnect/?mode=adduser")
addDirectoryItem(lang(39203), "plugin://plugin.video.plexkodiconnect/?mode=refreshplaylist")
addDirectoryItem(lang(39204), "plugin://plugin.video.plexkodiconnect/?mode=manualsync")
- if settings('FanartTV') == 'true':
- addDirectoryItem(lang(39222), "plugin://plugin.video.plexkodiconnect/?mode=fanart")
xbmcplugin.endOfDirectory(int(sys.argv[1]))
diff --git a/resources/settings.xml b/resources/settings.xml
index 101ec9c4..e7066114 100644
--- a/resources/settings.xml
+++ b/resources/settings.xml
@@ -19,17 +19,25 @@
-
+
+
+
-
-
+
+
+
+
+
+
+
+
@@ -38,10 +46,6 @@
-
-
-
-
@@ -49,8 +53,6 @@
-
-
@@ -104,6 +106,13 @@
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
@@ -144,7 +143,6 @@
-