mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 01:48:52 -07:00
EditorConfig reformat: MediaBrowser.Model
This commit is contained in:
parent
3ed6f37030
commit
382e8699a2
@ -14,4 +14,4 @@ namespace MediaBrowser.Model.Channels
|
||||
|
||||
Season = 5
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -10,4 +10,4 @@ namespace MediaBrowser.Model.Channels
|
||||
PlayCount = 5,
|
||||
CommunityPlayCount = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -20,4 +20,4 @@
|
||||
|
||||
GameExtra = 8
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8,4 +8,4 @@
|
||||
|
||||
Photo = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -26,4 +26,4 @@ namespace MediaBrowser.Model.Configuration
|
||||
Limit = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,4 @@
|
||||
Legacy,
|
||||
Compatible
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -13,4 +13,4 @@ namespace MediaBrowser.Model.Configuration
|
||||
MetadataSaver,
|
||||
SubtitleFetcher
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8,4 +8,4 @@
|
||||
None = 3,
|
||||
Smart = 4
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -13,4 +13,4 @@ namespace MediaBrowser.Model.Configuration
|
||||
ChannelContent,
|
||||
Other
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -10,4 +10,4 @@ namespace MediaBrowser.Model.Cryptography
|
||||
byte[] ComputeMD5(byte[] bytes);
|
||||
byte[] ComputeSHA1(byte[] bytes);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -83,4 +83,4 @@ namespace MediaBrowser.Model.Dlna
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@
|
||||
VideoAudio = 1,
|
||||
Audio = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,4 @@
|
||||
System = 0,
|
||||
User = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@
|
||||
Video = 1,
|
||||
Photo = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,4 @@ namespace MediaBrowser.Model.Dlna
|
||||
Streaming = 0,
|
||||
Static = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@
|
||||
Regex = 1,
|
||||
Substring = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -13,4 +13,4 @@ namespace MediaBrowser.Model.Dlna
|
||||
[XmlAttribute("match")]
|
||||
public HeaderMatchType Match { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -35,4 +35,4 @@ namespace MediaBrowser.Model.Dlna
|
||||
IsRequired = isRequired;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8,4 +8,4 @@
|
||||
GreaterThanEqual = 3,
|
||||
EqualsAny = 4
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -26,4 +26,4 @@
|
||||
AudioSampleRate = 22,
|
||||
AudioBitDepth = 23
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11,4 +11,4 @@ namespace MediaBrowser.Model.Dlna
|
||||
MaxBitrate = maxBitrate;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,4 @@ namespace MediaBrowser.Model.Dlna
|
||||
public int? MaxWidth { get; set; }
|
||||
public int? MaxHeight { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
Playlist = 4,
|
||||
MusicAlbum = 5
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -19,4 +19,4 @@ namespace MediaBrowser.Model.Dlna
|
||||
/// </summary>
|
||||
Hls = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,4 +12,4 @@ namespace MediaBrowser.Model.Dlna
|
||||
public SubtitleDeliveryMethod DeliveryMethod { get; set; }
|
||||
public bool IsExternalUrl { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,4 @@
|
||||
Auto = 0,
|
||||
Bytes = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8,4 +8,4 @@
|
||||
public int? AudioStreamIndex { get; set; }
|
||||
public int? SubtitleStreamIndex { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -10,4 +10,4 @@ namespace MediaBrowser.Model.Dlna
|
||||
[XmlAttribute("value")]
|
||||
public string Value { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -90,4 +90,4 @@ namespace MediaBrowser.Model.Drawing
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ namespace MediaBrowser.Model.Dto
|
||||
Grouping = 1,
|
||||
Placeholder = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,4 @@ namespace MediaBrowser.Model.Dto
|
||||
Score,
|
||||
Likes
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -14,4 +14,4 @@ namespace MediaBrowser.Model.Dto
|
||||
|
||||
HasLikedActor = 5
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -55,4 +55,4 @@
|
||||
public const string MusicFavoriteAlbums = "MusicFavoriteAlbums";
|
||||
public const string MusicFavoriteSongs = "MusicFavoriteSongs";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -14,4 +14,4 @@ namespace MediaBrowser.Model.Entities
|
||||
/// </summary>
|
||||
BluRay
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11,4 +11,4 @@ namespace MediaBrowser.Model.Entities
|
||||
public bool TrialVersion { get; set; }
|
||||
public bool IsValid { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -22,4 +22,4 @@ namespace MediaBrowser.Model.Entities
|
||||
/// </summary>
|
||||
EmbeddedImage
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -100,4 +100,4 @@ namespace MediaBrowser.Model.Entities
|
||||
instance.SetProviderId(provider.ToString(), value);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -14,4 +14,4 @@ namespace MediaBrowser.Model.Entities
|
||||
/// </summary>
|
||||
Vertical
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -14,4 +14,4 @@ namespace MediaBrowser.Model.Entities
|
||||
/// </summary>
|
||||
Descending
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8,4 +8,4 @@ namespace MediaBrowser.Model.Entities
|
||||
Archive = 4,
|
||||
LocalTrailer = 5
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,4 @@ namespace MediaBrowser.Model.Globalization
|
||||
public string Name { get; set; }
|
||||
public string Value { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -22,4 +22,4 @@ namespace MediaBrowser.Model.IO
|
||||
/// </summary>
|
||||
NetworkShare
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -31,4 +31,4 @@ namespace MediaBrowser.Model.IO
|
||||
/// <param name="mounters">The mounters.</param>
|
||||
void AddParts(IEnumerable<IIsoMounter> mounters);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -19,4 +19,4 @@ namespace MediaBrowser.Model.IO
|
||||
/// <value>The mounted path.</value>
|
||||
string MountedPath { get; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -123,4 +123,4 @@ namespace MediaBrowser.Model.LiveTv
|
||||
public bool IsPostPaddingRequired { get; set; }
|
||||
public KeepUntil KeepUntil { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@
|
||||
Weekdays,
|
||||
Weekends
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -16,4 +16,4 @@ namespace MediaBrowser.Model.LiveTv
|
||||
/// <value>The end date.</value>
|
||||
public DateTime EndDate { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,4 @@ namespace MediaBrowser.Model.LiveTv
|
||||
Ok = 0,
|
||||
Unavailable = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7,4 +7,4 @@ namespace MediaBrowser.Model.LiveTv
|
||||
RecordingTv = 2,
|
||||
LiveTv = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
Thx,
|
||||
Atmos
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -16,4 +16,4 @@ namespace MediaBrowser.Model.LiveTv
|
||||
/// <value>The sort order.</value>
|
||||
public SortOrder SortOrder { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -20,4 +20,4 @@
|
||||
|
||||
public bool? IsScheduled { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,4 +23,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -10,4 +10,4 @@ namespace MediaBrowser.Model.MediaInfo
|
||||
Rtp = 5,
|
||||
Ftp = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -10,4 +10,4 @@
|
||||
public const string SMI = "smi";
|
||||
public const string TTML = "ttml";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@
|
||||
Zero,
|
||||
Valid
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11,4 +11,4 @@
|
||||
public const string MSMPEG4 = "msmpeg4";
|
||||
public const string VC1 = "vc1";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,4 +23,4 @@ namespace MediaBrowser.Model.Net
|
||||
/// </summary>
|
||||
Task SendToAsync(byte[] buffer, int offset, int bytes, IpEndPointInfo endPoint, CancellationToken cancellationToken);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -21,4 +21,4 @@ namespace MediaBrowser.Model.Notifications
|
||||
CameraImageUploaded,
|
||||
UserLockedOut
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ namespace MediaBrowser.Model.Notifications
|
||||
Admins = 1,
|
||||
Custom = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -14,4 +14,4 @@
|
||||
/// <value>The type of the item.</value>
|
||||
public string Url { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,4 +12,4 @@ namespace MediaBrowser.Model.Providers
|
||||
|
||||
public bool IncludeAllLanguages { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,4 @@ namespace MediaBrowser.Model.Providers
|
||||
public string Name { get; set; }
|
||||
public string Id { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -17,4 +17,4 @@
|
||||
SoundtrackSongsResult = new ThemeMediaResult();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -54,4 +54,4 @@ namespace MediaBrowser.Model.Querying
|
||||
EnableImageTypes = new ImageType[] { };
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -43,4 +43,4 @@ namespace MediaBrowser.Model.Serialization
|
||||
/// <returns>System.Object.</returns>
|
||||
object DeserializeFromBytes(Type type, byte[] buffer);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -24,4 +24,4 @@ namespace MediaBrowser.Model.Session
|
||||
/// <value>The name of the item.</value>
|
||||
public string ItemName { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -43,4 +43,4 @@
|
||||
PlayMediaSource = 34,
|
||||
PlayTrailers = 35
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@ namespace MediaBrowser.Model.Session
|
||||
|
||||
public long? TimeoutMs { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -26,4 +26,4 @@
|
||||
/// </summary>
|
||||
PlayShuffle = 4
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@
|
||||
DirectStream = 1,
|
||||
DirectPlay = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -40,4 +40,4 @@ namespace MediaBrowser.Model.Session
|
||||
public string MediaSourceId { get; set; }
|
||||
public int? StartIndex { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -62,4 +62,4 @@
|
||||
/// <value>The repeat mode.</value>
|
||||
public RepeatMode RepeatMode { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -40,4 +40,4 @@ namespace MediaBrowser.Model.Session
|
||||
FastForward,
|
||||
PlayPause
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,4 +12,4 @@
|
||||
/// <value>The controlling user identifier.</value>
|
||||
public string ControllingUserId { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -18,4 +18,4 @@ namespace MediaBrowser.Model.Session
|
||||
/// <value>The name of the user.</value>
|
||||
public string UserName { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -50,4 +50,4 @@ namespace MediaBrowser.Model.Session
|
||||
SubtitleCodecNotSupported = 21,
|
||||
DirectPlayError = 22
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -38,4 +38,4 @@ namespace MediaBrowser.Model.System
|
||||
/// <value>The id.</value>
|
||||
public string Id { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -10,4 +10,4 @@ namespace MediaBrowser.Model.System
|
||||
Port = 9;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -15,4 +15,4 @@
|
||||
|
||||
bool IsLogged { get; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -73,4 +73,4 @@ namespace MediaBrowser.Model.Tasks
|
||||
/// </summary>
|
||||
void ReloadTriggerEvents();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -75,4 +75,4 @@ namespace MediaBrowser.Model.Tasks
|
||||
|
||||
void RunTaskOnNextStartup(string key);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -18,4 +18,4 @@ namespace MediaBrowser.Model.Updates
|
||||
/// </summary>
|
||||
MBClassic
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -18,4 +18,4 @@ namespace MediaBrowser.Model.Updates
|
||||
/// </summary>
|
||||
Dev = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -92,4 +92,4 @@ namespace MediaBrowser.Model.Updates
|
||||
|
||||
public string runtimes { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user