diff --git a/README.md b/README.md index 2c22c4f8..afd25786 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ I'm not in any way affiliated with Plex. Thank you very much for a small donatio ### IMPORTANT NOTES -1. If your are using a **low CPU device like a raspberry pi or a CuBox**, PKC might be instable or crash during initial sync. Lower the number of threads in the [PKC settings under Sync Options](https://github.com/croneter/PlexKodiConnect/wiki/PKC-settings#sync-options): `Limit artwork cache threads: 5` +1. If your are using a **low CPU device like a Raspberry Pi or a CuBox**, PKC might be instable or crash during initial sync. Lower the number of threads in the [PKC settings under Sync Options](https://github.com/croneter/PlexKodiConnect/wiki/PKC-settings#sync-options): `Limit artwork cache threads: 5` Don't forget to reboot Kodi after that. 2. If you post logs, your **Plex tokens** might be included. Be sure to double and tripple check for tokens before posting any logs anywhere by searching for `token` 3. **Compatibility**: PKC is currently not compatible with Kodi's Video Extras plugin. **Deactivate Video Extras** if trailers/movies start randomly playing. diff --git a/resources/language/English/strings.xml b/resources/language/English/strings.xml index 03acc478..8b1fc152 100644 --- a/resources/language/English/strings.xml +++ b/resources/language/English/strings.xml @@ -419,7 +419,7 @@ Current address: Current port: Current plex.tv status: - Is your Kodi installed on a low-powered device like a raspberry pie? If yes, then we will reduce the strain on Kodi to prevent it from crashing. + Is your Kodi installed on a low-powered device like a Raspberry Pi? If yes, then we will reduce the strain on Kodi to prevent it from crashing. Appearance Tweaks TV Shows diff --git a/resources/language/German/strings.xml b/resources/language/German/strings.xml index cf8ecadd..83e1d695 100644 --- a/resources/language/German/strings.xml +++ b/resources/language/German/strings.xml @@ -357,7 +357,7 @@ Aktuelle Adresse: Aktueller Port: Aktueller plex.tv Status: - Läuft Kodi auf einem Raspberry Pie oder ähnlichem Computer mit äusserst wenig Rechenleistung? Falls ja, wird die Rechenlast reduziert, damit Kodi nicht abstürzt. + Läuft Kodi auf einem Raspberry Pi oder ähnlichem Gerät mit äusserst wenig Rechenleistung? Falls ja, wird die Rechenlast reduziert, damit Kodi nicht abstürzt. Tweaks Aussehen TV Serien diff --git a/resources/lib/initialsetup.py b/resources/lib/initialsetup.py index ada0acc3..92b0b3bc 100644 --- a/resources/lib/initialsetup.py +++ b/resources/lib/initialsetup.py @@ -474,7 +474,7 @@ class InitialSetup(): self.logMsg("User opted to use FanArtTV", 1) utils.settings('FanartTV', value="true") - # Is your Kodi installed on a low-powered device like a raspberry pie? + # Is your Kodi installed on a low-powered device like a Raspberry Pi? # If yes, then we will reduce the strain on Kodi to prevent it from # crashing. if dialog.yesno(heading=self.addonName,