add new image params

This commit is contained in:
Luke Pulverenti
2014-11-30 14:01:33 -05:00
parent f9ba260a19
commit d7bdb744ca
44 changed files with 520 additions and 206 deletions

View File

@@ -81,11 +81,21 @@ namespace MediaBrowser.Model.Querying
/// </summary>
Keywords,
/// <summary>
/// The media source count
/// </summary>
MediaSourceCount,
/// <summary>
/// The media versions
/// </summary>
MediaSources,
/// <summary>
/// The metascore
/// </summary>
Metascore,
/// <summary>
/// The metadata settings
/// </summary>
@@ -101,6 +111,11 @@ namespace MediaBrowser.Model.Querying
/// </summary>
ParentId,
/// <summary>
/// The part count
/// </summary>
PartCount,
/// <summary>
/// The physical path of the item
/// </summary>
@@ -126,6 +141,11 @@ namespace MediaBrowser.Model.Querying
/// </summary>
PrimaryImageAspectRatio,
/// <summary>
/// The original primary image aspect ratio
/// </summary>
OriginalPrimaryImageAspectRatio,
/// <summary>
/// The revenue
/// </summary>
@@ -171,6 +191,11 @@ namespace MediaBrowser.Model.Querying
/// </summary>
Tags,
/// <summary>
/// The vote count
/// </summary>
VoteCount,
/// <summary>
/// The TMDB collection name
/// </summary>