| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762 | 
							- using MediaBrowser.Common;
 
- using MediaBrowser.Common.IO;
 
- using MediaBrowser.Controller.Channels;
 
- using MediaBrowser.Controller.Configuration;
 
- using MediaBrowser.Controller.Devices;
 
- using MediaBrowser.Controller.Drawing;
 
- using MediaBrowser.Controller.Dto;
 
- using MediaBrowser.Controller.Entities;
 
- using MediaBrowser.Controller.Entities.Audio;
 
- using MediaBrowser.Controller.Entities.Movies;
 
- using MediaBrowser.Controller.Entities.TV;
 
- using MediaBrowser.Controller.Library;
 
- using MediaBrowser.Controller.LiveTv;
 
- using MediaBrowser.Controller.Persistence;
 
- using MediaBrowser.Controller.Playlists;
 
- using MediaBrowser.Controller.Providers;
 
- using MediaBrowser.Controller.Sync;
 
- using MediaBrowser.Model.Drawing;
 
- using MediaBrowser.Model.Dto;
 
- using MediaBrowser.Model.Entities;
 
- using MediaBrowser.Model.Logging;
 
- using MediaBrowser.Model.Querying;
 
- using MediaBrowser.Model.Sync;
 
- using MoreLinq;
 
- using System;
 
- using System.Collections.Generic;
 
- using System.IO;
 
- using System.Linq;
 
- namespace MediaBrowser.Server.Implementations.Dto
 
