2014-01-05 18:59:21 -07:00
|
|
|
|
using MediaBrowser.Api;
|
2013-03-03 22:43:06 -07:00
|
|
|
|
using MediaBrowser.Common;
|
|
|
|
|
using MediaBrowser.Common.Configuration;
|
2013-07-08 10:13:18 -07:00
|
|
|
|
using MediaBrowser.Common.Constants;
|
2014-04-25 19:55:07 -07:00
|
|
|
|
using MediaBrowser.Common.Events;
|
2013-03-14 21:23:07 -07:00
|
|
|
|
using MediaBrowser.Common.Extensions;
|
2013-02-25 20:43:04 -07:00
|
|
|
|
using MediaBrowser.Common.Implementations;
|
2013-02-24 14:53:54 -07:00
|
|
|
|
using MediaBrowser.Common.Implementations.ScheduledTasks;
|
2013-10-31 07:03:23 -07:00
|
|
|
|
using MediaBrowser.Common.IO;
|
2013-03-06 22:34:00 -07:00
|
|
|
|
using MediaBrowser.Common.Net;
|
2013-12-13 08:48:35 -07:00
|
|
|
|
using MediaBrowser.Common.Progress;
|
2013-02-24 14:53:54 -07:00
|
|
|
|
using MediaBrowser.Controller;
|
2014-03-17 18:45:41 -07:00
|
|
|
|
using MediaBrowser.Controller.Channels;
|
2014-03-07 08:53:23 -07:00
|
|
|
|
using MediaBrowser.Controller.Collections;
|
2013-03-03 22:43:06 -07:00
|
|
|
|
using MediaBrowser.Controller.Configuration;
|
2014-03-13 12:08:02 -07:00
|
|
|
|
using MediaBrowser.Controller.Dlna;
|
2013-03-07 22:08:27 -07:00
|
|
|
|
using MediaBrowser.Controller.Drawing;
|
2013-09-04 10:02:19 -07:00
|
|
|
|
using MediaBrowser.Controller.Dto;
|
2013-03-01 14:22:34 -07:00
|
|
|
|
using MediaBrowser.Controller.Entities;
|
2014-01-20 09:09:53 -07:00
|
|
|
|
using MediaBrowser.Controller.FileOrganization;
|
2013-02-27 13:25:45 -07:00
|
|
|
|
using MediaBrowser.Controller.Library;
|
2013-09-26 08:48:14 -07:00
|
|
|
|
using MediaBrowser.Controller.LiveTv;
|
2013-03-07 22:08:27 -07:00
|
|
|
|
using MediaBrowser.Controller.Localization;
|
2014-02-20 09:37:41 -07:00
|
|
|
|
using MediaBrowser.Controller.MediaEncoding;
|
2013-12-07 08:52:38 -07:00
|
|
|
|
using MediaBrowser.Controller.Net;
|
2014-01-18 14:52:01 -07:00
|
|
|
|
using MediaBrowser.Controller.News;
|
2013-07-06 14:23:32 -07:00
|
|
|
|
using MediaBrowser.Controller.Notifications;
|
2013-03-07 22:08:27 -07:00
|
|
|
|
using MediaBrowser.Controller.Persistence;
|
|
|
|
|
using MediaBrowser.Controller.Plugins;
|
|
|
|
|
using MediaBrowser.Controller.Providers;
|
2013-03-03 09:53:58 -07:00
|
|
|
|
using MediaBrowser.Controller.Resolvers;
|
2013-05-09 10:38:02 -07:00
|
|
|
|
using MediaBrowser.Controller.Session;
|
2013-03-09 21:22:36 -07:00
|
|
|
|
using MediaBrowser.Controller.Sorting;
|
2014-02-27 21:49:02 -07:00
|
|
|
|
using MediaBrowser.Controller.Themes;
|
2014-03-13 12:08:02 -07:00
|
|
|
|
using MediaBrowser.Dlna;
|
2014-04-21 09:02:30 -07:00
|
|
|
|
using MediaBrowser.Dlna.Eventing;
|
2014-04-26 20:42:05 -07:00
|
|
|
|
using MediaBrowser.Dlna.Main;
|
2014-02-26 19:44:00 -07:00
|
|
|
|
using MediaBrowser.Dlna.PlayTo;
|
2014-04-21 09:02:30 -07:00
|
|
|
|
using MediaBrowser.Dlna.Server;
|
2014-03-27 12:30:21 -07:00
|
|
|
|
using MediaBrowser.MediaEncoding.BdInfo;
|
|
|
|
|
using MediaBrowser.MediaEncoding.Encoder;
|
2013-09-20 18:04:14 -07:00
|
|
|
|
using MediaBrowser.Model.Logging;
|
2013-02-24 14:53:54 -07:00
|
|
|
|
using MediaBrowser.Model.MediaInfo;
|
|
|
|
|
using MediaBrowser.Model.System;
|
2013-09-13 18:56:03 -07:00
|
|
|
|
using MediaBrowser.Model.Updates;
|
2014-01-28 11:37:01 -07:00
|
|
|
|
using MediaBrowser.Providers.Manager;
|
2013-02-24 14:53:54 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations;
|
2014-03-17 18:45:41 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.Channels;
|
2014-03-07 08:53:23 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.Collections;
|
2013-03-03 22:43:06 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.Configuration;
|
2013-09-18 11:49:06 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.Drawing;
|
2013-09-04 10:02:19 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.Dto;
|
2013-09-24 17:54:51 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.EntryPoints;
|
2014-01-20 09:09:53 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.FileOrganization;
|
2013-03-06 22:34:00 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.HttpServer;
|
2013-03-07 22:08:27 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.IO;
|
2013-02-27 13:25:45 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.Library;
|
2013-09-26 08:48:14 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.LiveTv;
|
2013-06-06 07:33:11 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.Localization;
|
2013-04-07 13:55:05 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.MediaEncoder;
|
2014-04-25 13:15:50 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.Notifications;
|
2013-06-17 13:35:43 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.Persistence;
|
2013-03-06 22:34:00 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.ServerManager;
|
2013-05-09 10:38:02 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.Session;
|
2014-02-27 21:49:02 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.Themes;
|
2013-03-06 22:34:00 -07:00
|
|
|
|
using MediaBrowser.Server.Implementations.WebSocket;
|
2013-12-08 12:39:39 -07:00
|
|
|
|
using MediaBrowser.ServerApplication.EntryPoints;
|
2013-09-24 17:54:51 -07:00
|
|
|
|
using MediaBrowser.ServerApplication.FFMpeg;
|
2013-10-30 07:40:14 -07:00
|
|
|
|
using MediaBrowser.ServerApplication.IO;
|
2013-09-24 17:54:51 -07:00
|
|
|
|
using MediaBrowser.ServerApplication.Native;
|
2013-10-05 10:13:32 -07:00
|
|
|
|
using MediaBrowser.ServerApplication.Networking;
|
2013-02-28 12:32:41 -07:00
|
|
|
|
using MediaBrowser.WebDashboard.Api;
|
2013-02-24 14:53:54 -07:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
2014-01-05 18:59:21 -07:00
|
|
|
|
using System.Globalization;
|
2013-02-24 14:53:54 -07:00
|
|
|
|
using System.IO;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Reflection;
|
2013-09-13 08:02:40 -07:00
|
|
|
|
using System.Threading;
|
2013-02-24 14:53:54 -07:00
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace MediaBrowser.ServerApplication
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Class CompositionRoot
|
|
|
|
|
/// </summary>
|
2013-03-06 22:34:00 -07:00
|
|
|
|
public class ApplicationHost : BaseApplicationHost<ServerApplicationPaths>, IServerApplicationHost
|
2013-02-24 14:53:54 -07:00
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
2013-03-03 22:43:06 -07:00
|
|
|
|
/// Gets the server configuration manager.
|
2013-02-24 14:53:54 -07:00
|
|
|
|
/// </summary>
|
2013-03-03 22:43:06 -07:00
|
|
|
|
/// <value>The server configuration manager.</value>
|
|
|
|
|
public IServerConfigurationManager ServerConfigurationManager
|
2013-02-24 14:53:54 -07:00
|
|
|
|
{
|
2013-03-03 22:43:06 -07:00
|
|
|
|
get { return (IServerConfigurationManager)ConfigurationManager; }
|
2013-03-03 00:27:40 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-06-03 11:15:35 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets the name of the web application that can be used for url building.
|
|
|
|
|
/// All api urls will be of the form {protocol}://{host}:{port}/{appname}/...
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The name of the web application.</value>
|
|
|
|
|
public string WebApplicationName
|
|
|
|
|
{
|
|
|
|
|
get { return "mediabrowser"; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets the HTTP server URL prefix.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The HTTP server URL prefix.</value>
|
2014-01-08 21:44:51 -07:00
|
|
|
|
private IEnumerable<string> HttpServerUrlPrefixes
|
2013-06-03 11:15:35 -07:00
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
2014-01-08 21:44:51 -07:00
|
|
|
|
var list = new List<string>
|
|
|
|
|
{
|
|
|
|
|
"http://+:" + ServerConfigurationManager.Configuration.HttpServerPortNumber + "/" + WebApplicationName + "/"
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
return list;
|
2013-06-03 11:15:35 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
2013-06-20 09:44:24 -07:00
|
|
|
|
|
2013-02-26 10:21:18 -07:00
|
|
|
|
/// <summary>
|
2013-03-03 22:43:06 -07:00
|
|
|
|
/// Gets the configuration manager.
|
2013-02-26 10:21:18 -07:00
|
|
|
|
/// </summary>
|
2013-03-03 22:43:06 -07:00
|
|
|
|
/// <returns>IConfigurationManager.</returns>
|
|
|
|
|
protected override IConfigurationManager GetConfigurationManager()
|
2013-02-26 10:21:18 -07:00
|
|
|
|
{
|
2013-03-03 22:43:06 -07:00
|
|
|
|
return new ServerConfigurationManager(ApplicationPaths, LogManager, XmlSerializer);
|
2013-02-26 10:21:18 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-03-07 22:08:27 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the server manager.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The server manager.</value>
|
2013-03-06 22:34:00 -07:00
|
|
|
|
private IServerManager ServerManager { get; set; }
|
2013-03-07 22:08:27 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the user manager.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The user manager.</value>
|
|
|
|
|
public IUserManager UserManager { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the library manager.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The library manager.</value>
|
|
|
|
|
internal ILibraryManager LibraryManager { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the directory watchers.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The directory watchers.</value>
|
2014-01-28 14:25:10 -07:00
|
|
|
|
private ILibraryMonitor LibraryMonitor { get; set; }
|
2013-03-07 22:08:27 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the provider manager.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The provider manager.</value>
|
|
|
|
|
private IProviderManager ProviderManager { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the HTTP server.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The HTTP server.</value>
|
|
|
|
|
private IHttpServer HttpServer { get; set; }
|
2013-09-04 10:02:19 -07:00
|
|
|
|
private IDtoService DtoService { get; set; }
|
2013-09-18 11:49:06 -07:00
|
|
|
|
private IImageProcessor ImageProcessor { get; set; }
|
2014-03-26 19:14:06 -07:00
|
|
|
|
private ISeriesOrderManager SeriesOrderManager { get; set; }
|
2013-03-09 23:45:16 -07:00
|
|
|
|
|
2013-04-08 08:55:53 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the media encoder.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The media encoder.</value>
|
2013-04-07 13:55:05 -07:00
|
|
|
|
private IMediaEncoder MediaEncoder { get; set; }
|
2013-04-08 08:55:53 -07:00
|
|
|
|
|
2013-09-24 08:42:30 -07:00
|
|
|
|
private ISessionManager SessionManager { get; set; }
|
2013-08-09 18:40:52 -07:00
|
|
|
|
|
2013-09-26 08:48:14 -07:00
|
|
|
|
private ILiveTvManager LiveTvManager { get; set; }
|
2013-09-26 14:20:26 -07:00
|
|
|
|
|
2014-03-30 18:00:47 -07:00
|
|
|
|
internal ILocalizationManager LocalizationManager { get; set; }
|
2013-06-10 10:46:11 -07:00
|
|
|
|
|
2014-02-20 09:37:41 -07:00
|
|
|
|
private IEncodingManager EncodingManager { get; set; }
|
2014-03-18 10:05:57 -07:00
|
|
|
|
private IChannelManager ChannelManager { get; set; }
|
2014-02-27 21:49:02 -07:00
|
|
|
|
|
2013-04-13 11:02:30 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the user data repository.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The user data repository.</value>
|
2013-10-02 09:08:58 -07:00
|
|
|
|
private IUserDataManager UserDataManager { get; set; }
|
2013-04-19 13:27:02 -07:00
|
|
|
|
private IUserRepository UserRepository { get; set; }
|
2013-06-18 12:16:27 -07:00
|
|
|
|
internal IDisplayPreferencesRepository DisplayPreferencesRepository { get; set; }
|
2013-12-16 15:46:40 -07:00
|
|
|
|
internal IItemRepository ItemRepository { get; set; }
|
2013-07-06 14:23:32 -07:00
|
|
|
|
private INotificationsRepository NotificationsRepository { get; set; }
|
2014-01-20 09:09:53 -07:00
|
|
|
|
private IFileOrganizationRepository FileOrganizationRepository { get; set; }
|
2014-01-28 22:17:58 -07:00
|
|
|
|
private IProviderRepository ProviderRepository { get; set; }
|
2013-04-13 11:02:30 -07:00
|
|
|
|
|
2014-04-25 13:15:50 -07:00
|
|
|
|
private INotificationManager NotificationManager { get; set; }
|
|
|
|
|
|
2013-09-20 18:04:14 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Initializes a new instance of the <see cref="ApplicationHost"/> class.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="applicationPaths">The application paths.</param>
|
|
|
|
|
/// <param name="logManager">The log manager.</param>
|
2014-01-29 17:18:05 -07:00
|
|
|
|
public ApplicationHost(ServerApplicationPaths applicationPaths, ILogManager logManager, bool isRunningAsService)
|
2013-09-20 18:04:14 -07:00
|
|
|
|
: base(applicationPaths, logManager)
|
2013-09-20 10:32:10 -07:00
|
|
|
|
{
|
2014-01-29 17:18:05 -07:00
|
|
|
|
_isRunningAsService = isRunningAsService;
|
|
|
|
|
}
|
2013-09-20 18:04:14 -07:00
|
|
|
|
|
2014-01-29 17:18:05 -07:00
|
|
|
|
private readonly bool _isRunningAsService;
|
2014-01-29 17:22:59 -07:00
|
|
|
|
public override bool IsRunningAsService
|
2014-01-29 17:18:05 -07:00
|
|
|
|
{
|
|
|
|
|
get { return _isRunningAsService; }
|
2013-09-20 10:32:10 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-25 14:07:19 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets the name.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The name.</value>
|
|
|
|
|
public override string Name
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return "Media Browser Server";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-07 07:38:31 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets a value indicating whether this instance can self restart.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value><c>true</c> if this instance can self restart; otherwise, <c>false</c>.</value>
|
|
|
|
|
public override bool CanSelfRestart
|
|
|
|
|
{
|
|
|
|
|
get { return NativeApp.CanSelfRestart; }
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-05 18:59:21 -07:00
|
|
|
|
public bool SupportsAutoRunAtStartup
|
|
|
|
|
{
|
|
|
|
|
get { return NativeApp.SupportsAutoRunAtStartup; }
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-07 22:08:27 -07:00
|
|
|
|
/// <summary>
|
2013-03-09 23:45:16 -07:00
|
|
|
|
/// Runs the startup tasks.
|
2013-03-07 22:08:27 -07:00
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns>Task.</returns>
|
2013-05-18 15:07:59 -07:00
|
|
|
|
public override async Task RunStartupTasks()
|
2013-03-06 22:34:00 -07:00
|
|
|
|
{
|
2013-03-09 23:45:16 -07:00
|
|
|
|
await base.RunStartupTasks().ConfigureAwait(false);
|
2013-03-07 22:08:27 -07:00
|
|
|
|
|
2013-04-08 08:55:53 -07:00
|
|
|
|
Logger.Info("Core startup complete");
|
|
|
|
|
|
2013-06-21 16:38:19 -07:00
|
|
|
|
Parallel.ForEach(GetExports<IServerEntryPoint>(), entryPoint =>
|
|
|
|
|
{
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
entryPoint.Run();
|
|
|
|
|
}
|
|
|
|
|
catch (Exception ex)
|
|
|
|
|
{
|
|
|
|
|
Logger.ErrorException("Error in {0}", ex, entryPoint.GetType().Name);
|
|
|
|
|
}
|
|
|
|
|
});
|
2014-01-08 21:44:51 -07:00
|
|
|
|
|
|
|
|
|
LogManager.RemoveConsoleOutput();
|
2013-03-06 22:34:00 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-02-12 22:11:54 -07:00
|
|
|
|
public override Task Init(IProgress<double> progress)
|
|
|
|
|
{
|
|
|
|
|
DeleteDeprecatedModules();
|
|
|
|
|
|
|
|
|
|
return base.Init(progress);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private void DeleteDeprecatedModules()
|
|
|
|
|
{
|
2014-02-20 22:04:11 -07:00
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
MigrateUserFolders();
|
|
|
|
|
}
|
2014-03-23 13:07:02 -07:00
|
|
|
|
catch (IOException)
|
2014-02-20 22:04:11 -07:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-12 22:11:54 -07:00
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
File.Delete(Path.Combine(ApplicationPaths.PluginsPath, "MBPhoto.dll"));
|
|
|
|
|
}
|
|
|
|
|
catch (IOException)
|
|
|
|
|
{
|
|
|
|
|
// Not there, no big deal
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-13 09:38:43 -07:00
|
|
|
|
Task.Run(() =>
|
2014-02-12 22:11:54 -07:00
|
|
|
|
{
|
2014-02-13 09:38:43 -07:00
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
Directory.Delete(Path.Combine(ApplicationPaths.DataPath, "remote-images"), true);
|
|
|
|
|
}
|
|
|
|
|
catch (IOException)
|
|
|
|
|
{
|
|
|
|
|
// Not there, no big deal
|
|
|
|
|
}
|
2014-02-12 22:11:54 -07:00
|
|
|
|
|
2014-02-20 09:37:41 -07:00
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
Directory.Delete(Path.Combine(ApplicationPaths.DataPath, "chapter-images"), true);
|
|
|
|
|
}
|
|
|
|
|
catch (IOException)
|
|
|
|
|
{
|
|
|
|
|
// Not there, no big deal
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-13 09:38:43 -07:00
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
Directory.Delete(Path.Combine(ApplicationPaths.DataPath, "extracted-video-images"), true);
|
|
|
|
|
}
|
|
|
|
|
catch (IOException)
|
|
|
|
|
{
|
|
|
|
|
// Not there, no big deal
|
|
|
|
|
}
|
2014-02-12 22:11:54 -07:00
|
|
|
|
|
2014-02-13 09:38:43 -07:00
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
Directory.Delete(Path.Combine(ApplicationPaths.DataPath, "extracted-audio-images"), true);
|
|
|
|
|
}
|
|
|
|
|
catch (IOException)
|
|
|
|
|
{
|
|
|
|
|
// Not there, no big deal
|
|
|
|
|
}
|
2014-02-20 10:49:07 -07:00
|
|
|
|
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
Directory.Delete(Path.Combine(ApplicationPaths.DataPath, "tmdb-tv"), true);
|
|
|
|
|
}
|
|
|
|
|
catch (IOException)
|
|
|
|
|
{
|
|
|
|
|
// Not there, no big deal
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
Directory.Delete(Path.Combine(ApplicationPaths.DataPath, "tmdb-collections"), true);
|
|
|
|
|
}
|
|
|
|
|
catch (IOException)
|
|
|
|
|
{
|
|
|
|
|
// Not there, no big deal
|
|
|
|
|
}
|
2014-02-22 14:05:56 -07:00
|
|
|
|
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
Directory.Delete(Path.Combine(ApplicationPaths.DataPath, "tmdb-movies"), true);
|
|
|
|
|
}
|
|
|
|
|
catch (IOException)
|
|
|
|
|
{
|
|
|
|
|
// Not there, no big deal
|
|
|
|
|
}
|
2014-02-28 21:12:39 -07:00
|
|
|
|
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
Directory.Delete(Path.Combine(ApplicationPaths.DataPath, "fanart-movies"), true);
|
|
|
|
|
}
|
|
|
|
|
catch (IOException)
|
|
|
|
|
{
|
|
|
|
|
// Not there, no big deal
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
Directory.Delete(Path.Combine(ApplicationPaths.DataPath, "fanart-music"), true);
|
|
|
|
|
}
|
|
|
|
|
catch (IOException)
|
|
|
|
|
{
|
|
|
|
|
// Not there, no big deal
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
Directory.Delete(Path.Combine(ApplicationPaths.DataPath, "fanart-tv"), true);
|
|
|
|
|
}
|
|
|
|
|
catch (IOException)
|
|
|
|
|
{
|
|
|
|
|
// Not there, no big deal
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
Directory.Delete(Path.Combine(ApplicationPaths.DataPath, "tmdb-people"), true);
|
|
|
|
|
}
|
|
|
|
|
catch (IOException)
|
|
|
|
|
{
|
|
|
|
|
// Not there, no big deal
|
|
|
|
|
}
|
2014-03-04 19:59:59 -07:00
|
|
|
|
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
Directory.Delete(Path.Combine(ApplicationPaths.DataPath, "tvdb-v3"), true);
|
|
|
|
|
}
|
|
|
|
|
catch (IOException)
|
|
|
|
|
{
|
|
|
|
|
// Not there, no big deal
|
|
|
|
|
}
|
2014-02-13 09:38:43 -07:00
|
|
|
|
});
|
2014-02-12 22:11:54 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-02-20 22:04:11 -07:00
|
|
|
|
private void MigrateUserFolders()
|
|
|
|
|
{
|
|
|
|
|
var rootPath = ApplicationPaths.RootFolderPath;
|
|
|
|
|
|
|
|
|
|
var folders = new DirectoryInfo(rootPath).EnumerateDirectories("*", SearchOption.TopDirectoryOnly).Where(i => !string.Equals(i.Name, "default", StringComparison.OrdinalIgnoreCase))
|
|
|
|
|
.ToList();
|
|
|
|
|
|
|
|
|
|
foreach (var folder in folders)
|
|
|
|
|
{
|
2014-02-23 13:35:58 -07:00
|
|
|
|
Directory.Delete(folder.FullName, true);
|
2014-02-20 22:04:11 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-24 14:53:54 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Registers resources that classes will depend on
|
|
|
|
|
/// </summary>
|
2013-03-07 22:08:27 -07:00
|
|
|
|
/// <returns>Task.</returns>
|
2013-12-13 08:48:35 -07:00
|
|
|
|
protected override async Task RegisterResources(IProgress<double> progress)
|
2013-02-24 14:53:54 -07:00
|
|
|
|
{
|
2013-12-13 08:48:35 -07:00
|
|
|
|
await base.RegisterResources(progress).ConfigureAwait(false);
|
2013-02-25 20:43:04 -07:00
|
|
|
|
|
2014-02-03 21:04:19 -07:00
|
|
|
|
RegisterSingleInstance<IHttpResultFactory>(new HttpResultFactory(LogManager, FileSystemManager, JsonSerializer));
|
2013-03-14 21:23:07 -07:00
|
|
|
|
|
2013-03-06 22:34:00 -07:00
|
|
|
|
RegisterSingleInstance<IServerApplicationHost>(this);
|
2013-03-03 22:43:06 -07:00
|
|
|
|
RegisterSingleInstance<IServerApplicationPaths>(ApplicationPaths);
|
2013-03-06 22:34:00 -07:00
|
|
|
|
|
2013-03-03 22:43:06 -07:00
|
|
|
|
RegisterSingleInstance(ServerConfigurationManager);
|
2013-02-24 14:53:54 -07:00
|
|
|
|
|
2014-03-30 18:00:47 -07:00
|
|
|
|
LocalizationManager = new LocalizationManager(ServerConfigurationManager, FileSystemManager, JsonSerializer);
|
|
|
|
|
RegisterSingleInstance(LocalizationManager);
|
|
|
|
|
|
2013-03-06 22:34:00 -07:00
|
|
|
|
RegisterSingleInstance<IWebSocketServer>(() => new AlchemyServer(Logger));
|
|
|
|
|
|
2013-04-08 08:55:53 -07:00
|
|
|
|
RegisterSingleInstance<IBlurayExaminer>(() => new BdInfoExaminer());
|
2013-03-07 22:08:27 -07:00
|
|
|
|
|
2013-10-02 09:58:30 -07:00
|
|
|
|
UserDataManager = new UserDataManager(LogManager);
|
2013-10-02 09:08:58 -07:00
|
|
|
|
RegisterSingleInstance(UserDataManager);
|
2013-04-13 11:02:30 -07:00
|
|
|
|
|
2013-08-09 17:46:34 -07:00
|
|
|
|
UserRepository = await GetUserRepository().ConfigureAwait(false);
|
2013-04-19 13:27:02 -07:00
|
|
|
|
RegisterSingleInstance(UserRepository);
|
|
|
|
|
|
2013-06-18 02:43:07 -07:00
|
|
|
|
DisplayPreferencesRepository = new SqliteDisplayPreferencesRepository(ApplicationPaths, JsonSerializer, LogManager);
|
2013-04-19 13:27:02 -07:00
|
|
|
|
RegisterSingleInstance(DisplayPreferencesRepository);
|
|
|
|
|
|
2013-06-18 02:43:07 -07:00
|
|
|
|
ItemRepository = new SqliteItemRepository(ApplicationPaths, JsonSerializer, LogManager);
|
2013-04-19 13:27:02 -07:00
|
|
|
|
RegisterSingleInstance(ItemRepository);
|
|
|
|
|
|
2014-01-28 22:17:58 -07:00
|
|
|
|
ProviderRepository = new SqliteProviderInfoRepository(ApplicationPaths, LogManager);
|
|
|
|
|
RegisterSingleInstance(ProviderRepository);
|
|
|
|
|
|
2014-01-20 09:09:53 -07:00
|
|
|
|
FileOrganizationRepository = await GetFileOrganizationRepository().ConfigureAwait(false);
|
|
|
|
|
RegisterSingleInstance(FileOrganizationRepository);
|
2014-01-19 11:08:17 -07:00
|
|
|
|
|
2014-03-26 08:06:48 -07:00
|
|
|
|
UserManager = new UserManager(LogManager.GetLogger("UserManager"), ServerConfigurationManager, UserRepository);
|
2013-04-13 20:05:19 -07:00
|
|
|
|
RegisterSingleInstance(UserManager);
|
|
|
|
|
|
2014-02-02 06:36:31 -07:00
|
|
|
|
LibraryManager = new LibraryManager(Logger, TaskManager, UserManager, ServerConfigurationManager, UserDataManager, () => LibraryMonitor, FileSystemManager, () => ProviderManager);
|
2013-03-07 22:08:27 -07:00
|
|
|
|
RegisterSingleInstance(LibraryManager);
|
2013-03-04 21:25:27 -07:00
|
|
|
|
|
2014-04-02 14:55:19 -07:00
|
|
|
|
var musicManager = new MusicManager(LibraryManager);
|
2014-03-30 09:49:40 -07:00
|
|
|
|
RegisterSingleInstance<IMusicManager>(new MusicManager(LibraryManager));
|
|
|
|
|
|
2014-01-28 18:46:04 -07:00
|
|
|
|
LibraryMonitor = new LibraryMonitor(LogManager, TaskManager, LibraryManager, ServerConfigurationManager, FileSystemManager);
|
2014-01-28 14:25:10 -07:00
|
|
|
|
RegisterSingleInstance(LibraryMonitor);
|
2013-03-07 22:08:27 -07:00
|
|
|
|
|
2014-02-18 22:21:03 -07:00
|
|
|
|
ProviderManager = new ProviderManager(HttpClient, ServerConfigurationManager, LibraryMonitor, LogManager, FileSystemManager);
|
2013-03-07 22:08:27 -07:00
|
|
|
|
RegisterSingleInstance(ProviderManager);
|
|
|
|
|
|
2014-03-26 19:14:06 -07:00
|
|
|
|
SeriesOrderManager = new SeriesOrderManager();
|
|
|
|
|
RegisterSingleInstance(SeriesOrderManager);
|
|
|
|
|
|
2014-01-07 13:12:39 -07:00
|
|
|
|
RegisterSingleInstance<ISearchEngine>(() => new SearchEngine(LogManager, LibraryManager, UserManager));
|
2013-04-05 12:34:33 -07:00
|
|
|
|
|
2013-12-13 08:48:35 -07:00
|
|
|
|
HttpServer = ServerFactory.CreateServer(this, LogManager, "Media Browser", "mediabrowser", "dashboard/index.html");
|
2013-04-08 09:45:40 -07:00
|
|
|
|
RegisterSingleInstance(HttpServer, false);
|
2013-12-13 08:48:35 -07:00
|
|
|
|
progress.Report(10);
|
2013-04-08 09:45:40 -07:00
|
|
|
|
|
2014-03-26 08:06:48 -07:00
|
|
|
|
ServerManager = new ServerManager(this, JsonSerializer, LogManager.GetLogger("ServerManager"), ServerConfigurationManager);
|
2013-04-08 08:55:53 -07:00
|
|
|
|
RegisterSingleInstance(ServerManager);
|
|
|
|
|
|
2014-03-27 20:32:43 -07:00
|
|
|
|
var innerProgress = new ActionableProgress<double>();
|
|
|
|
|
innerProgress.RegisterAction(p => progress.Report((.75 * p) + 15));
|
|
|
|
|
|
|
|
|
|
await RegisterMediaEncoder(innerProgress).ConfigureAwait(false);
|
|
|
|
|
progress.Report(90);
|
|
|
|
|
|
|
|
|
|
ImageProcessor = new ImageProcessor(LogManager.GetLogger("ImageProcessor"), ServerConfigurationManager.ApplicationPaths, FileSystemManager, JsonSerializer, MediaEncoder);
|
2013-09-18 11:49:06 -07:00
|
|
|
|
RegisterSingleInstance(ImageProcessor);
|
|
|
|
|
|
2014-02-21 11:48:15 -07:00
|
|
|
|
DtoService = new DtoService(Logger, LibraryManager, UserManager, UserDataManager, ItemRepository, ImageProcessor, ServerConfigurationManager, FileSystemManager, ProviderManager);
|
2013-09-04 10:02:19 -07:00
|
|
|
|
RegisterSingleInstance(DtoService);
|
2014-01-18 14:52:01 -07:00
|
|
|
|
|
2014-04-06 10:53:23 -07:00
|
|
|
|
SessionManager = new SessionManager(UserDataManager, ServerConfigurationManager, Logger, UserRepository, LibraryManager, UserManager, musicManager, DtoService, ImageProcessor);
|
|
|
|
|
RegisterSingleInstance(SessionManager);
|
|
|
|
|
|
2014-01-18 21:25:01 -07:00
|
|
|
|
var newsService = new Server.Implementations.News.NewsService(ApplicationPaths, JsonSerializer);
|
2014-01-18 14:52:01 -07:00
|
|
|
|
RegisterSingleInstance<INewsService>(newsService);
|
|
|
|
|
|
2014-03-26 08:06:48 -07:00
|
|
|
|
var fileOrganizationService = new FileOrganizationService(TaskManager, FileOrganizationRepository, LogManager.GetLogger("FileOrganizationService"), LibraryMonitor, LibraryManager, ServerConfigurationManager, FileSystemManager, ProviderManager);
|
2014-01-20 09:09:53 -07:00
|
|
|
|
RegisterSingleInstance<IFileOrganizationService>(fileOrganizationService);
|
|
|
|
|
|
2013-12-13 08:48:35 -07:00
|
|
|
|
progress.Report(15);
|
|
|
|
|
|
2014-02-20 09:37:41 -07:00
|
|
|
|
EncodingManager = new EncodingManager(ServerConfigurationManager, FileSystemManager, Logger, ItemRepository,
|
|
|
|
|
MediaEncoder);
|
|
|
|
|
RegisterSingleInstance(EncodingManager);
|
|
|
|
|
|
2014-05-04 07:19:46 -07:00
|
|
|
|
ChannelManager = new ChannelManager(UserManager, DtoService, LibraryManager, Logger, ServerConfigurationManager, FileSystemManager, UserDataManager, JsonSerializer);
|
2014-03-18 10:05:57 -07:00
|
|
|
|
RegisterSingleInstance(ChannelManager);
|
2014-03-17 18:45:41 -07:00
|
|
|
|
|
2014-02-27 21:49:02 -07:00
|
|
|
|
var appThemeManager = new AppThemeManager(ApplicationPaths, FileSystemManager, JsonSerializer, Logger);
|
|
|
|
|
RegisterSingleInstance<IAppThemeManager>(appThemeManager);
|
|
|
|
|
|
2014-04-21 09:02:30 -07:00
|
|
|
|
var dlnaManager = new DlnaManager(XmlSerializer, FileSystemManager, ApplicationPaths, LogManager.GetLogger("Dlna"), JsonSerializer);
|
2014-03-13 12:08:02 -07:00
|
|
|
|
RegisterSingleInstance<IDlnaManager>(dlnaManager);
|
|
|
|
|
|
2014-04-21 09:02:30 -07:00
|
|
|
|
var dlnaEventManager = new EventManager(LogManager, HttpClient);
|
|
|
|
|
RegisterSingleInstance<IEventManager>(dlnaEventManager);
|
|
|
|
|
|
|
|
|
|
var contentDirectory = new ContentDirectory(dlnaManager, UserDataManager, ImageProcessor, DtoService, LibraryManager, LogManager, ServerConfigurationManager, UserManager, dlnaEventManager);
|
|
|
|
|
RegisterSingleInstance<IContentDirectory>(contentDirectory);
|
|
|
|
|
|
2014-03-07 08:53:23 -07:00
|
|
|
|
var collectionManager = new CollectionManager(LibraryManager, FileSystemManager, LibraryMonitor);
|
|
|
|
|
RegisterSingleInstance<ICollectionManager>(collectionManager);
|
|
|
|
|
|
2014-02-27 09:25:04 -07:00
|
|
|
|
LiveTvManager = new LiveTvManager(ServerConfigurationManager, FileSystemManager, Logger, ItemRepository, ImageProcessor, UserDataManager, DtoService, UserManager, LibraryManager, TaskManager);
|
2014-01-11 23:31:21 -07:00
|
|
|
|
RegisterSingleInstance(LiveTvManager);
|
|
|
|
|
|
2014-04-26 20:42:05 -07:00
|
|
|
|
NotificationManager = new NotificationManager(LogManager, UserManager, ServerConfigurationManager);
|
2014-04-25 13:15:50 -07:00
|
|
|
|
RegisterSingleInstance(NotificationManager);
|
|
|
|
|
|
2013-04-08 08:55:53 -07:00
|
|
|
|
var displayPreferencesTask = Task.Run(async () => await ConfigureDisplayPreferencesRepositories().ConfigureAwait(false));
|
|
|
|
|
var itemsTask = Task.Run(async () => await ConfigureItemRepositories().ConfigureAwait(false));
|
|
|
|
|
var userdataTask = Task.Run(async () => await ConfigureUserDataRepositories().ConfigureAwait(false));
|
|
|
|
|
|
2013-07-06 14:23:32 -07:00
|
|
|
|
await ConfigureNotificationsRepository().ConfigureAwait(false);
|
2013-12-13 08:48:35 -07:00
|
|
|
|
progress.Report(92);
|
2013-07-06 14:23:32 -07:00
|
|
|
|
|
2013-12-13 08:48:35 -07:00
|
|
|
|
await Task.WhenAll(itemsTask, displayPreferencesTask, userdataTask).ConfigureAwait(false);
|
|
|
|
|
progress.Report(100);
|
2013-04-08 08:55:53 -07:00
|
|
|
|
|
2014-02-22 14:05:56 -07:00
|
|
|
|
SetStaticProperties();
|
|
|
|
|
|
2014-01-04 23:50:48 -07:00
|
|
|
|
await ((UserManager)UserManager).Initialize().ConfigureAwait(false);
|
2013-12-26 07:20:30 -07:00
|
|
|
|
|
2013-03-07 22:08:27 -07:00
|
|
|
|
SetKernelProperties();
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-05 10:13:32 -07:00
|
|
|
|
protected override INetworkManager CreateNetworkManager()
|
|
|
|
|
{
|
|
|
|
|
return new NetworkManager();
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-31 07:03:23 -07:00
|
|
|
|
protected override IFileSystem CreateFileSystemManager()
|
|
|
|
|
{
|
|
|
|
|
return FileSystemFactory.CreateFileSystemManager(LogManager);
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-23 08:37:50 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Registers the media encoder.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns>Task.</returns>
|
2013-12-13 08:48:35 -07:00
|
|
|
|
private async Task RegisterMediaEncoder(IProgress<double> progress)
|
2013-09-23 08:37:50 -07:00
|
|
|
|
{
|
2013-12-13 08:48:35 -07:00
|
|
|
|
var info = await new FFMpegDownloader(Logger, ApplicationPaths, HttpClient, ZipClient, FileSystemManager).GetFFMpegInfo(progress).ConfigureAwait(false);
|
2013-09-23 08:37:50 -07:00
|
|
|
|
|
2013-10-31 07:03:23 -07:00
|
|
|
|
MediaEncoder = new MediaEncoder(LogManager.GetLogger("MediaEncoder"), ApplicationPaths, JsonSerializer, info.Path, info.ProbePath, info.Version, FileSystemManager);
|
2013-09-23 08:37:50 -07:00
|
|
|
|
RegisterSingleInstance(MediaEncoder);
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-07 22:08:27 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Sets the kernel properties.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void SetKernelProperties()
|
|
|
|
|
{
|
2013-12-15 11:29:34 -07:00
|
|
|
|
LocalizedStrings.StringFiles = GetExports<LocalizedStringData>();
|
2013-03-07 22:08:27 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-09-30 15:18:44 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets the user repository.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns>Task{IUserRepository}.</returns>
|
2013-08-09 17:46:34 -07:00
|
|
|
|
private async Task<IUserRepository> GetUserRepository()
|
|
|
|
|
{
|
2013-09-26 14:20:26 -07:00
|
|
|
|
var repo = new SqliteUserRepository(JsonSerializer, LogManager, ApplicationPaths);
|
2013-08-09 17:46:34 -07:00
|
|
|
|
|
2013-09-26 14:20:26 -07:00
|
|
|
|
await repo.Initialize().ConfigureAwait(false);
|
2013-08-18 12:44:38 -07:00
|
|
|
|
|
2014-01-20 09:09:53 -07:00
|
|
|
|
return repo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets the file organization repository.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns>Task{IUserRepository}.</returns>
|
|
|
|
|
private async Task<IFileOrganizationRepository> GetFileOrganizationRepository()
|
|
|
|
|
{
|
|
|
|
|
var repo = new SqliteFileOrganizationRepository(LogManager, ServerConfigurationManager.ApplicationPaths);
|
|
|
|
|
|
|
|
|
|
await repo.Initialize().ConfigureAwait(false);
|
|
|
|
|
|
2013-08-18 12:44:38 -07:00
|
|
|
|
return repo;
|
2013-08-09 17:46:34 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-07-06 14:23:32 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Configures the repositories.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns>Task.</returns>
|
|
|
|
|
private async Task ConfigureNotificationsRepository()
|
|
|
|
|
{
|
2013-09-26 14:20:26 -07:00
|
|
|
|
var repo = new SqliteNotificationsRepository(LogManager, ApplicationPaths);
|
2013-07-06 14:23:32 -07:00
|
|
|
|
|
2013-09-26 14:20:26 -07:00
|
|
|
|
await repo.Initialize().ConfigureAwait(false);
|
2013-07-06 14:23:32 -07:00
|
|
|
|
|
|
|
|
|
NotificationsRepository = repo;
|
|
|
|
|
|
|
|
|
|
RegisterSingleInstance(NotificationsRepository);
|
|
|
|
|
}
|
2013-09-05 10:26:03 -07:00
|
|
|
|
|
2013-04-05 12:48:01 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Configures the repositories.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns>Task.</returns>
|
2013-04-08 08:55:53 -07:00
|
|
|
|
private async Task ConfigureDisplayPreferencesRepositories()
|
|
|
|
|
{
|
2013-04-19 13:27:02 -07:00
|
|
|
|
await DisplayPreferencesRepository.Initialize().ConfigureAwait(false);
|
2013-04-08 08:55:53 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Configures the item repositories.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns>Task.</returns>
|
|
|
|
|
private async Task ConfigureItemRepositories()
|
2013-04-05 12:48:01 -07:00
|
|
|
|
{
|
2013-04-19 13:27:02 -07:00
|
|
|
|
await ItemRepository.Initialize().ConfigureAwait(false);
|
2013-04-05 12:48:01 -07:00
|
|
|
|
|
2014-01-28 22:17:58 -07:00
|
|
|
|
await ProviderRepository.Initialize().ConfigureAwait(false);
|
2014-01-29 17:18:05 -07:00
|
|
|
|
|
2013-04-19 13:27:02 -07:00
|
|
|
|
((LibraryManager)LibraryManager).ItemRepository = ItemRepository;
|
2013-04-08 08:55:53 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Configures the user data repositories.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns>Task.</returns>
|
2013-10-02 09:08:58 -07:00
|
|
|
|
private async Task ConfigureUserDataRepositories()
|
2013-04-08 08:55:53 -07:00
|
|
|
|
{
|
2013-12-05 20:39:44 -07:00
|
|
|
|
var repo = new SqliteUserDataRepository(ApplicationPaths, LogManager);
|
2013-10-02 09:08:58 -07:00
|
|
|
|
|
|
|
|
|
await repo.Initialize().ConfigureAwait(false);
|
|
|
|
|
|
2013-10-07 07:38:31 -07:00
|
|
|
|
((UserDataManager)UserDataManager).Repository = repo;
|
2013-09-05 10:26:03 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-03-07 22:08:27 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Dirty hacks
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void SetStaticProperties()
|
|
|
|
|
{
|
|
|
|
|
// For now there's no real way to inject these properly
|
|
|
|
|
BaseItem.Logger = LogManager.GetLogger("BaseItem");
|
|
|
|
|
BaseItem.ConfigurationManager = ServerConfigurationManager;
|
|
|
|
|
BaseItem.LibraryManager = LibraryManager;
|
|
|
|
|
BaseItem.ProviderManager = ProviderManager;
|
2013-06-10 10:46:11 -07:00
|
|
|
|
BaseItem.LocalizationManager = LocalizationManager;
|
2013-06-20 09:44:24 -07:00
|
|
|
|
BaseItem.ItemRepository = ItemRepository;
|
2013-03-07 22:08:27 -07:00
|
|
|
|
User.XmlSerializer = XmlSerializer;
|
|
|
|
|
User.UserManager = UserManager;
|
|
|
|
|
LocalizedStrings.ApplicationPaths = ApplicationPaths;
|
2013-10-05 18:04:41 -07:00
|
|
|
|
Folder.UserManager = UserManager;
|
2013-10-30 08:07:30 -07:00
|
|
|
|
BaseItem.FileSystem = FileSystemManager;
|
2014-01-16 10:23:30 -07:00
|
|
|
|
BaseItem.UserDataManager = UserDataManager;
|
2013-02-24 14:53:54 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-03-01 14:22:34 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Finds the parts.
|
|
|
|
|
/// </summary>
|
|
|
|
|
protected override void FindParts()
|
|
|
|
|
{
|
2013-03-27 15:17:46 -07:00
|
|
|
|
if (IsFirstRun)
|
2013-03-27 15:13:46 -07:00
|
|
|
|
{
|
|
|
|
|
RegisterServerWithAdministratorAccess();
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-17 08:29:22 -07:00
|
|
|
|
base.FindParts();
|
2013-03-14 21:23:07 -07:00
|
|
|
|
|
2013-05-17 08:29:22 -07:00
|
|
|
|
HttpServer.Init(GetExports<IRestfulService>(false));
|
2013-04-08 08:55:53 -07:00
|
|
|
|
|
2013-05-17 08:29:22 -07:00
|
|
|
|
ServerManager.AddWebSocketListeners(GetExports<IWebSocketListener>(false));
|
2013-03-07 22:08:27 -07:00
|
|
|
|
|
2013-05-17 08:29:22 -07:00
|
|
|
|
StartServer(true);
|
2013-03-06 22:34:00 -07:00
|
|
|
|
|
2013-06-03 11:15:35 -07:00
|
|
|
|
LibraryManager.AddParts(GetExports<IResolverIgnoreRule>(),
|
|
|
|
|
GetExports<IVirtualFolderCreator>(),
|
|
|
|
|
GetExports<IItemResolver>(),
|
|
|
|
|
GetExports<IIntroProvider>(),
|
|
|
|
|
GetExports<IBaseItemComparer>(),
|
2014-02-09 16:08:01 -07:00
|
|
|
|
GetExports<ILibraryPostScanTask>());
|
2013-06-24 18:22:21 -07:00
|
|
|
|
|
2014-02-05 21:39:16 -07:00
|
|
|
|
ProviderManager.AddParts(GetExports<IImageProvider>(), GetExports<IMetadataService>(), GetExports<IMetadataProvider>(),
|
2014-02-18 22:21:03 -07:00
|
|
|
|
GetExports<IMetadataSaver>(),
|
2014-02-21 11:48:15 -07:00
|
|
|
|
GetExports<IImageSaver>(),
|
|
|
|
|
GetExports<IExternalId>());
|
2013-08-09 18:40:52 -07:00
|
|
|
|
|
2014-03-26 19:14:06 -07:00
|
|
|
|
SeriesOrderManager.AddParts(GetExports<ISeriesOrderProvider>());
|
|
|
|
|
|
2013-09-19 17:53:18 -07:00
|
|
|
|
ImageProcessor.AddParts(GetExports<IImageEnhancer>());
|
2013-09-26 09:17:36 -07:00
|
|
|
|
|
|
|
|
|
LiveTvManager.AddParts(GetExports<ILiveTvService>());
|
2013-12-25 07:39:46 -07:00
|
|
|
|
|
|
|
|
|
SessionManager.AddParts(GetExports<ISessionControllerFactory>());
|
2014-03-18 10:05:57 -07:00
|
|
|
|
|
2014-05-03 16:38:23 -07:00
|
|
|
|
ChannelManager.AddParts(GetExports<IChannel>(), GetExports<IChannelFactory>());
|
2014-04-25 13:15:50 -07:00
|
|
|
|
|
2014-04-26 20:42:05 -07:00
|
|
|
|
NotificationManager.AddParts(GetExports<INotificationService>(), GetExports<INotificationTypeFactory>());
|
2013-03-01 14:22:34 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-07 11:49:42 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Starts the server.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="retryOnFailure">if set to <c>true</c> [retry on failure].</param>
|
|
|
|
|
private void StartServer(bool retryOnFailure)
|
|
|
|
|
{
|
|
|
|
|
try
|
|
|
|
|
{
|
2014-01-08 21:44:51 -07:00
|
|
|
|
ServerManager.Start(HttpServerUrlPrefixes, ServerConfigurationManager.Configuration.EnableHttpLevelLogging);
|
2013-05-07 11:49:42 -07:00
|
|
|
|
}
|
2013-10-18 09:09:47 -07:00
|
|
|
|
catch (Exception ex)
|
2013-05-07 11:49:42 -07:00
|
|
|
|
{
|
2013-10-18 09:09:47 -07:00
|
|
|
|
Logger.ErrorException("Error starting http server", ex);
|
|
|
|
|
|
2013-05-07 11:49:42 -07:00
|
|
|
|
if (retryOnFailure)
|
|
|
|
|
{
|
|
|
|
|
RegisterServerWithAdministratorAccess();
|
|
|
|
|
|
|
|
|
|
StartServer(false);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
throw;
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-09-20 08:37:05 -07:00
|
|
|
|
|
|
|
|
|
ServerManager.StartWebSocketServer();
|
2013-05-07 11:49:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-07 12:07:51 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Called when [configuration updated].
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="sender">The sender.</param>
|
|
|
|
|
/// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
|
|
|
|
|
protected override void OnConfigurationUpdated(object sender, EventArgs e)
|
|
|
|
|
{
|
|
|
|
|
base.OnConfigurationUpdated(sender, e);
|
|
|
|
|
|
2013-09-20 08:37:05 -07:00
|
|
|
|
HttpServer.EnableHttpRequestLogging = ServerConfigurationManager.Configuration.EnableHttpLevelLogging;
|
2013-09-20 10:32:10 -07:00
|
|
|
|
|
2014-01-08 21:44:51 -07:00
|
|
|
|
if (!HttpServer.UrlPrefixes.SequenceEqual(HttpServerUrlPrefixes, StringComparer.OrdinalIgnoreCase))
|
2013-05-07 12:07:51 -07:00
|
|
|
|
{
|
|
|
|
|
NotifyPendingRestart();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else if (!ServerManager.SupportsNativeWebSocket && ServerManager.WebSocketPortNumber != ServerConfigurationManager.Configuration.LegacyWebSocketPortNumber)
|
|
|
|
|
{
|
|
|
|
|
NotifyPendingRestart();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-24 14:53:54 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Restarts this instance.
|
|
|
|
|
/// </summary>
|
2013-09-20 10:32:10 -07:00
|
|
|
|
public override async Task Restart()
|
2013-02-24 14:53:54 -07:00
|
|
|
|
{
|
2013-10-07 07:38:31 -07:00
|
|
|
|
if (!CanSelfRestart)
|
|
|
|
|
{
|
|
|
|
|
throw new InvalidOperationException("The server is unable to self-restart. Please restart manually.");
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-05 10:26:03 -07:00
|
|
|
|
try
|
|
|
|
|
{
|
2013-10-03 11:02:23 -07:00
|
|
|
|
await SessionManager.SendServerRestartNotification(CancellationToken.None).ConfigureAwait(false);
|
2013-09-05 10:26:03 -07:00
|
|
|
|
}
|
|
|
|
|
catch (Exception ex)
|
|
|
|
|
{
|
2013-10-03 11:02:23 -07:00
|
|
|
|
Logger.ErrorException("Error sending server restart notification", ex);
|
2013-09-05 10:26:03 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-09-24 17:54:51 -07:00
|
|
|
|
NativeApp.Restart();
|
2013-02-24 14:53:54 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets a value indicating whether this instance can self update.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value><c>true</c> if this instance can self update; otherwise, <c>false</c>.</value>
|
2013-03-03 22:43:06 -07:00
|
|
|
|
public override bool CanSelfUpdate
|
2013-02-24 14:53:54 -07:00
|
|
|
|
{
|
2013-08-08 10:00:20 -07:00
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
#if DEBUG
|
|
|
|
|
return false;
|
|
|
|
|
#endif
|
2014-03-10 17:54:31 -07:00
|
|
|
|
#pragma warning disable 162
|
2013-10-07 09:22:19 -07:00
|
|
|
|
return NativeApp.CanSelfUpdate;
|
2014-03-10 17:54:31 -07:00
|
|
|
|
#pragma warning restore 162
|
2013-08-08 10:00:20 -07:00
|
|
|
|
}
|
2013-02-24 14:53:54 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets the composable part assemblies.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns>IEnumerable{Assembly}.</returns>
|
2013-02-25 20:43:04 -07:00
|
|
|
|
protected override IEnumerable<Assembly> GetComposablePartAssemblies()
|
2013-02-24 14:53:54 -07:00
|
|
|
|
{
|
2013-12-29 07:12:29 -07:00
|
|
|
|
var list = GetPluginAssemblies()
|
2013-09-24 17:54:51 -07:00
|
|
|
|
.ToList();
|
2013-09-26 14:20:26 -07:00
|
|
|
|
|
2013-02-24 14:53:54 -07:00
|
|
|
|
// Gets all plugin assemblies by first reading all bytes of the .dll and calling Assembly.Load against that
|
|
|
|
|
// This will prevent the .dll file from getting locked, and allow us to replace it when needed
|
|
|
|
|
|
2013-02-28 12:32:41 -07:00
|
|
|
|
// Include composable parts in the Api assembly
|
2013-09-24 17:54:51 -07:00
|
|
|
|
list.Add(typeof(ApiEntryPoint).Assembly);
|
2013-02-24 14:53:54 -07:00
|
|
|
|
|
2013-02-28 12:32:41 -07:00
|
|
|
|
// Include composable parts in the Dashboard assembly
|
2014-03-25 14:13:55 -07:00
|
|
|
|
list.Add(typeof(DashboardService).Assembly);
|
2013-02-24 14:53:54 -07:00
|
|
|
|
|
|
|
|
|
// Include composable parts in the Model assembly
|
2013-09-24 17:54:51 -07:00
|
|
|
|
list.Add(typeof(SystemInfo).Assembly);
|
2013-02-24 14:53:54 -07:00
|
|
|
|
|
|
|
|
|
// Include composable parts in the Common assembly
|
2013-09-24 17:54:51 -07:00
|
|
|
|
list.Add(typeof(IApplicationHost).Assembly);
|
2013-02-24 14:53:54 -07:00
|
|
|
|
|
|
|
|
|
// Include composable parts in the Controller assembly
|
2013-12-15 11:29:34 -07:00
|
|
|
|
list.Add(typeof(IServerApplicationHost).Assembly);
|
2013-02-24 14:53:54 -07:00
|
|
|
|
|
2013-06-09 09:47:28 -07:00
|
|
|
|
// Include composable parts in the Providers assembly
|
2014-02-05 21:39:16 -07:00
|
|
|
|
list.Add(typeof(ProviderUtils).Assembly);
|
2013-06-20 09:44:24 -07:00
|
|
|
|
|
2013-02-24 14:53:54 -07:00
|
|
|
|
// Common implementations
|
2013-09-24 17:54:51 -07:00
|
|
|
|
list.Add(typeof(TaskManager).Assembly);
|
2013-02-24 14:53:54 -07:00
|
|
|
|
|
|
|
|
|
// Server implementations
|
2013-09-24 17:54:51 -07:00
|
|
|
|
list.Add(typeof(ServerApplicationPaths).Assembly);
|
2013-02-25 20:43:04 -07:00
|
|
|
|
|
2014-03-27 12:30:21 -07:00
|
|
|
|
// MediaEncoding
|
|
|
|
|
list.Add(typeof(MediaEncoder).Assembly);
|
|
|
|
|
|
|
|
|
|
// Dlna
|
2014-04-26 20:42:05 -07:00
|
|
|
|
list.Add(typeof(DlnaEntryPoint).Assembly);
|
2014-02-27 21:49:02 -07:00
|
|
|
|
|
2013-09-24 17:54:51 -07:00
|
|
|
|
list.AddRange(Assemblies.GetAssembliesWithParts());
|
2013-09-05 10:26:03 -07:00
|
|
|
|
|
2013-02-24 14:53:54 -07:00
|
|
|
|
// Include composable parts in the running assembly
|
2013-09-24 17:54:51 -07:00
|
|
|
|
list.Add(GetType().Assembly);
|
|
|
|
|
|
|
|
|
|
return list;
|
2013-02-24 14:53:54 -07:00
|
|
|
|
}
|
2013-02-26 09:10:55 -07:00
|
|
|
|
|
2013-12-29 07:12:29 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets the plugin assemblies.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns>IEnumerable{Assembly}.</returns>
|
|
|
|
|
private IEnumerable<Assembly> GetPluginAssemblies()
|
|
|
|
|
{
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
return Directory.EnumerateFiles(ApplicationPaths.PluginsPath, "*.dll", SearchOption.TopDirectoryOnly)
|
|
|
|
|
.Select(LoadAssembly)
|
2013-12-29 10:07:29 -07:00
|
|
|
|
.Where(a => a != null)
|
|
|
|
|
.ToList();
|
2013-12-29 07:12:29 -07:00
|
|
|
|
}
|
|
|
|
|
catch (DirectoryNotFoundException)
|
|
|
|
|
{
|
|
|
|
|
return new List<Assembly>();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-13 11:02:30 -07:00
|
|
|
|
private readonly string _systemId = Environment.MachineName.GetMD5().ToString();
|
2013-03-14 21:23:07 -07:00
|
|
|
|
|
2013-03-06 22:34:00 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets the system status.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns>SystemInfo.</returns>
|
|
|
|
|
public virtual SystemInfo GetSystemInfo()
|
|
|
|
|
{
|
|
|
|
|
return new SystemInfo
|
|
|
|
|
{
|
|
|
|
|
HasPendingRestart = HasPendingRestart,
|
|
|
|
|
Version = ApplicationVersion.ToString(),
|
|
|
|
|
IsNetworkDeployed = CanSelfUpdate,
|
|
|
|
|
WebSocketPortNumber = ServerManager.WebSocketPortNumber,
|
|
|
|
|
SupportsNativeWebSocket = ServerManager.SupportsNativeWebSocket,
|
2013-09-19 17:53:18 -07:00
|
|
|
|
FailedPluginAssemblies = FailedAssemblies.ToList(),
|
|
|
|
|
InProgressInstallations = InstallationManager.CurrentInstallations.Select(i => i.Item1).ToList(),
|
|
|
|
|
CompletedInstallations = InstallationManager.CompletedInstallations.ToList(),
|
2013-06-01 20:17:10 -07:00
|
|
|
|
Id = _systemId,
|
2013-08-16 07:18:09 -07:00
|
|
|
|
ProgramDataPath = ApplicationPaths.ProgramDataPath,
|
2013-11-30 11:32:39 -07:00
|
|
|
|
LogPath = ApplicationPaths.LogDirectoryPath,
|
|
|
|
|
ItemsByNamePath = ApplicationPaths.ItemsByNamePath,
|
2014-03-31 14:04:22 -07:00
|
|
|
|
InternalMetadataPath = ApplicationPaths.InternalMetadataPath,
|
2013-12-14 18:17:57 -07:00
|
|
|
|
CachePath = ApplicationPaths.CachePath,
|
2013-09-07 08:58:47 -07:00
|
|
|
|
MacAddress = GetMacAddress(),
|
2014-03-16 21:25:11 -07:00
|
|
|
|
HttpServerPortNumber = HttpServerPort,
|
2013-10-07 07:38:31 -07:00
|
|
|
|
OperatingSystem = Environment.OSVersion.ToString(),
|
2013-10-07 09:22:19 -07:00
|
|
|
|
CanSelfRestart = CanSelfRestart,
|
2013-12-08 12:39:39 -07:00
|
|
|
|
CanSelfUpdate = CanSelfUpdate,
|
2014-01-04 23:50:48 -07:00
|
|
|
|
WanAddress = GetWanAddress(),
|
2014-04-25 19:55:07 -07:00
|
|
|
|
HasUpdateAvailable = HasUpdateAvailable,
|
2014-01-18 12:25:20 -07:00
|
|
|
|
SupportsAutoRunAtStartup = SupportsAutoRunAtStartup,
|
2014-01-29 17:18:05 -07:00
|
|
|
|
TranscodingTempPath = ApplicationPaths.TranscodingTempPath,
|
2014-02-28 21:12:39 -07:00
|
|
|
|
IsRunningAsService = IsRunningAsService,
|
|
|
|
|
ServerName = string.IsNullOrWhiteSpace(ServerConfigurationManager.Configuration.ServerName) ? Environment.MachineName : ServerConfigurationManager.Configuration.ServerName
|
2013-03-06 22:34:00 -07:00
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
|
2014-03-16 21:25:11 -07:00
|
|
|
|
public int HttpServerPort
|
|
|
|
|
{
|
|
|
|
|
get { return ServerConfigurationManager.Configuration.HttpServerPortNumber; }
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-02 14:21:06 -07:00
|
|
|
|
private readonly CultureInfo _usCulture = new CultureInfo("en-US");
|
|
|
|
|
private string GetWanAddress()
|
|
|
|
|
{
|
2014-03-04 19:59:59 -07:00
|
|
|
|
var ip = ServerConfigurationManager.Configuration.WanDdns;
|
|
|
|
|
|
|
|
|
|
if (string.IsNullOrWhiteSpace(ip))
|
|
|
|
|
{
|
|
|
|
|
ip = WanAddressEntryPoint.WanAddress;
|
|
|
|
|
}
|
2014-01-02 14:21:06 -07:00
|
|
|
|
|
|
|
|
|
if (!string.IsNullOrEmpty(ip))
|
|
|
|
|
{
|
2014-03-04 19:59:59 -07:00
|
|
|
|
if (!ip.StartsWith("http://", StringComparison.OrdinalIgnoreCase) &&
|
|
|
|
|
!ip.StartsWith("https://", StringComparison.OrdinalIgnoreCase))
|
|
|
|
|
{
|
|
|
|
|
ip = "http://" + ip;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return ip + ":" + ServerConfigurationManager.Configuration.HttpServerPortNumber.ToString(_usCulture);
|
2014-01-02 14:21:06 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-16 07:18:09 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets the mac address.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns>System.String.</returns>
|
|
|
|
|
private string GetMacAddress()
|
|
|
|
|
{
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
return NetworkManager.GetMacAddress();
|
|
|
|
|
}
|
|
|
|
|
catch (Exception ex)
|
|
|
|
|
{
|
|
|
|
|
Logger.ErrorException("Error getting mac address", ex);
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-26 09:10:55 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Shuts down.
|
|
|
|
|
/// </summary>
|
2013-09-20 10:32:10 -07:00
|
|
|
|
public override async Task Shutdown()
|
2013-02-26 09:10:55 -07:00
|
|
|
|
{
|
2013-09-05 10:26:03 -07:00
|
|
|
|
try
|
|
|
|
|
{
|
2013-10-03 11:02:23 -07:00
|
|
|
|
await SessionManager.SendServerShutdownNotification(CancellationToken.None).ConfigureAwait(false);
|
2013-09-05 10:26:03 -07:00
|
|
|
|
}
|
|
|
|
|
catch (Exception ex)
|
|
|
|
|
{
|
2013-10-03 11:02:23 -07:00
|
|
|
|
Logger.ErrorException("Error sending server shutdown notification", ex);
|
2013-09-05 10:26:03 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-09-24 17:54:51 -07:00
|
|
|
|
NativeApp.Shutdown();
|
2013-04-05 12:34:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-03-27 15:13:46 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Registers the server with administrator access.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void RegisterServerWithAdministratorAccess()
|
|
|
|
|
{
|
|
|
|
|
Logger.Info("Requesting administrative access to authorize http server");
|
|
|
|
|
|
2013-09-24 17:54:51 -07:00
|
|
|
|
try
|
2013-03-27 15:13:46 -07:00
|
|
|
|
{
|
2014-01-08 21:44:51 -07:00
|
|
|
|
ServerAuthorization.AuthorizeServer(
|
|
|
|
|
ServerConfigurationManager.Configuration.HttpServerPortNumber,
|
2014-01-25 14:07:19 -07:00
|
|
|
|
HttpServerUrlPrefixes.First(),
|
2014-01-08 21:44:51 -07:00
|
|
|
|
ServerConfigurationManager.Configuration.LegacyWebSocketPortNumber,
|
2013-09-24 17:54:51 -07:00
|
|
|
|
UdpServerEntryPoint.PortNumber,
|
|
|
|
|
ConfigurationManager.CommonApplicationPaths.TempDirectory);
|
2013-03-27 15:13:46 -07:00
|
|
|
|
}
|
2013-09-24 17:54:51 -07:00
|
|
|
|
catch (Exception ex)
|
2013-03-27 15:13:46 -07:00
|
|
|
|
{
|
2013-09-24 17:54:51 -07:00
|
|
|
|
Logger.ErrorException("Error authorizing server", ex);
|
2013-03-27 15:13:46 -07:00
|
|
|
|
}
|
2013-02-26 09:10:55 -07:00
|
|
|
|
}
|
2013-07-08 10:13:18 -07:00
|
|
|
|
|
2014-04-25 19:55:07 -07:00
|
|
|
|
public event EventHandler HasUpdateAvailableChanged;
|
|
|
|
|
|
2014-01-04 23:50:48 -07:00
|
|
|
|
private bool _hasUpdateAvailable;
|
2014-04-25 19:55:07 -07:00
|
|
|
|
public bool HasUpdateAvailable
|
|
|
|
|
{
|
|
|
|
|
get { return _hasUpdateAvailable; }
|
|
|
|
|
set
|
|
|
|
|
{
|
|
|
|
|
var fireEvent = value && !_hasUpdateAvailable;
|
|
|
|
|
|
|
|
|
|
_hasUpdateAvailable = value;
|
|
|
|
|
|
|
|
|
|
if (fireEvent)
|
|
|
|
|
{
|
|
|
|
|
EventHelper.FireEventIfNotNull(HasUpdateAvailableChanged, this, EventArgs.Empty, Logger);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-13 18:56:03 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Checks for update.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="cancellationToken">The cancellation token.</param>
|
|
|
|
|
/// <param name="progress">The progress.</param>
|
|
|
|
|
/// <returns>Task{CheckForUpdateResult}.</returns>
|
2013-09-24 17:54:51 -07:00
|
|
|
|
public override async Task<CheckForUpdateResult> CheckForApplicationUpdate(CancellationToken cancellationToken, IProgress<double> progress)
|
2013-07-08 10:13:18 -07:00
|
|
|
|
{
|
2013-09-13 18:56:03 -07:00
|
|
|
|
var availablePackages = await InstallationManager.GetAvailablePackagesWithoutRegistrationInfo(cancellationToken).ConfigureAwait(false);
|
|
|
|
|
|
2013-11-04 11:16:47 -07:00
|
|
|
|
var version = InstallationManager.GetLatestCompatibleVersion(availablePackages, Constants.MbServerPkgName, null, ApplicationVersion,
|
2013-10-01 08:16:38 -07:00
|
|
|
|
ConfigurationManager.CommonConfiguration.SystemUpdateLevel);
|
2013-09-13 18:56:03 -07:00
|
|
|
|
|
2014-05-04 21:36:45 -07:00
|
|
|
|
HasUpdateAvailable = version != null && version.version >= ApplicationVersion;
|
2014-01-04 23:50:48 -07:00
|
|
|
|
|
2013-09-13 18:56:03 -07:00
|
|
|
|
return version != null ? new CheckForUpdateResult { AvailableVersion = version.version, IsUpdateAvailable = version.version > ApplicationVersion, Package = version } :
|
|
|
|
|
new CheckForUpdateResult { AvailableVersion = ApplicationVersion, IsUpdateAvailable = false };
|
2013-07-08 10:13:18 -07:00
|
|
|
|
}
|
2013-08-28 13:12:58 -07:00
|
|
|
|
|
2013-09-13 18:56:03 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Updates the application.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="package">The package that contains the update</param>
|
|
|
|
|
/// <param name="cancellationToken">The cancellation token.</param>
|
|
|
|
|
/// <param name="progress">The progress.</param>
|
|
|
|
|
/// <returns>Task.</returns>
|
|
|
|
|
public override async Task UpdateApplication(PackageVersionInfo package, CancellationToken cancellationToken, IProgress<double> progress)
|
|
|
|
|
{
|
|
|
|
|
await InstallationManager.InstallPackage(package, progress, cancellationToken).ConfigureAwait(false);
|
|
|
|
|
|
2014-04-25 19:55:07 -07:00
|
|
|
|
HasUpdateAvailable = false;
|
2014-01-04 23:50:48 -07:00
|
|
|
|
|
2014-04-30 08:07:02 -07:00
|
|
|
|
OnApplicationUpdated(package);
|
2013-09-13 18:56:03 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-05 18:59:21 -07:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Configures the automatic run at startup.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="autorun">if set to <c>true</c> [autorun].</param>
|
2013-09-24 17:54:51 -07:00
|
|
|
|
protected override void ConfigureAutoRunAtStartup(bool autorun)
|
|
|
|
|
{
|
2014-01-05 18:59:21 -07:00
|
|
|
|
if (SupportsAutoRunAtStartup)
|
|
|
|
|
{
|
|
|
|
|
Autorun.Configure(autorun);
|
|
|
|
|
}
|
2013-08-28 13:12:58 -07:00
|
|
|
|
}
|
2013-02-24 14:53:54 -07:00
|
|
|
|
}
|
|
|
|
|
}
|