From 68cf16416ba4fb88293b2bdac9867c5534fd7357 Mon Sep 17 00:00:00 2001 From: abeloin Date: Wed, 25 Dec 2013 14:26:49 -0500 Subject: Linux fixes: -Copy PropertyChanged.Fody.dll to Tools/Fody in MediaBrowser.Model.csproj -Check if root for WebSocketServer.FlashAccessPolicyEnabled (port < 1024) -Check resolution value !=0 before SetResolution -Catch _userManager.RefreshUsersMetadata exception when running MB3 for the first time -Fix _appHost.Init() missing argument -FFmpeg: set default and execute permission(766) to ffmpeg and ffprobe -FFmpeg: Detect the OS type and download the correct version -Rename MediaBrowser.WebDashboard/dashboard-ui/scripts/Itemdetailpage.js to itemdetailpage.js --- .../MediaBrowser.Server.Implementations.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj') diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj index 09a39c3eb2..efc1549bc0 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -85,6 +85,7 @@ ..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll + -- cgit v1.2.3 From 316500dca40f7d861af394d6db27f14302255622 Mon Sep 17 00:00:00 2001 From: abeloin Date: Wed, 25 Dec 2013 19:40:53 -0500 Subject: -Replaced Mono.Data.SQLite by System.Data.SQLite(ManagedOnly) -Added System.Data.SQLite and Sqlite3 into ThirdParty -Depending of the OS, System.Data.SQLite will look for: sqlite3.dll in Windows(Provided with the project) libsqlite3.so.0 in Linux(Need to be installed. ie yum install sqlite.i686) libsqlite3.dylib in MacOS X(!?) (See http://www.mono-project.com/Interop_with_Native_Libraries for more info) --- .../MediaBrowser.Server.Implementations.csproj | 20 ++++++++++++++++---- .../Persistence/SqliteExtensions.cs | 18 +----------------- .../MediaBrowser.Server.Mono.csproj | 7 +++++-- 3 files changed, 22 insertions(+), 23 deletions(-) (limited to 'MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj') diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj index efc1549bc0..3b20784fc7 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -48,9 +48,6 @@ ..\packages\Alchemy.2.2.1\lib\net40\Alchemy.dll - - ..\ThirdParty\Mono.Data.Sqlite\Mono.Data.Sqlite.dll - ..\ThirdParty\ServiceStack\ServiceStack.Api.Swagger.dll @@ -67,9 +64,14 @@ ..\packages\MediaBrowser.BdInfo.1.0.0.5\lib\net20\BDInfo.dll - + + False ..\packages\System.Data.SQLite.x86.1.0.89.0\lib\net45\System.Data.SQLite.dll + + False + ..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.dll + ..\ThirdParty\ServiceStack\ServiceStack.dll @@ -346,6 +348,16 @@ + + + System.Data.SQLite.dll + PreserveNewest + + + System.Data.SQLite.Linq.dll + PreserveNewest + +