- {
 
-     public class DtoService : IDtoService
 
-     {
 
-         private readonly ILogger _logger;
 
-         private readonly ILibraryManager _libraryManager;
 
-         private readonly IUserDataManager _userDataRepository;
 
-         private readonly IItemRepository _itemRepo;
 
-         private readonly IImageProcessor _imageProcessor;
 
-         private readonly IServerConfigurationManager _config;
 
-         private readonly IFileSystem _fileSystem;
 
-         private readonly IProviderManager _providerManager;
 
-         private readonly Func<IChannelManager> _channelManagerFactory;
 
-         private readonly ISyncManager _syncManager;
 
-         private readonly IApplicationHost _appHost;
 
-         private readonly Func<IDeviceManager> _deviceManager;
 
-         private readonly Func<IMediaSourceManager> _mediaSourceManager;
 
-         public DtoService(ILogger logger, ILibraryManager libraryManager, IUserDataManager userDataRepository, IItemRepository itemRepo, IImageProcessor imageProcessor, IServerConfigurationManager config, IFileSystem fileSystem, IProviderManager providerManager, Func<IChannelManager> channelManagerFactory, ISyncManager syncManager, IApplicationHost appHost, Func<IDeviceManager> deviceManager, Func<IMediaSourceManager> mediaSourceManager)
 
-         {
 
-             _logger = logger;
 
-             _libraryManager = libraryManager;
 
-             _userDataRepository = userDataRepository;
 
-             _itemRepo = itemRepo;
 
-             _imageProcessor = imageProcessor;
 
-             _config = config;
 
-             _fileSystem = fileSystem;
 
-             _providerManager = providerManager;
 
-             _channelManagerFactory = channelManagerFactory;
 
-             _syncManager = syncManager;
 
-             _appHost = appHost;
 
-             _deviceManager = deviceManager;
 
-             _mediaSourceManager = mediaSourceManager;
 
-         }
 
-         /// <summary>
 
-         /// Converts a BaseItem to a DTOBaseItem
 
-         /// </summary>
 
-         /// <param name="item">The item.</param>
 
-         /// <param name="fields">The fields.</param>
 
-         /// <param name="user">The user.</param>
 
-         /// <param name="owner">The owner.</param>
 
-         /// <returns>Task{DtoBaseItem}.</returns>
 
-         /// <exception cref="System.ArgumentNullException">item</exception>
 
-         public BaseItemDto GetBaseItemDto(BaseItem item, List<ItemFields> fields, User user = null, BaseItem owner = null)
 
-         {
 
-             var options = new DtoOptions
 
-             {
 
-                 Fields = fields
 
-             };
 
-             return GetBaseItemDto(item, options, user, owner);
 
-         }
 
-         public IEnumerable<BaseItemDto> GetBaseItemDtos(IEnumerable<BaseItem> items, DtoOptions options, User user = null, BaseItem owner = null)
 
-         {
 
-             var tuple = GetItemIdsWithSyncJobs(options);
 
-             var list = new List<BaseItemDto>();
 
-             foreach (var item in items)
 
-             {
 
-                 var dto = GetBaseItemDtoInternal(item, options, user, owner);
 
-                 var byName = item as IItemByName;
 
-                 if (byName != null && !(item is LiveTvChannel))
 
-                 {
 
-                     if (options.Fields.Contains(ItemFields.ItemCounts))
 
-                     {
 
-                         var itemFilter = byName.GetItemFilter();
 
-                         var libraryItems = user != null ?
 
-                            user.RootFolder.GetRecursiveChildren(user, itemFilter) :
 
-                            _libraryManager.RootFolder.GetRecursiveChildren(itemFilter);
 
-                         SetItemByNameInfo(item, dto, libraryItems.ToList(), user);
 
-                     }
 
-                 }
 
-                 FillSyncInfo(dto, item, tuple.Item1, tuple.Item2, options, user);
 
-                 list.Add(dto);
 
-             }
 
-             return list;
 
-         }
 
-         public BaseItemDto GetBaseItemDto(BaseItem item, DtoOptions options, User user = null, BaseItem owner = null)
 
-         {
 
-             var dto = GetBaseItemDtoInternal(item, options, user, owner);
 
-             var byName = item as IItemByName;
 
-             if (byName != null && !(item is LiveTvChannel))
 
-             {
 
-                 if (options.Fields.Contains(ItemFields.ItemCounts))
 
-                 {
 
-                     var itemFilter = byName.GetItemFilter();
 
-                     var libraryItems = user != null ?
 
-                        user.RootFolder.GetRecursiveChildren(user, itemFilter) :
 
-                        _libraryManager.RootFolder.GetRecursiveChildren(itemFilter);
 
-                     SetItemByNameInfo(item, dto, libraryItems.ToList(), user);
 
-                 }
 
-                 FillSyncInfo(dto, item, options, user);
 
-                 return dto;
 
-             }
 
-             FillSyncInfo(dto, item, options, user);
 
-             return dto;
 
-         }
 
-         private Tuple<IEnumerable<string>, IEnumerable<string>> GetItemIdsWithSyncJobs(DtoOptions options)
 
-         {
 
-             if (!options.Fields.Contains(ItemFields.SyncInfo))
 
-             {
 
-                 return new Tuple<IEnumerable<string>, IEnumerable<string>>(new List<string>(), new List<string>());
 
-             }
 
-             var deviceId = options.DeviceId;
 
-             if (string.IsNullOrWhiteSpace(deviceId))
 
-             {
 
-                 return new Tuple<IEnumerable<string>, IEnumerable<string>>(new List<string>(), new List<string>());
 
-             }
 
-             var caps = _deviceManager().GetCapabilities(deviceId);
 
-             if (caps == null || !caps.SupportsSync)
 
-             {
 
-                 return new Tuple<IEnumerable<string>, IEnumerable<string>>(new List<string>(), new List<string>());
 
-             }
 
-             var result1 = _syncManager.GetLibraryItemIds(new SyncJobItemQuery
 
-             {
 
-                 TargetId = deviceId,
 
-                 Statuses = new[]
 
-                 {
 
-                     SyncJobItemStatus.Converting,
 
-                     SyncJobItemStatus.Queued,
 
-                     SyncJobItemStatus.Transferring,
 
-                     SyncJobItemStatus.ReadyToTransfer
 
-                 }
 
-             });
 
-             var result2 = _syncManager.GetLibraryItemIds(new SyncJobItemQuery
 
-             {
 
-                 TargetId = deviceId,
 
-                 Statuses = new[]
 
-                 {
 
-                     SyncJobItemStatus.Synced
 
-                 }
 
-             });
 
-             return new Tuple<IEnumerable<string>, IEnumerable<string>>(result1.Items, result2.Items);
 
-         }
 
-         public void FillSyncInfo(IEnumerable<IHasSyncInfo> dtos, DtoOptions options, User user)
 
-         {
 
-             if (options.Fields.Contains(ItemFields.SyncInfo))
 
-             {
 
-                 var tuple = GetItemIdsWithSyncJobs(options);
 
-                 foreach (var dto in dtos)
 
-                 {
 
-                     var item = _libraryManager.GetItemById(dto.Id);
 
-                     FillSyncInfo(dto, item, tuple.Item1, tuple.Item2, options, user);
 
-                 }
 
-             }
 
-         }
 
-         private void FillSyncInfo(IHasSyncInfo dto, BaseItem item, DtoOptions options, User user)
 
-         {
 
-             if (options.Fields.Contains(ItemFields.SyncInfo))
 
-             {
 
-                 var userCanSync = user != null && user.Policy.EnableSync;
 
-                 dto.SupportsSync = userCanSync && _syncManager.SupportsSync(item);
 
-             }
 
-             if (dto.SupportsSync ?? false)
 
-             {
 
-                 var tuple = GetItemIdsWithSyncJobs(options);
 
-                 dto.HasSyncJob = tuple.Item1.Contains(dto.Id, StringComparer.OrdinalIgnoreCase);
 
-                 dto.IsSynced = tuple.Item2.Contains(dto.Id, StringComparer.OrdinalIgnoreCase);
 
-                 if (dto.IsSynced.Value)
 
-                 {
 
-                     dto.SyncStatus = SyncJobItemStatus.Synced;
 
-                 }
 
-                 else if (dto.HasSyncJob.Value)
 
-                 {
 
-                     dto.SyncStatus = SyncJobItemStatus.Queued;
 
-                 }
 
-             }
 
-         }
 
-         private void FillSyncInfo(IHasSyncInfo dto, BaseItem item, IEnumerable<string> itemIdsWithPendingSyncJobs, IEnumerable<string> syncedItemIds, DtoOptions options, User user)
 
-         {
 
-             if (options.Fields.Contains(ItemFields.SyncInfo))
 
-             {
 
-                 var userCanSync = user != null && user.Policy.EnableSync;
 
-                 dto.SupportsSync = userCanSync && _syncManager.SupportsSync(item);
 
-             }
 
-             if (dto.SupportsSync ?? false)
 
-             {
 
-                 dto.HasSyncJob = itemIdsWithPendingSyncJobs.Contains(dto.Id, StringComparer.OrdinalIgnoreCase);
 
-                 dto.IsSynced = syncedItemIds.Contains(dto.Id, StringComparer.OrdinalIgnoreCase);
 
-                 if (dto.IsSynced.Value)
 
-                 {
 
-                     dto.SyncStatus = SyncJobItemStatus.Synced;
 
-                 }
 
-                 else if (dto.HasSyncJob.Value)
 
-                 {
 
-                     dto.SyncStatus = SyncJobItemStatus.Queued;
 
-                 }
 
-             }
 
-         }
 
-         private BaseItemDto GetBaseItemDtoInternal(BaseItem item, DtoOptions options, User user = null, BaseItem owner = null)
 
-         {
 
-             var fields = options.Fields;
 
-             if (item == null)
 
-             {
 
-                 throw new ArgumentNullException("item");
 
-             }
 
-             if (fields == null)
 
-             {
 
-                 throw new ArgumentNullException("fields");
 
-             }
 
-             var dto = new BaseItemDto
 
-             {
 
-                 ServerId = _appHost.SystemId
 
-             };
 
-             if (fields.Contains(ItemFields.People))
 
-             {
 
-                 AttachPeople(dto, item);
 
-             }
 
-             if (fields.Contains(ItemFields.PrimaryImageAspectRatio))
 
-             {
 
-                 try
 
-                 {
 
-                     AttachPrimaryImageAspectRatio(dto, item, fields);
 
-                 }
 
-                 catch (Exception ex)
 
-                 {
 
-                     // Have to use a catch-all unfortunately because some .net image methods throw plain Exceptions
 
-                     _logger.ErrorException("Error generating PrimaryImageAspectRatio for {0}", ex, item.Name);
 
-                 }
 
-             }
 
-             if (fields.Contains(ItemFields.DisplayPreferencesId))
 
-             {
 
-                 dto.DisplayPreferencesId = item.DisplayPreferencesId.ToString("N");
 
-             }
 
-             if (user != null)
 
-             {
 
-                 AttachUserSpecificInfo(dto, item, user, fields);
 
-             }
 
-             var hasMediaSources = item as IHasMediaSources;
 
-             if (hasMediaSources != null)
 
-             {
 
-                 if (fields.Contains(ItemFields.MediaSources))
 
-                 {
 
-                     if (user == null)
 
-                     {
 
-                         dto.MediaSources = _mediaSourceManager().GetStaticMediaSources(hasMediaSources, true).ToList();
 
-                     }
 
-                     else
 
-                     {
 
-                         dto.MediaSources = _mediaSourceManager().GetStaticMediaSources(hasMediaSources, true, user).ToList();
 
-                     }
 
-                 }
 
-             }
 
-             if (fields.Contains(ItemFields.Studios))
 
-             {
 
-                 AttachStudios(dto, item);
 
-             }
 
-             AttachBasicFields(dto, item, owner, options);
 
-             if (fields.Contains(ItemFields.SoundtrackIds))
 
-             {
 
-                 var hasSoundtracks = item as IHasSoundtracks;
 
-                 if (hasSoundtracks != null)
 
-                 {
 
-                     dto.SoundtrackIds = hasSoundtracks.SoundtrackIds
 
-                         .Select(i => i.ToString("N"))
 
-                         .ToArray();
 
-                 }
 
-             }
 
-             var playlist = item as Playlist;
 
-             if (playlist != null)
 
-             {
 
-                 AttachLinkedChildImages(dto, playlist, user, options);
 
-             }
 
-             if (fields.Contains(ItemFields.CanDelete))
 
-             {
 
-                 dto.CanDelete = user == null
 
-                     ? item.CanDelete()
 
-                     : item.CanDelete(user);
 
-             }
 
-             if (fields.Contains(ItemFields.CanDownload))
 
-             {
 
-                 dto.CanDownload = user == null
 
-                     ? item.CanDownload()
 
-                     : item.CanDownload(user);
 
-             }
 
-             if (fields.Contains(ItemFields.Etag))
 
-             {
 
-                 dto.Etag = item.GetEtag(user);
 
-             }
 
-             return dto;
 
-         }
 
-         public BaseItemDto GetItemByNameDto<T>(T item, DtoOptions options, List<BaseItem> taggedItems, User user = null)
 
-             where T : BaseItem, IItemByName
 
-         {
 
-             var dto = GetBaseItemDtoInternal(item, options, user);
 
-             if (options.Fields.Contains(ItemFields.ItemCounts))
 
-             {
 
-                 SetItemByNameInfo(item, dto, taggedItems, user);
 
-             }
 
-             FillSyncInfo(dto, item, options, user);
 
-             return dto;
 
-         }
 
-         private void SetItemByNameInfo(BaseItem item, BaseItemDto dto, List<BaseItem> taggedItems, User user = null)
 
-         {
 
-             if (item is MusicArtist || item is MusicGenre)
 
-             {
 
-                 dto.AlbumCount = taggedItems.Count(i => i is MusicAlbum);
 
-                 dto.MusicVideoCount = taggedItems.Count(i => i is MusicVideo);
 
-                 dto.SongCount = taggedItems.Count(i => i is Audio);
 
-             }
 
-             else if (item is GameGenre)
 
-             {
 
-                 dto.GameCount = taggedItems.Count(i => i is Game);
 
-             }
 
-             else
 
-             {
 
-                 // This populates them all and covers Genre, Person, Studio, Year
 
-                 dto.AlbumCount = taggedItems.Count(i => i is MusicAlbum);
 
-                 dto.EpisodeCount = taggedItems.Count(i => i is Episode);
 
-                 dto.GameCount = taggedItems.Count(i => i is Game);
 
-                 dto.MovieCount = taggedItems.Count(i => i is Movie);
 
-                 dto.MusicVideoCount = taggedItems.Count(i => i is MusicVideo);
 
-                 dto.SeriesCount = taggedItems.Count(i => i is Series);
 
-                 dto.SongCount = taggedItems.Count(i => i is Audio);
 
-             }
 
-             dto.ChildCount = taggedItems.Count;
 
-         }
 
-         /// <summary>
 
-         /// Attaches the user specific info.
 
-         /// </summary>
 
-         /// <param name="dto">The dto.</param>
 
-         /// <param name="item">The item.</param>
 
-         /// <param name="user">The user.</param>
 
-         /// <param name="fields">The fields.</param>
 
-         private void AttachUserSpecificInfo(BaseItemDto dto, BaseItem item, User user, List<ItemFields> fields)
 
-         {
 
-             if (item.IsFolder)
 
-             {
 
-                 var userData = _userDataRepository.GetUserData(user.Id, item.GetUserDataKey());
 
-                 // Skip the user data manager because we've already looped through the recursive tree and don't want to do it twice
 
-                 // TODO: Improve in future
 
-                 dto.UserData = GetUserItemDataDto(userData);
 
-                 var folder = (Folder)item;
 
-                 dto.ChildCount = GetChildCount(folder, user);
 
-                 // These are just far too slow. 
 
-                 // TODO: Disable for CollectionFolder
 
-                 if (!(folder is UserRootFolder) && !(folder is UserView))
 
-                 {
 
-                     SetSpecialCounts(folder, user, dto, fields);
 
-                 }
 
-                 dto.UserData.Played = dto.UserData.PlayedPercentage.HasValue && dto.UserData.PlayedPercentage.Value >= 100;
 
-             }
 
-             else
 
-             {
 
-                 dto.UserData = _userDataRepository.GetUserDataDto(item, user);
 
-             }
 
-             dto.PlayAccess = item.GetPlayAccess(user);
 
-             if (fields.Contains(ItemFields.SeasonUserData))
 
-             {
 
-                 var episode = item as Episode;
 
-                 if (episode != null)
 
-                 {
 
-                     var season = episode.Season;
 
-                     if (season != null)
 
-                     {
 
-                         dto.SeasonUserData = _userDataRepository.GetUserDataDto(season, user);
 
-                     }
 
-                 }
 
-             }
 
-             var userView = item as UserView;
 
-             if (userView != null)
 
-             {
 
-                 dto.HasDynamicCategories = userView.ContainsDynamicCategories(user);
 
-             }
 
-             var collectionFolder = item as ICollectionFolder;
 
-             if (collectionFolder != null)
 
-             {
 
-                 dto.HasDynamicCategories = false;
 
-             }
 
-         }
 
-         private int GetChildCount(Folder folder, User user)
 
-         {
 
-             return folder.GetChildren(user, true)
 
-                 .Count();
 
-         }
 
-         /// <summary>
 
-         /// Gets client-side Id of a server-side BaseItem
 
-         /// </summary>
 
-         /// <param name="item">The item.</param>
 
-         /// <returns>System.String.</returns>
 
-         /// <exception cref="System.ArgumentNullException">item</exception>
 
-         public string GetDtoId(BaseItem item)
 
-         {
 
-             if (item == null)
 
-             {
 
-                 throw new ArgumentNullException("item");
 
-             }
 
-             return item.Id.ToString("N");
 
-         }
 
-         /// <summary>
 
-         /// Converts a UserItemData to a DTOUserItemData
 
-         /// </summary>
 
-         /// <param name="data">The data.</param>
 
-         /// <returns>DtoUserItemData.</returns>
 
-         /// <exception cref="System.ArgumentNullException"></exception>
 
-         public UserItemDataDto GetUserItemDataDto(UserItemData data)
 
-         {
 
-             if (data == null)
 
-             {
 
-                 throw new ArgumentNullException("data");
 
-             }
 
-             return new UserItemDataDto
 
-             {
 
-                 IsFavorite = data.IsFavorite,
 
-                 Likes = data.Likes,
 
-                 PlaybackPositionTicks = data.PlaybackPositionTicks,
 
-                 PlayCount = data.PlayCount,
 
-                 Rating = data.Rating,
 
-                 Played = data.Played,
 
-                 LastPlayedDate = data.LastPlayedDate,
 
-                 Key = data.Key
 
-             };
 
-         }
 
-         private void SetBookProperties(BaseItemDto dto, Book item)
 
-         {
 
-             dto.SeriesName = item.SeriesName;
 
-         }
 
-         private void SetPhotoProperties(BaseItemDto dto, Photo item)
 
-         {
 
-             dto.Width = item.Width;
 
-             dto.Height = item.Height;
 
-             dto.CameraMake = item.CameraMake;
 
-             dto.CameraModel = item.CameraModel;
 
-             dto.Software = item.Software;
 
-             dto.ExposureTime = item.ExposureTime;
 
-             dto.FocalLength = item.FocalLength;
 
-             dto.ImageOrientation = item.Orientation;
 
-             dto.Aperture = item.Aperture;
 
-             dto.ShutterSpeed = item.ShutterSpeed;
 
-             dto.Latitude = item.Latitude;
 
-             dto.Longitude = item.Longitude;
 
-             dto.Altitude = item.Altitude;
 
-             dto.IsoSpeedRating = item.IsoSpeedRating;
 
-             var album = item.Album;
 
-             if (album != null)
 
-             {
 
-                 dto.Album = album.Name;
 
-                 dto.AlbumId = album.Id.ToString("N");
 
-             }
 
-         }
 
-         private void SetMusicVideoProperties(BaseItemDto dto, MusicVideo item)
 
-         {
 
-             if (!string.IsNullOrEmpty(item.Album))
 
-             {
 
-                 var parentAlbum = _libraryManager.RootFolder
 
-                     .GetRecursiveChildren(i => i is MusicAlbum && string.Equals(i.Name, item.Album, StringComparison.OrdinalIgnoreCase))
 
-                     .FirstOrDefault();
 
-                 if (parentAlbum != null)
 
-                 {
 
-                     dto.AlbumId = GetDtoId(parentAlbum);
 
-                 }
 
-             }
 
-             dto.Album = item.Album;
 
-         }
 
-         private void SetGameProperties(BaseItemDto dto, Game item)
 
-         {
 
-             dto.Players = item.PlayersSupported;
 
-             dto.GameSystem = item.GameSystem;
 
-             dto.MultiPartGameFiles = item.MultiPartGameFiles;
 
-         }
 
-         private void SetGameSystemProperties(BaseItemDto dto, GameSystem item)
 
-         {
 
-             dto.GameSystem = item.GameSystemName;
 
-         }
 
-         private List<string> GetBackdropImageTags(BaseItem item, int limit)
 
-         {
 
-             return GetCacheTags(item, ImageType.Backdrop, limit).ToList();
 
-         }
 
-         private List<string> GetScreenshotImageTags(BaseItem item, int limit)
 
-         {
 
-             var hasScreenshots = item as IHasScreenshots;
 
-             if (hasScreenshots == null)
 
-             {
 
-                 return new List<string>();
 
-             }
 
-             return GetCacheTags(item, ImageType.Screenshot, limit).ToList();
 
-         }
 
-         private IEnumerable<string> GetCacheTags(BaseItem item, ImageType type, int limit)
 
-         {
 
-             return item.GetImages(type)
 
-                 .Select(p => GetImageCacheTag(item, p))
 
-                 .Where(i => i != null)
 
-                 .Take(limit)
 
-                 .ToList();
 
-         }
 
-         private string GetImageCacheTag(BaseItem item, ImageType type)
 
-         {
 
-             try
 
-             {
 
-                 return _imageProcessor.GetImageCacheTag(item, type);
 
-             }
 
-             catch (Exception ex)
 
-             {
 
-                 _logger.ErrorException("Error getting {0} image info", ex, type);
 
-                 return null;
 
-             }
 
-         }
 
-         private string GetImageCacheTag(BaseItem item, ItemImageInfo image)
 
-         {
 
-             try
 
-             {
 
-                 return _imageProcessor.GetImageCacheTag(item, image);
 
-             }
 
-             catch (Exception ex)
 
-             {
 
-                 _logger.ErrorException("Error getting {0} image info for {1}", ex, image.Type, image.Path);
 
-                 return null;
 
-             }
 
-         }
 
-         /// <summary>
 
-         /// Attaches People DTO's to a DTOBaseItem
 
-         /// </summary>
 
-         /// <param name="dto">The dto.</param>
 
-         /// <param name="item">The item.</param>
 
-         /// <returns>Task.</returns>
 
-         private void AttachPeople(BaseItemDto dto, BaseItem item)
 
-         {
 
-             // Ordering by person type to ensure actors and artists are at the front.
 
-             // This is taking advantage of the fact that they both begin with A
 
-             // This should be improved in the future
 
-             var people = item.People.OrderBy(i => i.SortOrder ?? int.MaxValue)
 
-                 .ThenBy(i =>
 
-                 {
 
-                     if (i.IsType(PersonType.Actor))
 
-                     {
 
-                         return 0;
 
-                     }
 
-                     if (i.IsType(PersonType.GuestStar))
 
-                     {
 
-                         return 1;
 
-                     }
 
-                     if (i.IsType(PersonType.Director))
 
-                     {
 
-                         return 2;
 
-                     }
 
-                     if (i.IsType(PersonType.Writer))
 
-                     {
 
-                         return 3;
 
-                     }
 
-                     if (i.IsType(PersonType.Producer))
 
-                     {
 
-                         return 4;
 
-                     }
 
-                     if (i.IsType(PersonType.Composer))
 
-                     {
 
-                         return 4;
 
-                     }
 
-                     return 10;
 
-                 })
 
-                 .ToList();
 
-             var list = new List<BaseItemPerson>();
 
-             var dictionary = people.Select(p => p.Name)
 
-                 .Distinct(StringComparer.OrdinalIgnoreCase).Select(c =>
 
-                 {
 
-                     try
 
-                     {
 
-                         return _libraryManager.GetPerson(c);
 
-                     }
 
-                     catch (Exception ex)
 
-                     {
 
-                         _logger.ErrorException("Error getting person {0}", ex, c);
 
-                         return null;
 
-                     }
 
-                 }).Where(i => i != null)
 
-                 .DistinctBy(i => i.Name)
 
-                 .ToDictionary(i => i.Name, StringComparer.OrdinalIgnoreCase);
 
-             for (var i = 0; i < people.Count; i++)
 
-             {
 
-                 var person = people[i];
 
-                 var baseItemPerson = new BaseItemPerson
 
-                 {
 
-                     Name = person.Name,
 
-                     Role = person.Role,
 
-                     Type = person.Type
 
-                 };
 
-                 Person entity;
 
-                 if (dictionary.TryGetValue(person.Name, out entity))
 
-                 {
 
-                     baseItemPerson.PrimaryImageTag = GetImageCacheTag(entity, ImageType.Primary);
 
-                     baseItemPerson.Id = entity.Id.ToString("N");
 
-                     list.Add(baseItemPerson);
 
-                 }
 
-             }
 
-             dto.People = list.ToArray();
 
-         }
 
-         /// <summary>
 
-         /// Attaches the studios.
 
-         /// </summary>
 
-         /// <param name="dto">The dto.</param>
 
-         /// <param name="item">The item.</param>
 
-         /// <returns>Task.</returns>
 
-         private void AttachStudios(BaseItemDto dto, BaseItem item)
 
-         {
 
-             var studios = item.Studios.ToList();
 
-             dto.Studios = new StudioDto[studios.Count];
 
-             var dictionary = studios.Distinct(StringComparer.OrdinalIgnoreCase).Select(name =>
 
-             {
 
-                 try
 
-                 {
 
-                     return _libraryManager.GetStudio(name);
 
-                 }
 
-                 catch (IOException ex)
 
-                 {
 
-                     _logger.ErrorException("Error getting studio {0}", ex, name);
 
-                     return null;
 
-                 }
 
-             })
 
-             .Where(i => i != null)
 
-             .ToDictionary(i => i.Name, StringComparer.OrdinalIgnoreCase);
 
-             for (var i = 0; i < studios.Count; i++)
 
-             {
 
-                 var studio = studios[i];
 
-                 var studioDto = new StudioDto
 
-                 {
 
-                     Name = studio
 
-                 };
 
-                 Studio entity;
 
-                 if (dictionary.TryGetValue(studio, out entity))
 
-                 {
 
-                     studioDto.Id = entity.Id.ToString("N");
 
-                     studioDto.PrimaryImageTag = GetImageCacheTag(entity, ImageType.Primary);
 
-                 }
 
-                 dto.Studios[i] = studioDto;
 
-             }
 
-         }
 
-         /// <summary>
 
-         /// If an item does not any backdrops, this can be used to find the first parent that does have one
 
-         /// </summary>
 
-         /// <param name="item">The item.</param>
 
-         /// <param name="owner">The owner.</param>
 
-         /// <returns>BaseItem.</returns>
 
-         private BaseItem GetParentBackdropItem(BaseItem item, BaseItem owner)
 
-         {
 
-             var parent = item.Parent ?? owner;
 
-             while (parent != null)
 
-             {
 
-                 if (parent.GetImages(ImageType.Backdrop).Any())
 
-                 {
 
-                     return parent;
 
-                 }
 
-                 parent = parent.Parent;
 
-             }
 
-             return null;
 
-         }
 
-         /// <summary>
 
-         /// If an item does not have a logo, this can be used to find the first parent that does have one
 
-         /// </summary>
 
-         /// <param name="item">The item.</param>
 
-         /// <param name="type">The type.</param>
 
-         /// <param name="owner">The owner.</param>
 
-         /// <returns>BaseItem.</returns>
 
-         private BaseItem GetParentImageItem(BaseItem item, ImageType type, BaseItem owner)
 
-         {
 
-             var parent = item.Parent ?? owner;
 
-             while (parent != null)
 
-             {
 
-                 if (parent.HasImage(type))
 
-                 {
 
-                     return parent;
 
-                 }
 
-                 parent = parent.Parent;
 
-             }
 
-             return null;
 
-         }
 
-         /// <summary>
 
-         /// Gets the chapter info dto.
 
-         /// </summary>
 
-         /// <param name="chapterInfo">The chapter info.</param>
 
-         /// <param name="item">The item.</param>
 
-         /// <returns>ChapterInfoDto.</returns>
 
-         private ChapterInfoDto GetChapterInfoDto(ChapterInfo chapterInfo, BaseItem item)
 
-         {
 
-             var dto = new ChapterInfoDto
 
-             {
 
-                 Name = chapterInfo.Name,
 
-                 StartPositionTicks = chapterInfo.StartPositionTicks
 
-             };
 
-             if (!string.IsNullOrEmpty(chapterInfo.ImagePath))
 
-             {
 
-                 dto.ImageTag = GetImageCacheTag(item, new ItemImageInfo
 
-                 {
 
-                     Path = chapterInfo.ImagePath,
 
-                     Type = ImageType.Chapter,
 
-                     DateModified = _fileSystem.GetLastWriteTimeUtc(chapterInfo.ImagePath)
 
-                 });
 
-             }
 
-             return dto;
 
-         }
 
-         public List<ChapterInfoDto> GetChapterInfoDtos(BaseItem item)
 
-         {
 
-             return _itemRepo.GetChapters(item.Id)
 
-                 .Select(c => GetChapterInfoDto(c, item))
 
-                 .ToList();
 
-         }
 
-         /// <summary>
 
-         /// Sets simple property values on a DTOBaseItem
 
-         /// </summary>
 
-         /// <param name="dto">The dto.</param>
 
-         /// <param name="item">The item.</param>
 
-         /// <param name="owner">The owner.</param>
 
-         /// <param name="options">The options.</param>
 
-         private void AttachBasicFields(BaseItemDto dto, BaseItem item, BaseItem owner, DtoOptions options)
 
-         {
 
-             var fields = options.Fields;
 
-             if (fields.Contains(ItemFields.DateCreated))
 
-             {
 
-                 dto.DateCreated = item.DateCreated;
 
-             }
 
-             if (fields.Contains(ItemFields.DisplayMediaType))
 
-             {
 
-                 dto.DisplayMediaType = item.DisplayMediaType;
 
-             }
 
-             // Leave null if false
 
-             if (item.IsUnidentified)
 
-             {
 
-                 dto.IsUnidentified = item.IsUnidentified;
 
-             }
 
-             if (fields.Contains(ItemFields.Settings))
 
-             {
 
-                 dto.LockedFields = item.LockedFields;
 
-                 dto.LockData = item.IsLocked;
 
-                 dto.ForcedSortName = item.ForcedSortName;
 
-             }
 
-             var hasBudget = item as IHasBudget;
 
-             if (hasBudget != null)
 
-             {
 
-                 if (fields.Contains(ItemFields.Budget))
 
-                 {
 
-                     dto.Budget = hasBudget.Budget;
 
-                 }
 
-                 if (fields.Contains(ItemFields.Revenue))
 
-                 {
 
-                     dto.Revenue = hasBudget.Revenue;
 
-                 }
 
-             }
 
-             dto.EndDate = item.EndDate;
 
-             if (fields.Contains(ItemFields.HomePageUrl))
 
-             {
 
-                 dto.HomePageUrl = item.HomePageUrl;
 
-             }
 
-             if (fields.Contains(ItemFields.ExternalUrls))
 
-             {
 
-                 dto.ExternalUrls = _providerManager.GetExternalUrls(item).ToArray();
 
-             }
 
-             if (fields.Contains(ItemFields.Tags))
 
-             {
 
-                 var hasTags = item as IHasTags;
 
-                 if (hasTags != null)
 
-                 {
 
-                     dto.Tags = hasTags.Tags;
 
-                 }
 
-                 if (dto.Tags == null)
 
-                 {
 
-                     dto.Tags = new List<string>();
 
-                 }
 
-             }
 
-             if (fields.Contains(ItemFields.Keywords))
 
-             {
 
-                 var hasTags = item as IHasKeywords;
 
-                 if (hasTags != null)
 
-                 {
 
-                     dto.Keywords = hasTags.Keywords;
 
-                 }
 
-                 if (dto.Keywords == null)
 
-                 {
 
-                     dto.Keywords = new List<string>();
 
-                 }
 
-             }
 
-             if (fields.Contains(ItemFields.ProductionLocations))
 
-             {
 
-                 SetProductionLocations(item, dto);
 
-             }
 
-             var hasAspectRatio = item as IHasAspectRatio;
 
-             if (hasAspectRatio != null)
 
-             {
 
-                 dto.AspectRatio = hasAspectRatio.AspectRatio;
 
-             }
 
-             if (fields.Contains(ItemFields.Metascore))
 
-             {
 
-                 var hasMetascore = item as IHasMetascore;
 
-                 if (hasMetascore != null)
 
-                 {
 
-                     dto.Metascore = hasMetascore.Metascore;
 
-                 }
 
-             }
 
-             if (fields.Contains(ItemFields.AwardSummary))
 
-             {
 
-                 var hasAwards = item as IHasAwards;
 
-                 if (hasAwards != null)
 
-                 {
 
-                     dto.AwardSummary = hasAwards.AwardSummary;
 
-                 }
 
-             }
 
-             var backdropLimit = options.GetImageLimit(ImageType.Backdrop);
 
-             if (backdropLimit > 0)
 
-             {
 
-                 dto.BackdropImageTags = GetBackdropImageTags(item, backdropLimit);
 
-             }
 
-             if (fields.Contains(ItemFields.ScreenshotImageTags))
 
-             {
 
-                 var screenshotLimit = options.GetImageLimit(ImageType.Screenshot);
 
-                 if (screenshotLimit > 0)
 
-                 {
 
-                     dto.ScreenshotImageTags = GetScreenshotImageTags(item, screenshotLimit);
 
-                 }
 
-             }
 
-             if (fields.Contains(ItemFields.Genres))
 
-             {
 
-                 dto.Genres = item.Genres;
 
-             }
 
-             dto.ImageTags = new Dictionary<ImageType, string>();
 
-             // Prevent implicitly captured closure
 
-             var currentItem = item;
 
-             foreach (var image in currentItem.ImageInfos.Where(i => !currentItem.AllowsMultipleImages(i.Type))
 
-                 .ToList())
 
-             {
 
-                 if (options.GetImageLimit(image.Type) > 0)
 
-                 {
 
-                     var tag = GetImageCacheTag(item, image);
 
-                     if (tag != null)
 
-                     {
 
-                         dto.ImageTags[image.Type] = tag;
 
-                     }
 
-                 }
 
-             }
 
-             dto.Id = GetDtoId(item);
 
-             dto.IndexNumber = item.IndexNumber;
 
-             dto.IsFolder = item.IsFolder;
 
-             dto.MediaType = item.MediaType;
 
-             dto.LocationType = item.LocationType;
 
-             var hasLang = item as IHasPreferredMetadataLanguage;
 
-             if (hasLang != null)
 
-             {
 
-                 dto.PreferredMetadataCountryCode = hasLang.PreferredMetadataCountryCode;
 
-                 dto.PreferredMetadataLanguage = hasLang.PreferredMetadataLanguage;
 
-             }
 
-             var hasCriticRating = item as IHasCriticRating;
 
-             if (hasCriticRating != null)
 
-             {
 
-                 dto.CriticRating = hasCriticRating.CriticRating;
 
-                 if (fields.Contains(ItemFields.CriticRatingSummary))
 
-                 {
 
-                     dto.CriticRatingSummary = hasCriticRating.CriticRatingSummary;
 
-                 }
 
-             }
 
-             var hasTrailers = item as IHasTrailers;
 
-             if (hasTrailers != null)
 
-             {
 
-                 dto.LocalTrailerCount = hasTrailers.GetTrailerIds().Count;
 
-             }
 
-             var hasDisplayOrder = item as IHasDisplayOrder;
 
-             if (hasDisplayOrder != null)
 
-             {
 
-                 dto.DisplayOrder = hasDisplayOrder.DisplayOrder;
 
-             }
 
-             var collectionFolder = item as ICollectionFolder;
 
-             if (collectionFolder != null)
 
-             {
 
-                 dto.CollectionType = collectionFolder.CollectionType;
 
-             }
 
-             var userView = item as UserView;
 
-             if (userView != null)
 
-             {
 
-                 dto.CollectionType = userView.ViewType;
 
-             }
 
-             if (fields.Contains(ItemFields.RemoteTrailers))
 
-             {
 
-                 dto.RemoteTrailers = hasTrailers != null ?
 
-                     hasTrailers.RemoteTrailers :
 
-                     new List<MediaUrl>();
 
-             }
 
-             dto.Name = item.Name;
 
-             dto.OfficialRating = item.OfficialRating;
 
-             if (fields.Contains(ItemFields.Overview))
 
-             {
 
-                 dto.Overview = item.Overview;
 
-             }
 
-             if (fields.Contains(ItemFields.ShortOverview))
 
-             {
 
-                 var hasShortOverview = item as IHasShortOverview;
 
-                 if (hasShortOverview != null)
 
-                 {
 
-                     dto.ShortOverview = hasShortOverview.ShortOverview;
 
-                 }
 
-             }
 
-             // If there are no backdrops, indicate what parent has them in case the Ui wants to allow inheritance
 
-             if (backdropLimit > 0 && dto.BackdropImageTags.Count == 0)
 
-             {
 
-                 var parentWithBackdrop = GetParentBackdropItem(item, owner);
 
-                 if (parentWithBackdrop != null)
 
-                 {
 
-                     dto.ParentBackdropItemId = GetDtoId(parentWithBackdrop);
 
-                     dto.ParentBackdropImageTags = GetBackdropImageTags(parentWithBackdrop, backdropLimit);
 
-                 }
 
-             }
 
-             if (fields.Contains(ItemFields.ParentId))
 
-             {
 
-                 var displayParent = item.DisplayParent;
 
-                 if (displayParent != null)
 
-                 {
 
-                     dto.ParentId = GetDtoId(displayParent);
 
-                 }
 
-             }
 
-             dto.ParentIndexNumber = item.ParentIndexNumber;
 
-             // If there is no logo, indicate what parent has one in case the Ui wants to allow inheritance
 
-             if (!dto.HasLogo && options.GetImageLimit(ImageType.Logo) > 0)
 
-             {
 
-                 var parentWithLogo = GetParentImageItem(item, ImageType.Logo, owner);
 
-                 if (parentWithLogo != null)
 
-                 {
 
-                     dto.ParentLogoItemId = GetDtoId(parentWithLogo);
 
-                     dto.ParentLogoImageTag = GetImageCacheTag(parentWithLogo, ImageType.Logo);
 
-                 }
 
-             }
 
-             // If there is no art, indicate what parent has one in case the Ui wants to allow inheritance
 
-             if (!dto.HasArtImage && options.GetImageLimit(ImageType.Art) > 0)
 
-             {
 
-                 var parentWithImage = GetParentImageItem(item, ImageType.Art, owner);
 
-                 if (parentWithImage != null)
 
-                 {
 
-                     dto.ParentArtItemId = GetDtoId(parentWithImage);
 
-                     dto.ParentArtImageTag = GetImageCacheTag(parentWithImage, ImageType.Art);
 
-                 }
 
-             }
 
-             // If there is no thumb, indicate what parent has one in case the Ui wants to allow inheritance
 
-             if (!dto.HasThumb && options.GetImageLimit(ImageType.Thumb) > 0)
 
-             {
 
-                 var parentWithImage = GetParentImageItem(item, ImageType.Thumb, owner);
 
-                 if (parentWithImage != null)
 
-                 {
 
-                     dto.ParentThumbItemId = GetDtoId(parentWithImage);
 
-                     dto.ParentThumbImageTag = GetImageCacheTag(parentWithImage, ImageType.Thumb);
 
-                 }
 
-             }
 
-             if (fields.Contains(ItemFields.Path))
 
-             {
 
-                 dto.Path = GetMappedPath(item);
 
-             }
 
-             dto.PremiereDate = item.PremiereDate;
 
-             dto.ProductionYear = item.ProductionYear;
 
-             if (fields.Contains(ItemFields.ProviderIds))
 
-             {
 
-                 dto.ProviderIds = item.ProviderIds;
 
-             }
 
-             dto.RunTimeTicks = item.RunTimeTicks;
 
-             if (fields.Contains(ItemFields.SortName))
 
-             {
 
-                 dto.SortName = item.SortName;
 
-             }
 
-             if (fields.Contains(ItemFields.CustomRating))
 
-             {
 
-                 dto.CustomRating = item.CustomRating;
 
-             }
 
-             if (fields.Contains(ItemFields.Taglines))
 
-             {
 
-                 var hasTagline = item as IHasTaglines;
 
-                 if (hasTagline != null)
 
-                 {
 
-                     dto.Taglines = hasTagline.Taglines;
 
-                 }
 
-                 if (dto.Taglines == null)
 
-                 {
 
-                     dto.Taglines = new List<string>();
 
-                 }
 
-             }
 
-             dto.Type = item.GetClientTypeName();
 
-             dto.CommunityRating = item.CommunityRating;
 
-             if (fields.Contains(ItemFields.VoteCount))
 
-             {
 
-                 dto.VoteCount = item.VoteCount;
 
-             }
 
-             if (item.IsFolder)
 
-             {
 
-                 var folder = (Folder)item;
 
-                 if (fields.Contains(ItemFields.IndexOptions))
 
-                 {
 
-                     dto.IndexOptions = folder.IndexByOptionStrings.ToArray();
 
-                 }
 
-             }
 
-             var supportsPlaceHolders = item as ISupportsPlaceHolders;
 
-             if (supportsPlaceHolders != null)
 
-             {
 
-                 dto.IsPlaceHolder = supportsPlaceHolders.IsPlaceHolder;
 
-             }
 
-             // Add audio info
 
-             var audio = item as Audio;
 
-             if (audio != null)
 
-             {
 
-                 dto.Album = audio.Album;
 
-                 var albumParent = audio.FindParent<MusicAlbum>();
 
-                 if (albumParent != null)
 
-                 {
 
-                     dto.AlbumId = GetDtoId(albumParent);
 
-                     dto.AlbumPrimaryImageTag = GetImageCacheTag(albumParent, ImageType.Primary);
 
-                 }
 
-                 //if (fields.Contains(ItemFields.MediaSourceCount))
 
-                 //{
 
-                 // Songs always have one
 
-                 //}
 
-             }
 
-             var album = item as MusicAlbum;
 
-             if (album != null)
 
-             {
 
-                 dto.SoundtrackIds = album.SoundtrackIds
 
-                     .Select(i => i.ToString("N"))
 
-                     .ToArray();
 
-             }
 
-             var hasArtist = item as IHasArtist;
 
-             if (hasArtist != null)
 
-             {
 
-                 dto.Artists = hasArtist.Artists;
 
-                 dto.ArtistItems = hasArtist
 
-                     .Artists
 
-                     .Select(i =>
 
-                     {
 
-                         try
 
-                         {
 
-                             var artist = _libraryManager.GetArtist(i);
 
-                             return new NameIdPair
 
-                             {
 
-                                 Name = artist.Name,
 
-                                 Id = artist.Id.ToString("N")
 
-                             };
 
-                         }
 
-                         catch (Exception ex)
 
-                         {
 
-                             _logger.ErrorException("Error getting artist", ex);
 
-                             return null;
 
-                         }
 
-                     })
 
-                     .Where(i => i != null)
 
-                     .ToList();
 
-             }
 
-             var hasAlbumArtist = item as IHasAlbumArtist;
 
-             if (hasAlbumArtist != null)
 
-             {
 
-                 dto.AlbumArtist = hasAlbumArtist.AlbumArtists.FirstOrDefault();
 
-                 dto.AlbumArtists = hasAlbumArtist
 
-                     .AlbumArtists
 
-                     .Select(i =>
 
-                     {
 
-                         try
 
-                         {
 
-                             var artist = _libraryManager.GetArtist(i);
 
-                             return new NameIdPair
 
-                             {
 
-                                 Name = artist.Name,
 
-                                 Id = artist.Id.ToString("N")
 
-                             };
 
-                         }
 
-                         catch (Exception ex)
 
-                         {
 
-                             _logger.ErrorException("Error getting album artist", ex);
 
-                             return null;
 
-                         }
 
-                     })
 
-                     .Where(i => i != null)
 
-                     .ToList();
 
-             }
 
-             // Add video info
 
-             var video = item as Video;
 
-             if (video != null)
 
-             {
 
-                 dto.VideoType = video.VideoType;
 
-                 dto.Video3DFormat = video.Video3DFormat;
 
-                 dto.IsoType = video.IsoType;
 
-                 dto.IsHD = video.IsHD;
 
-                 if (video.AdditionalParts.Count != 0)
 
-                 {
 
-                     dto.PartCount = video.AdditionalParts.Count + 1;
 
-                 }
 
-                 if (fields.Contains(ItemFields.MediaSourceCount))
 
-                 {
 
-                     if (video.MediaSourceCount != 1)
 
-                     {
 
-                         dto.MediaSourceCount = video.MediaSourceCount;
 
-                     }
 
-                 }
 
-                 if (fields.Contains(ItemFields.Chapters))
 
-                 {
 
-                     dto.Chapters = GetChapterInfoDtos(item);
 
-                 }
 
-             }
 
-             if (fields.Contains(ItemFields.MediaStreams))
 
-             {
 
-                 // Add VideoInfo
 
-                 var iHasMediaSources = item as IHasMediaSources;
 
-                 if (iHasMediaSources != null)
 
-                 {
 
-                     List<MediaStream> mediaStreams;
 
-                     if (dto.MediaSources != null && dto.MediaSources.Count > 0)
 
-                     {
 
-                         mediaStreams = dto.MediaSources.Where(i => new Guid(i.Id) == item.Id)
 
-                             .SelectMany(i => i.MediaStreams)
 
-                             .ToList();
 
-                     }
 
-                     else
 
-                     {
 
-                         mediaStreams = _mediaSourceManager().GetStaticMediaSources(iHasMediaSources, true).First().MediaStreams;
 
-                     }
 
-                     dto.MediaStreams = mediaStreams;
 
-                 }
 
-             }
 
-             // Add MovieInfo
 
-             var movie = item as Movie;
 
-             if (movie != null)
 
-             {
 
-                 if (fields.Contains(ItemFields.TmdbCollectionName))
 
-                 {
 
-                     dto.TmdbCollectionName = movie.TmdbCollectionName;
 
-                 }
 
-             }
 
-             var hasSpecialFeatures = item as IHasSpecialFeatures;
 
-             if (hasSpecialFeatures != null)
 
-             {
 
-                 var specialFeatureCount = hasSpecialFeatures.SpecialFeatureIds.Count;
 
-                 if (specialFeatureCount > 0)
 
-                 {
 
-                     dto.SpecialFeatureCount = specialFeatureCount;
 
-                 }
 
-             }
 
-             // Add EpisodeInfo
 
-             var episode = item as Episode;
 
-             if (episode != null)
 
-             {
 
-                 dto.IndexNumberEnd = episode.IndexNumberEnd;
 
-                 if (fields.Contains(ItemFields.AlternateEpisodeNumbers))
 
-                 {
 
-                     dto.DvdSeasonNumber = episode.DvdSeasonNumber;
 
-                     dto.DvdEpisodeNumber = episode.DvdEpisodeNumber;
 
-                     dto.AbsoluteEpisodeNumber = episode.AbsoluteEpisodeNumber;
 
-                 }
 
-                 if (fields.Contains(ItemFields.SpecialEpisodeNumbers))
 
-                 {
 
-                     dto.AirsAfterSeasonNumber = episode.AirsAfterSeasonNumber;
 
-                     dto.AirsBeforeEpisodeNumber = episode.AirsBeforeEpisodeNumber;
 
-                     dto.AirsBeforeSeasonNumber = episode.AirsBeforeSeasonNumber;
 
-                 }
 
-                 var episodeSeason = episode.Season;
 
-                 if (episodeSeason != null)
 
-                 {
 
-                     dto.SeasonId = episodeSeason.Id.ToString("N");
 
-                     if (fields.Contains(ItemFields.SeasonName))
 
-                     {
 
-                         dto.SeasonName = episodeSeason.Name;
 
-                     }
 
-                 }
 
-                 if (fields.Contains(ItemFields.SeriesGenres))
 
-                 {
 
-                     var episodeseries = episode.Series;
 
-                     if (episodeseries != null)
 
-                     {
 
-                         dto.SeriesGenres = episodeseries.Genres.ToList();
 
-                     }
 
-                 }
 
-             }
 
-             // Add SeriesInfo
 
-             var series = item as Series;
 
-             if (series != null)
 
-             {
 
-                 dto.AirDays = series.AirDays;
 
-                 dto.AirTime = series.AirTime;
 
-                 dto.Status = series.Status;
 
-                 dto.SeasonCount = series.SeasonCount;
 
-                 if (fields.Contains(ItemFields.Settings))
 
-                 {
 
-                     dto.DisplaySpecialsWithSeasons = series.DisplaySpecialsWithSeasons;
 
-                 }
 
-                 dto.AnimeSeriesIndex = series.AnimeSeriesIndex;
 
-             }
 
-             if (episode != null)
 
-             {
 
-                 series = episode.Series;
 
-                 if (series != null)
 
-                 {
 
-                     dto.SeriesId = GetDtoId(series);
 
-                     dto.SeriesName = series.Name;
 
-                     if (fields.Contains(ItemFields.AirTime))
 
-                     {
 
-                         dto.AirTime = series.AirTime;
 
-                     }
 
-                     if (options.GetImageLimit(ImageType.Thumb) > 0)
 
-                     {
 
-                         dto.SeriesThumbImageTag = GetImageCacheTag(series, ImageType.Thumb);
 
-                     }
 
-                     if (options.GetImageLimit(ImageType.Primary) > 0)
 
-                     {
 
-                         dto.SeriesPrimaryImageTag = GetImageCacheTag(series, ImageType.Primary);
 
-                     }
 
-                     if (fields.Contains(ItemFields.SeriesStudio))
 
-                     {
 
-                         dto.SeriesStudio = series.Studios.FirstOrDefault();
 
-                     }
 
-                 }
 
-             }
 
-             // Add SeasonInfo
 
-             var season = item as Season;
 
-             if (season != null)
 
-             {
 
-                 series = season.Series;
 
-                 if (series != null)
 
-                 {
 
-                     dto.SeriesId = GetDtoId(series);
 
-                     dto.SeriesName = series.Name;
 
-                     dto.AirTime = series.AirTime;
 
-                     dto.SeriesStudio = series.Studios.FirstOrDefault();
 
-                     if (options.GetImageLimit(ImageType.Primary) > 0)
 
-                     {
 
-                         dto.SeriesPrimaryImageTag = GetImageCacheTag(series, ImageType.Primary);
 
-                     }
 
-                 }
 
-             }
 
-             var game = item as Game;
 
-             if (game != null)
 
-             {
 
-                 SetGameProperties(dto, game);
 
-             }
 
-             var gameSystem = item as GameSystem;
 
-             if (gameSystem != null)
 
-             {
 
-                 SetGameSystemProperties(dto, gameSystem);
 
-             }
 
-             var musicVideo = item as MusicVideo;
 
-             if (musicVideo != null)
 
-             {
 
-                 SetMusicVideoProperties(dto, musicVideo);
 
-             }
 
-             var book = item as Book;
 
-             if (book != null)
 
-             {
 
-                 SetBookProperties(dto, book);
 
-             }
 
-             var photo = item as Photo;
 
-             if (photo != null)
 
-             {
 
-                 SetPhotoProperties(dto, photo);
 
-             }
 
-             var tvChannel = item as LiveTvChannel;
 
-             if (tvChannel != null)
 
-             {
 
-                 dto.MediaSources = _mediaSourceManager().GetStaticMediaSources(tvChannel, true).ToList();
 
-             }
 
-             var channelItem = item as IChannelItem;
 
-             if (channelItem != null)
 
-             {
 
-                 dto.ChannelId = channelItem.ChannelId;
 
-                 dto.ChannelName = _channelManagerFactory().GetChannel(channelItem.ChannelId).Name;
 
-             }
 
-             var channelMediaItem = item as IChannelMediaItem;
 
-             if (channelMediaItem != null)
 
-             {
 
-                 dto.ExtraType = channelMediaItem.ExtraType;
 
-             }
 
-         }
 
-         private void AttachLinkedChildImages(BaseItemDto dto, Folder folder, User user, DtoOptions options)
 
-         {
 
-             List<BaseItem> linkedChildren = null;
 
-             var backdropLimit = options.GetImageLimit(ImageType.Backdrop);
 
-             if (backdropLimit > 0 && dto.BackdropImageTags.Count == 0)
 
-             {
 
-                 linkedChildren = user == null
 
-                     ? folder.GetRecursiveChildren().ToList()
 
-                     : folder.GetRecursiveChildren(user).ToList();
 
-                 var parentWithBackdrop = linkedChildren.FirstOrDefault(i => i.GetImages(ImageType.Backdrop).Any());
 
-                 if (parentWithBackdrop != null)
 
-                 {
 
-                     dto.ParentBackdropItemId = GetDtoId(parentWithBackdrop);
 
-                     dto.ParentBackdropImageTags = GetBackdropImageTags(parentWithBackdrop, backdropLimit);
 
-                 }
 
-             }
 
-             if (!dto.ImageTags.ContainsKey(ImageType.Primary) && options.GetImageLimit(ImageType.Primary) > 0)
 
-             {
 
-                 if (linkedChildren == null)
 
-                 {
 
-                     linkedChildren = user == null
 
-                         ? folder.GetRecursiveChildren().ToList()
 
-                         : folder.GetRecursiveChildren(user).ToList();
 
-                 }
 
-                 var parentWithImage = linkedChildren.FirstOrDefault(i => i.GetImages(ImageType.Primary).Any());
 
-                 if (parentWithImage != null)
 
-                 {
 
-                     dto.ParentPrimaryImageItemId = GetDtoId(parentWithImage);
 
-                     dto.ParentPrimaryImageTag = GetImageCacheTag(parentWithImage, ImageType.Primary);
 
-                 }
 
-             }
 
-         }
 
-         private string GetMappedPath(IHasMetadata item)
 
-         {
 
-             var path = item.Path;
 
-             var locationType = item.LocationType;
 
-             if (locationType == LocationType.FileSystem || locationType == LocationType.Offline)
 
-             {
 
-                 foreach (var map in _config.Configuration.PathSubstitutions)
 
-                 {
 
-                     path = _fileSystem.SubstitutePath(path, map.From, map.To);
 
-                 }
 
-             }
 
-             return path;
 
-         }
 
-         private void SetProductionLocations(BaseItem item, BaseItemDto dto)
 
-         {
 
-             var hasProductionLocations = item as IHasProductionLocations;
 
-             if (hasProductionLocations != null)
 
-             {
 
-                 dto.ProductionLocations = hasProductionLocations.ProductionLocations;
 
-             }
 
-             var person = item as Person;
 
-             if (person != null)
 
-             {
 
-                 dto.ProductionLocations = new List<string>();
 
-                 if (!string.IsNullOrEmpty(person.PlaceOfBirth))
 
-                 {
 
-                     dto.ProductionLocations.Add(person.PlaceOfBirth);
 
-                 }
 
-             }
 
-             if (dto.ProductionLocations == null)
 
-             {
 
-                 dto.ProductionLocations = new List<string>();
 
-             }
 
-         }
 
-         /// <summary>
 
-         /// Since it can be slow to make all of these calculations independently, this method will provide a way to do them all at once
 
-         /// </summary>
 
-         /// <param name="folder">The folder.</param>
 
-         /// <param name="user">The user.</param>
 
-         /// <param name="dto">The dto.</param>
 
-         /// <param name="fields">The fields.</param>
 
-         /// <returns>Task.</returns>
 
-         private void SetSpecialCounts(Folder folder, User user, BaseItemDto dto, List<ItemFields> fields)
 
-         {
 
-             var recursiveItemCount = 0;
 
-             var unplayed = 0;
 
-             long runtime = 0;
 
-             DateTime? dateLastMediaAdded = null;
 
-             double totalPercentPlayed = 0;
 
-             IEnumerable<BaseItem> children;
 
-             var season = folder as Season;
 
-             if (season != null)
 
-             {
 
-                 children = season
 
-                     .GetEpisodes(user)
 
-                     .Where(i => i.LocationType != LocationType.Virtual);
 
-             }
 
-             else
 
-             {
 
-                 children = folder
 
-                     .GetRecursiveChildren(user, i => !i.IsFolder && i.LocationType != LocationType.Virtual);
 
-             }
 
-             // Loop through each recursive child
 
-             foreach (var child in children)
 
-             {
 
-                 if (!dateLastMediaAdded.HasValue)
 
-                 {
 
-                     dateLastMediaAdded = child.DateCreated;
 
-                 }
 
-                 else
 
-                 {
 
-                     dateLastMediaAdded = new[] { dateLastMediaAdded.Value, child.DateCreated }.Max();
 
-                 }
 
-                 var userdata = _userDataRepository.GetUserData(user.Id, child.GetUserDataKey());
 
-                 recursiveItemCount++;
 
-                 var isUnplayed = true;
 
-                 // Incrememt totalPercentPlayed
 
-                 if (userdata != null)
 
-                 {
 
-                     if (userdata.Played)
 
-                     {
 
-                         totalPercentPlayed += 100;
 
-                         isUnplayed = false;
 
-                     }
 
-                     else if (userdata.PlaybackPositionTicks > 0 && child.RunTimeTicks.HasValue && child.RunTimeTicks.Value > 0)
 
-                     {
 
-                         double itemPercent = userdata.PlaybackPositionTicks;
 
-                         itemPercent /= child.RunTimeTicks.Value;
 
-                         totalPercentPlayed += itemPercent;
 
-                     }
 
-                 }
 
-                 if (isUnplayed)
 
-                 {
 
-                     unplayed++;
 
-                 }
 
-                 runtime += child.RunTimeTicks ?? 0;
 
-             }
 
-             dto.RecursiveItemCount = recursiveItemCount;
 
-             dto.UserData.UnplayedItemCount = unplayed;
 
-             if (recursiveItemCount > 0)
 
-             {
 
-                 dto.UserData.PlayedPercentage = totalPercentPlayed / recursiveItemCount;
 
-             }
 
-             if (runtime > 0 && fields.Contains(ItemFields.CumulativeRunTimeTicks))
 
-             {
 
-                 dto.CumulativeRunTimeTicks = runtime;
 
-             }
 
-             if (fields.Contains(ItemFields.DateLastMediaAdded))
 
-             {
 
-                 dto.DateLastMediaAdded = dateLastMediaAdded;
 
-             }
 
-         }
 
-         /// <summary>
 
-         /// Attaches the primary image aspect ratio.
 
-         /// </summary>
 
-         /// <param name="dto">The dto.</param>
 
-         /// <param name="item">The item.</param>
 
-         /// <param name="fields">The fields.</param>
 
-         /// <returns>Task.</returns>
 
-         public void AttachPrimaryImageAspectRatio(IItemDto dto, IHasImages item, List<ItemFields> fields)
 
-         {
 
-             var imageInfo = item.GetImageInfo(ImageType.Primary, 0);
 
-             if (imageInfo == null)
 
-             {
 
-                 return;
 
-             }
 
-             var path = imageInfo.Path;
 
-             ImageSize size;
 
-             try
 
-             {
 
-                 size = _imageProcessor.GetImageSize(imageInfo);
 
-             }
 
-             catch (FileNotFoundException)
 
-             {
 
-                 _logger.Error("Image file does not exist: {0}", path);
 
-                 return;
 
-             }
 
-             catch (Exception ex)
 
-             {
 
-                 _logger.ErrorException("Failed to determine primary image aspect ratio for {0}", ex, path);
 
-                 return;
 
-             }
 
-             if (fields.Contains(ItemFields.OriginalPrimaryImageAspectRatio))
 
-             {
 
-                 if (size.Width > 0 && size.Height > 0)
 
-                 {
 
-                     dto.OriginalPrimaryImageAspectRatio = size.Width / size.Height;
 
-                 }
 
-             }
 
-             var supportedEnhancers = _imageProcessor.GetSupportedEnhancers(item, ImageType.Primary).ToList();
 
-             foreach (var enhancer in supportedEnhancers)
 
-             {
 
-                 try
 
-                 {
 
-                     size = enhancer.GetEnhancedImageSize(item, ImageType.Primary, 0, size);
 
-                 }
 
-                 catch (Exception ex)
 
-                 {
 
-                     _logger.ErrorException("Error in image enhancer: {0}", ex, enhancer.GetType().Name);
 
-                 }
 
-             }
 
-             if (size.Width > 0 && size.Height > 0)
 
-             {
 
-                 dto.PrimaryImageAspectRatio = size.Width / size.Height;
 
-             }
 
-         }
 
-     }
 
- }
 
 
  |