EditorConfig reformat: MediaBrowser.Model

This commit is contained in:
Erwin de Haan 2019-01-13 20:31:15 +01:00
parent 3ed6f37030
commit 382e8699a2
85 changed files with 85 additions and 85 deletions

View File

@ -14,4 +14,4 @@ namespace MediaBrowser.Model.Channels
Season = 5
}
}
}

View File

@ -10,4 +10,4 @@ namespace MediaBrowser.Model.Channels
PlayCount = 5,
CommunityPlayCount = 6
}
}
}

View File

@ -20,4 +20,4 @@
GameExtra = 8
}
}
}

View File

@ -8,4 +8,4 @@
Photo = 2
}
}
}

View File

@ -26,4 +26,4 @@ namespace MediaBrowser.Model.Configuration
Limit = 1;
}
}
}
}

View File

@ -5,4 +5,4 @@
Legacy,
Compatible
}
}
}

View File

@ -13,4 +13,4 @@ namespace MediaBrowser.Model.Configuration
MetadataSaver,
SubtitleFetcher
}
}
}

View File

@ -8,4 +8,4 @@
None = 3,
Smart = 4
}
}
}

View File

@ -13,4 +13,4 @@ namespace MediaBrowser.Model.Configuration
ChannelContent,
Other
}
}
}

View File

@ -10,4 +10,4 @@ namespace MediaBrowser.Model.Cryptography
byte[] ComputeMD5(byte[] bytes);
byte[] ComputeSHA1(byte[] bytes);
}
}
}

View File

@ -83,4 +83,4 @@ namespace MediaBrowser.Model.Dlna
return null;
}
}
}
}

View File

@ -6,4 +6,4 @@
VideoAudio = 1,
Audio = 2
}
}
}

View File

@ -5,4 +5,4 @@
System = 0,
User = 1
}
}
}

View File

@ -6,4 +6,4 @@
Video = 1,
Photo = 2
}
}
}

View File

@ -5,4 +5,4 @@ namespace MediaBrowser.Model.Dlna
Streaming = 0,
Static = 1
}
}
}

View File

@ -6,4 +6,4 @@
Regex = 1,
Substring = 2
}
}
}

View File

@ -13,4 +13,4 @@ namespace MediaBrowser.Model.Dlna
[XmlAttribute("match")]
public HeaderMatchType Match { get; set; }
}
}
}

View File

@ -35,4 +35,4 @@ namespace MediaBrowser.Model.Dlna
IsRequired = isRequired;
}
}
}
}

View File

@ -8,4 +8,4 @@
GreaterThanEqual = 3,
EqualsAny = 4
}
}
}

View File

@ -26,4 +26,4 @@
AudioSampleRate = 22,
AudioBitDepth = 23
}
}
}

View File

@ -11,4 +11,4 @@ namespace MediaBrowser.Model.Dlna
MaxBitrate = maxBitrate;
}
}
}
}

View File

@ -5,4 +5,4 @@ namespace MediaBrowser.Model.Dlna
public int? MaxWidth { get; set; }
public int? MaxHeight { get; set; }
}
}
}

View File

@ -9,4 +9,4 @@
Playlist = 4,
MusicAlbum = 5
}
}
}

View File

@ -19,4 +19,4 @@ namespace MediaBrowser.Model.Dlna
/// </summary>
Hls = 3
}
}
}

View File

@ -12,4 +12,4 @@ namespace MediaBrowser.Model.Dlna
public SubtitleDeliveryMethod DeliveryMethod { get; set; }
public bool IsExternalUrl { get; set; }
}
}
}

View File

@ -5,4 +5,4 @@
Auto = 0,
Bytes = 1
}
}
}

View File

@ -8,4 +8,4 @@
public int? AudioStreamIndex { get; set; }
public int? SubtitleStreamIndex { get; set; }
}
}
}

View File

@ -10,4 +10,4 @@ namespace MediaBrowser.Model.Dlna
[XmlAttribute("value")]
public string Value { get; set; }
}
}
}

View File

@ -90,4 +90,4 @@ namespace MediaBrowser.Model.Drawing
}
}
}
}
}

View File

@ -6,4 +6,4 @@ namespace MediaBrowser.Model.Dto
Grouping = 1,
Placeholder = 2
}
}
}

View File

@ -5,4 +5,4 @@ namespace MediaBrowser.Model.Dto
Score,
Likes
}
}
}

View File

@ -14,4 +14,4 @@ namespace MediaBrowser.Model.Dto
HasLikedActor = 5
}
}
}

View File

@ -55,4 +55,4 @@
public const string MusicFavoriteAlbums = "MusicFavoriteAlbums";
public const string MusicFavoriteSongs = "MusicFavoriteSongs";
}
}
}

View File

@ -14,4 +14,4 @@ namespace MediaBrowser.Model.Entities
/// </summary>
BluRay
}
}
}

View File

@ -11,4 +11,4 @@ namespace MediaBrowser.Model.Entities
public bool TrialVersion { get; set; }
public bool IsValid { get; set; }
}
}
}

View File

@ -22,4 +22,4 @@ namespace MediaBrowser.Model.Entities
/// </summary>
EmbeddedImage
}
}
}

View File

@ -100,4 +100,4 @@ namespace MediaBrowser.Model.Entities
instance.SetProviderId(provider.ToString(), value);
}
}
}
}

View File

@ -14,4 +14,4 @@ namespace MediaBrowser.Model.Entities
/// </summary>
Vertical
}
}
}

View File

@ -14,4 +14,4 @@ namespace MediaBrowser.Model.Entities
/// </summary>
Descending
}
}
}

View File

@ -8,4 +8,4 @@ namespace MediaBrowser.Model.Entities
Archive = 4,
LocalTrailer = 5
}
}
}

View File

@ -5,4 +5,4 @@ namespace MediaBrowser.Model.Globalization
public string Name { get; set; }
public string Value { get; set; }
}
}
}

View File

@ -22,4 +22,4 @@ namespace MediaBrowser.Model.IO
/// </summary>
NetworkShare
}
}
}

View File

@ -31,4 +31,4 @@ namespace MediaBrowser.Model.IO
/// <param name="mounters">The mounters.</param>
void AddParts(IEnumerable<IIsoMounter> mounters);
}
}
}

View File

@ -19,4 +19,4 @@ namespace MediaBrowser.Model.IO
/// <value>The mounted path.</value>
string MountedPath { get; }
}
}
}

View File

@ -123,4 +123,4 @@ namespace MediaBrowser.Model.LiveTv
public bool IsPostPaddingRequired { get; set; }
public KeepUntil KeepUntil { get; set; }
}
}
}

View File

@ -6,4 +6,4 @@
Weekdays,
Weekends
}
}
}

View File

@ -16,4 +16,4 @@ namespace MediaBrowser.Model.LiveTv
/// <value>The end date.</value>
public DateTime EndDate { get; set; }
}
}
}

View File

@ -5,4 +5,4 @@ namespace MediaBrowser.Model.LiveTv
Ok = 0,
Unavailable = 1
}
}
}

View File

@ -7,4 +7,4 @@ namespace MediaBrowser.Model.LiveTv
RecordingTv = 2,
LiveTv = 3
}
}
}

View File

@ -9,4 +9,4 @@
Thx,
Atmos
}
}
}

View File

@ -16,4 +16,4 @@ namespace MediaBrowser.Model.LiveTv
/// <value>The sort order.</value>
public SortOrder SortOrder { get; set; }
}
}
}

View File

@ -20,4 +20,4 @@
public bool? IsScheduled { get; set; }
}
}
}

View File

@ -23,4 +23,4 @@
}
}
}
}
}

View File

@ -10,4 +10,4 @@ namespace MediaBrowser.Model.MediaInfo
Rtp = 5,
Ftp = 6
}
}
}

View File

@ -10,4 +10,4 @@
public const string SMI = "smi";
public const string TTML = "ttml";
}
}
}

View File

@ -6,4 +6,4 @@
Zero,
Valid
}
}
}

View File

@ -11,4 +11,4 @@
public const string MSMPEG4 = "msmpeg4";
public const string VC1 = "vc1";
}
}
}

View File

@ -23,4 +23,4 @@ namespace MediaBrowser.Model.Net
/// </summary>
Task SendToAsync(byte[] buffer, int offset, int bytes, IpEndPointInfo endPoint, CancellationToken cancellationToken);
}
}
}

View File

@ -21,4 +21,4 @@ namespace MediaBrowser.Model.Notifications
CameraImageUploaded,
UserLockedOut
}
}
}

View File

@ -6,4 +6,4 @@ namespace MediaBrowser.Model.Notifications
Admins = 1,
Custom = 2
}
}
}

View File

@ -14,4 +14,4 @@
/// <value>The type of the item.</value>
public string Url { get; set; }
}
}
}

View File

@ -12,4 +12,4 @@ namespace MediaBrowser.Model.Providers
public bool IncludeAllLanguages { get; set; }
}
}
}

View File

@ -5,4 +5,4 @@ namespace MediaBrowser.Model.Providers
public string Name { get; set; }
public string Id { get; set; }
}
}
}

View File

@ -17,4 +17,4 @@
SoundtrackSongsResult = new ThemeMediaResult();
}
}
}
}

View File

@ -54,4 +54,4 @@ namespace MediaBrowser.Model.Querying
EnableImageTypes = new ImageType[] { };
}
}
}
}

View File

@ -43,4 +43,4 @@ namespace MediaBrowser.Model.Serialization
/// <returns>System.Object.</returns>
object DeserializeFromBytes(Type type, byte[] buffer);
}
}
}

View File

@ -24,4 +24,4 @@ namespace MediaBrowser.Model.Session
/// <value>The name of the item.</value>
public string ItemName { get; set; }
}
}
}

View File

@ -43,4 +43,4 @@
PlayMediaSource = 34,
PlayTrailers = 35
}
}
}

View File

@ -9,4 +9,4 @@ namespace MediaBrowser.Model.Session
public long? TimeoutMs { get; set; }
}
}
}

View File

@ -26,4 +26,4 @@
/// </summary>
PlayShuffle = 4
}
}
}

View File

@ -6,4 +6,4 @@
DirectStream = 1,
DirectPlay = 2
}
}
}

View File

@ -40,4 +40,4 @@ namespace MediaBrowser.Model.Session
public string MediaSourceId { get; set; }
public int? StartIndex { get; set; }
}
}
}

View File

@ -62,4 +62,4 @@
/// <value>The repeat mode.</value>
public RepeatMode RepeatMode { get; set; }
}
}
}

View File

@ -40,4 +40,4 @@ namespace MediaBrowser.Model.Session
FastForward,
PlayPause
}
}
}

View File

@ -12,4 +12,4 @@
/// <value>The controlling user identifier.</value>
public string ControllingUserId { get; set; }
}
}
}

View File

@ -18,4 +18,4 @@ namespace MediaBrowser.Model.Session
/// <value>The name of the user.</value>
public string UserName { get; set; }
}
}
}

View File

@ -50,4 +50,4 @@ namespace MediaBrowser.Model.Session
SubtitleCodecNotSupported = 21,
DirectPlayError = 22
}
}
}

View File

@ -38,4 +38,4 @@ namespace MediaBrowser.Model.System
/// <value>The id.</value>
public string Id { get; set; }
}
}
}

View File

@ -10,4 +10,4 @@ namespace MediaBrowser.Model.System
Port = 9;
}
}
}
}

View File

@ -15,4 +15,4 @@
bool IsLogged { get; }
}
}
}

View File

@ -73,4 +73,4 @@ namespace MediaBrowser.Model.Tasks
/// </summary>
void ReloadTriggerEvents();
}
}
}

View File

@ -75,4 +75,4 @@ namespace MediaBrowser.Model.Tasks
void RunTaskOnNextStartup(string key);
}
}
}

View File

@ -18,4 +18,4 @@ namespace MediaBrowser.Model.Updates
/// </summary>
MBClassic
}
}
}

View File

@ -18,4 +18,4 @@ namespace MediaBrowser.Model.Updates
/// </summary>
Dev = 2
}
}
}

View File

@ -92,4 +92,4 @@ namespace MediaBrowser.Model.Updates
public string runtimes { get; set; }
}
}
}