| LOW | MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs | 41 | /// <summary> |
| LOW | MediaBrowser.Providers/MediaInfo/AudioFileProber.cs | 41 | private readonly IMediaStreamRepository _mediaStreamRepository; |
| LOW | MediaBrowser.Providers/Music/AlbumMetadataService.cs | 21 | /// <summary> |
| LOW | MediaBrowser.Providers/Plugins/MusicBrainz/Plugin.cs | 61 | public override string Name => "MusicBrainz"; |
| LOW | MediaBrowser.Providers/Plugins/Omdb/OmdbProvider.cs | 121 | /// <summary>Gets data about an episode.</summary> |
| LOW | …diaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs | 581 | return GetUrl(Plugin.Instance.Configuration.PosterSize, posterPath); |
| LOW | …diaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs | 601 | => ConvertToRemoteImageInfo(images, Plugin.Instance.Configuration.PosterSize, ImageType.Primary, requestLang |
| LOW | …diaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs | 621 | /// <summary> |
| LOW | …ders/Plugins/Tmdb/Configuration/PluginConfiguration.cs | 21 | /// <summary> |
| LOW | …ders/Plugins/Tmdb/Configuration/PluginConfiguration.cs | 41 | /// <summary> |
| LOW | …ders/Plugins/Tmdb/Configuration/PluginConfiguration.cs | 61 | /// <summary> |
| LOW | …gins/ListenBrainz/Configuration/SimilarityAlgorithm.cs | 1 | namespace MediaBrowser.Providers.Plugins.ListenBrainz.Configuration; |
| LOW | MediaBrowser.Providers/TV/SeriesMetadataService.cs | 21 | |
| LOW | MediaBrowser.Providers/Manager/MetadataService.cs | 601 | return updateType; |
| LOW | MediaBrowser.Providers/Manager/ItemImageProvider.cs | 261 | |
| LOW | MediaBrowser.Providers/Manager/ImageSaver.cs | 341 | if (!saveLocally || (_config.Configuration.ImageSavingConvention == ImageSavingConvention.Legacy)) |
| LOW | MediaBrowser.Providers/Manager/ImageSaver.cs | 361 | private ItemImageInfo GetCurrentImage(BaseItem item, ImageType type, int imageIndex) |
| LOW | MediaBrowser.Providers/Manager/ImageSaver.cs | 381 | |
| LOW | …n.Server.Implementations/Trickplay/TrickplayManager.cs | 41 | private readonly IPathManager _pathManager; |
| LOW | Jellyfin.Server.Implementations/Item/BaseItemMapper.cs | 21 | using BaseItemDto = MediaBrowser.Controller.Entities.BaseItem; |
| LOW | …er.Implementations/Item/BaseItemRepository.Querying.cs | 181 | .ToArray()!; |
| LOW | …yfin.Server.Implementations/Item/BaseItemRepository.cs | 81 | return BaseItemMapper.Map(entity, dto, appHost); |
| LOW | Emby.Naming/Video/ExtraResult.cs | 1 | using MediaBrowser.Model.Entities; |
| LOW | Emby.Naming/Video/CleanDateTimeResult.cs | 21 | /// <summary> |
| LOW | Emby.Naming/Video/ExtraRuleType.cs | 1 | namespace Emby.Naming.Video |
| LOW | Emby.Naming/Video/VideoFileInfo.cs | 1 | using System; |
| LOW | Emby.Naming/Video/VideoFileInfo.cs | 41 | /// Gets or sets the path. |
| LOW | Emby.Naming/Video/VideoFileInfo.cs | 61 | /// <value>The year.</value> |
| LOW | Emby.Naming/Video/VideoFileInfo.cs | 81 | |
| LOW | Emby.Naming/Video/VideoInfo.cs | 21 | AlternateVersions = []; |
| LOW | Emby.Naming/AudioBook/AudioBookInfo.cs | 1 | using System.Collections.Generic; |
| LOW | Emby.Naming/AudioBook/AudioBookInfo.cs | 41 | /// <value>The files.</value> |
| LOW | Emby.Naming/AudioBook/AudioBookFileInfo.cs | 21 | PartNumber = partNumber; |
| LOW | Emby.Naming/TV/EpisodeInfo.cs | 1 | namespace Emby.Naming.TV |
| LOW | Emby.Naming/TV/EpisodeInfo.cs | 21 | public string Path { get; set; } |
| LOW | Emby.Naming/TV/EpisodeInfo.cs | 41 | /// <summary> |
| LOW | Emby.Naming/TV/EpisodeInfo.cs | 61 | /// </summary> |
| LOW | Emby.Naming/TV/SeasonPathParserResult.cs | 1 | namespace Emby.Naming.TV |
| LOW | Emby.Naming/TV/EpisodePathParserResult.cs | 1 | namespace Emby.Naming.TV |
| LOW | Emby.Naming/TV/EpisodePathParserResult.cs | 21 | public int? EndingEpisodeNumber { get; set; } |
| LOW | Emby.Naming/TV/SeriesInfo.cs | 1 | namespace Emby.Naming.TV |
| LOW | Emby.Naming/ExternalFiles/ExternalPathParserResult.cs | 21 | } |
| LOW | Emby.Naming/ExternalFiles/ExternalPathParserResult.cs | 41 | /// <summary> |
| LOW | Emby.Naming/ExternalFiles/ExternalPathParser.cs | 21 | /// Initializes a new instance of the <see cref="ExternalPathParser"/> class. |
| LOW | Emby.Naming/Common/EpisodeExpression.cs | 41 | /// Gets or sets a value indicating whether gets or sets property indicating if date can be find in expression. |
| LOW | Emby.Naming/Common/MediaType.cs | 1 | namespace Emby.Naming.Common |
| LOW | Emby.Naming/Common/NamingOptions.cs | 781 | } |
| LOW | Emby.Naming/Common/NamingOptions.cs | 801 | public string[] MediaForcedFlags { get; set; } |
| LOW | Emby.Naming/Common/NamingOptions.cs | 821 | public string[] ArtistSubfolders { get; set; } |
| LOW | Emby.Naming/Common/NamingOptions.cs | 841 | public string[] VideoFileExtensions { get; set; } |
| LOW | Emby.Naming/Common/NamingOptions.cs | 861 | public StubTypeRule[] StubTypes { get; set; } |
| LOW | Emby.Naming/Common/NamingOptions.cs | 881 | public string[] CleanDateTimes { get; set; } |
| LOW | Emby.Naming/Book/BookFileNameParserResult.cs | 21 | /// <summary> |
| LOW | MediaBrowser.Model/Dto/DisplayPreferencesDto.cs | 21 | } |
| LOW | MediaBrowser.Model/Dto/DisplayPreferencesDto.cs | 41 | /// <summary> |
| LOW | MediaBrowser.Model/Dto/DisplayPreferencesDto.cs | 61 | /// </summary> |
| LOW | MediaBrowser.Model/Dto/DisplayPreferencesDto.cs | 81 | public bool ShowBackdrop { get; set; } |
| LOW | MediaBrowser.Model/Dto/ImageInfo.cs | 1 | #nullable disable |
| LOW | MediaBrowser.Model/Dto/ImageInfo.cs | 21 | public int? ImageIndex { get; set; } |
| LOW | MediaBrowser.Model/Dto/ImageInfo.cs | 41 | /// Gets or sets the height. |
| 1306 more matches not shown… |