diff --git a/Addons/generic.EmberCore.BulkRename/My Project/AssemblyInfo.vb b/Addons/generic.EmberCore.BulkRename/My Project/AssemblyInfo.vb index 3a82114e6..aa5062b63 100644 --- a/Addons/generic.EmberCore.BulkRename/My Project/AssemblyInfo.vb +++ b/Addons/generic.EmberCore.BulkRename/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/Addons/generic.EmberCore.Mapping/My Project/AssemblyInfo.vb b/Addons/generic.EmberCore.Mapping/My Project/AssemblyInfo.vb index c1c46fa80..2f4ca50db 100644 --- a/Addons/generic.EmberCore.Mapping/My Project/AssemblyInfo.vb +++ b/Addons/generic.EmberCore.Mapping/My Project/AssemblyInfo.vb @@ -27,5 +27,5 @@ Imports System.Runtime.InteropServices ' You can specify all the values or you can default the Build and Revision Numbers ' by using the '*' as shown below: ' - - + + diff --git a/Addons/generic.EmberCore.MovieExport/My Project/AssemblyInfo.vb b/Addons/generic.EmberCore.MovieExport/My Project/AssemblyInfo.vb index f4c30227b..88d3e7a2c 100644 --- a/Addons/generic.EmberCore.MovieExport/My Project/AssemblyInfo.vb +++ b/Addons/generic.EmberCore.MovieExport/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/Addons/generic.EmberCore.TagManager/My Project/AssemblyInfo.vb b/Addons/generic.EmberCore.TagManager/My Project/AssemblyInfo.vb index 9aef85abe..42e7e3ade 100644 --- a/Addons/generic.EmberCore.TagManager/My Project/AssemblyInfo.vb +++ b/Addons/generic.EmberCore.TagManager/My Project/AssemblyInfo.vb @@ -27,5 +27,5 @@ Imports System.Runtime.InteropServices ' You can specify all the values or you can default the Build and Revision Numbers ' by using the '*' as shown below: ' - - + + diff --git a/Addons/generic.EmberCore.VideoSourceMapping/frmSettingsHolder.vb b/Addons/generic.EmberCore.VideoSourceMapping/frmSettingsHolder.vb index e0d6e1b7e..1f4bbab57 100644 --- a/Addons/generic.EmberCore.VideoSourceMapping/frmSettingsHolder.vb +++ b/Addons/generic.EmberCore.VideoSourceMapping/frmSettingsHolder.vb @@ -74,6 +74,7 @@ Public Class frmSettingsHolder RaiseEvent ModuleSettingsChanged() End If End Sub + Private Sub dgvSources_CurrentCellDirtyStateChanged(ByVal sender As Object, ByVal e As EventArgs) Handles dgvSources.CurrentCellDirtyStateChanged RaiseEvent ModuleSettingsChanged() End Sub @@ -128,6 +129,7 @@ Public Class frmSettingsHolder If sources IsNot Nothing Then settings.SetComplexSetting("VideoSourceMapping", sources, "*EmberAPP") End If + settings.SetBooleanSetting("VideoSourceByExtension", chkMapByFile.Checked, "*EmberAPP") For Each r As DataGridViewRow In dgvByFile.Rows If Not String.IsNullOrEmpty(r.Cells(0).Value.ToString) AndAlso (sources.FindIndex(Function(f) f.Name = r.Cells(0).Value.ToString) = -1) Then diff --git a/Addons/generic.Interface.Kodi/My Project/AssemblyInfo.vb b/Addons/generic.Interface.Kodi/My Project/AssemblyInfo.vb index 1ca7eef8b..cd9fcef26 100644 --- a/Addons/generic.Interface.Kodi/My Project/AssemblyInfo.vb +++ b/Addons/generic.Interface.Kodi/My Project/AssemblyInfo.vb @@ -30,5 +30,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/Addons/generic.Interface.Trakttv/My Project/AssemblyInfo.vb b/Addons/generic.Interface.Trakttv/My Project/AssemblyInfo.vb index cc6012c6b..13b7ef207 100644 --- a/Addons/generic.Interface.Trakttv/My Project/AssemblyInfo.vb +++ b/Addons/generic.Interface.Trakttv/My Project/AssemblyInfo.vb @@ -27,5 +27,5 @@ Imports System.Runtime.InteropServices ' You can specify all the values or you can default the Build and Revision Numbers ' by using the '*' as shown below: ' - - + + diff --git a/Addons/scraper.FanartTV.Poster/My Project/AssemblyInfo.vb b/Addons/scraper.FanartTV.Poster/My Project/AssemblyInfo.vb index 5926dc255..397a42ca2 100644 --- a/Addons/scraper.FanartTV.Poster/My Project/AssemblyInfo.vb +++ b/Addons/scraper.FanartTV.Poster/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/Addons/scraper.IMDB.Data/My Project/AssemblyInfo.vb b/Addons/scraper.IMDB.Data/My Project/AssemblyInfo.vb index b29c9ab5b..6b0e7a77f 100644 --- a/Addons/scraper.IMDB.Data/My Project/AssemblyInfo.vb +++ b/Addons/scraper.IMDB.Data/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/Addons/scraper.Image.TVDB/My Project/AssemblyInfo.vb b/Addons/scraper.Image.TVDB/My Project/AssemblyInfo.vb index ed3b59a70..583f1d074 100644 --- a/Addons/scraper.Image.TVDB/My Project/AssemblyInfo.vb +++ b/Addons/scraper.Image.TVDB/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/Addons/scraper.TMDB.Data/My Project/AssemblyInfo.vb b/Addons/scraper.TMDB.Data/My Project/AssemblyInfo.vb index b7758dda5..f8c162264 100644 --- a/Addons/scraper.TMDB.Data/My Project/AssemblyInfo.vb +++ b/Addons/scraper.TMDB.Data/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/Addons/scraper.TMDB.Poster/My Project/AssemblyInfo.vb b/Addons/scraper.TMDB.Poster/My Project/AssemblyInfo.vb index 5c60c5c05..035ad9851 100644 --- a/Addons/scraper.TMDB.Poster/My Project/AssemblyInfo.vb +++ b/Addons/scraper.TMDB.Poster/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/BuildSetup/0_BuildSetup_x64.bat b/BuildSetup/0_BuildSetup_x64.bat index e74886c62..29c7e18b1 100644 --- a/BuildSetup/0_BuildSetup_x64.bat +++ b/BuildSetup/0_BuildSetup_x64.bat @@ -6,7 +6,7 @@ SET EMM_APPNAME=Ember Media Manager SET EMM_ROOT=%CD%\.. SET EMM_FOLDER=EmberMM - Release - x64 SET EMM_SYSTEM=x64 -SET EMM_REVISION=1.10.0 +SET EMM_REVISION=1.11.0 SET EMM_BRANCH=Master SET EMM_SETUPFILE=%EMM_APPNAME% %EMM_REVISION% %EMM_SYSTEM%.exe SET EMM_OUTFILE=Builds\%EMM_SETUPFILE% diff --git a/BuildSetup/0_BuildSetup_x86.bat b/BuildSetup/0_BuildSetup_x86.bat index 93011a69b..07086b0a6 100644 --- a/BuildSetup/0_BuildSetup_x86.bat +++ b/BuildSetup/0_BuildSetup_x86.bat @@ -6,7 +6,7 @@ SET EMM_APPNAME=Ember Media Manager SET EMM_ROOT=%CD%\.. SET EMM_FOLDER=EmberMM - Release - x86 SET EMM_SYSTEM=x86 -SET EMM_REVISION=1.10.0 +SET EMM_REVISION=1.11.0 SET EMM_BRANCH=Master SET EMM_SETUPFILE=%EMM_APPNAME% %EMM_REVISION% %EMM_SYSTEM%.exe SET EMM_OUTFILE=Builds\%EMM_SETUPFILE% diff --git a/EmberAPI/My Project/AssemblyInfo.vb b/EmberAPI/My Project/AssemblyInfo.vb index 3af9ffde9..58a84f632 100644 --- a/EmberAPI/My Project/AssemblyInfo.vb +++ b/EmberAPI/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/EmberMediaManager/My Project/AssemblyInfo.vb b/EmberMediaManager/My Project/AssemblyInfo.vb index 38a00ec7e..39a5ab058 100644 --- a/EmberMediaManager/My Project/AssemblyInfo.vb +++ b/EmberMediaManager/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + +