diff --git a/resources/language/English/strings.xml b/resources/language/English/strings.xml index e68d05e9..33d65f09 100644 --- a/resources/language/English/strings.xml +++ b/resources/language/English/strings.xml @@ -237,8 +237,8 @@ Enable Netflix style next up notification - The number of seconds before the end to show the notification Show Emby Info dialog on play/select action - Suppress server connection message at boot - Use local paths instead of addon redirect (faster playback, but no remote access) + Suppress server connection message on start-up + Use local paths instead of addon redirect for playback diff --git a/resources/lib/LibrarySync.py b/resources/lib/LibrarySync.py index 66ff97b5..02a2dea8 100644 --- a/resources/lib/LibrarySync.py +++ b/resources/lib/LibrarySync.py @@ -522,7 +522,7 @@ class LibrarySync(): WINDOW.setProperty("SyncDatabaseRunning", "true") #show the progress dialog - if (dbSyncIndication): + if (dbSyncIndication and xbmc.Player().isPlaying() == False): xbmcgui.Dialog().notification('Emby for Kodi', 'Performing incremental sync...', "special://home/addons/plugin.video.emby/icon.png") connection = utils.KodiSQL("video") diff --git a/resources/settings.xml b/resources/settings.xml index eff532dd..c7008982 100644 --- a/resources/settings.xml +++ b/resources/settings.xml @@ -8,9 +8,7 @@ - - @@ -23,10 +21,8 @@ - - - +