Skip to content

Commit

Permalink
SDK Version 4.9.0.31-Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Builder committed Nov 7, 2024
1 parent 7349804 commit 65188db
Show file tree
Hide file tree
Showing 413 changed files with 1,925 additions and 460 deletions.
2 changes: 1 addition & 1 deletion Documenation/.gitcommit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
337c58f99e1223d7d296725276731224822c4f80
f7c357f8f35cb448a5c1c83260ab5229cc18f9a2
7 changes: 6 additions & 1 deletion Documenation/download/.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5897,6 +5897,7 @@
"MediaBrowser.Controller.Api.BaseItemsRequest.MinPremiereDate": "MediaBrowser.Controller.Api.BaseItemsRequest.yml",
"MediaBrowser.Controller.Api.BaseItemsRequest.MinStartDate": "MediaBrowser.Controller.Api.BaseItemsRequest.yml",
"MediaBrowser.Controller.Api.BaseItemsRequest.MinWidth": "MediaBrowser.Controller.Api.BaseItemsRequest.yml",
"MediaBrowser.Controller.Api.BaseItemsRequest.Name": "MediaBrowser.Controller.Api.BaseItemsRequest.yml",
"MediaBrowser.Controller.Api.BaseItemsRequest.NameLessThan": "MediaBrowser.Controller.Api.BaseItemsRequest.yml",
"MediaBrowser.Controller.Api.BaseItemsRequest.NameStartsWith": "MediaBrowser.Controller.Api.BaseItemsRequest.yml",
"MediaBrowser.Controller.Api.BaseItemsRequest.NameStartsWithOrGreater": "MediaBrowser.Controller.Api.BaseItemsRequest.yml",
Expand Down Expand Up @@ -6565,6 +6566,7 @@
"MediaBrowser.Controller.Entities.BaseItem.Genres": "MediaBrowser.Controller.Entities.BaseItem.yml",
"MediaBrowser.Controller.Entities.BaseItem.GetAdditionalPartIds": "MediaBrowser.Controller.Entities.BaseItem.yml",
"MediaBrowser.Controller.Entities.BaseItem.GetAdditionalParts(MediaBrowser.Controller.Dto.DtoOptions,MediaBrowser.Controller.Entities.User)": "MediaBrowser.Controller.Entities.BaseItem.yml",
"MediaBrowser.Controller.Entities.BaseItem.GetAlbumItem(MediaBrowser.Model.Data.IDataContext)": "MediaBrowser.Controller.Entities.BaseItem.yml",
"MediaBrowser.Controller.Entities.BaseItem.GetAllItemsForMediaSources(MediaBrowser.Controller.Entities.User,System.Boolean)": "MediaBrowser.Controller.Entities.BaseItem.yml",
"MediaBrowser.Controller.Entities.BaseItem.GetAllKnownCollections": "MediaBrowser.Controller.Entities.BaseItem.yml",
"MediaBrowser.Controller.Entities.BaseItem.GetApiImageUrl(MediaBrowser.Controller.Entities.ItemImageInfo,System.Int32,MediaBrowser.Controller.Entities.ApiImageOptions,System.String)": "MediaBrowser.Controller.Entities.BaseItem.yml",
Expand Down Expand Up @@ -9660,6 +9662,7 @@
"MediaBrowser.Controller.Session.PlaySessionInfo.NowPlayingItem": "MediaBrowser.Controller.Session.PlaySessionInfo.yml",
"MediaBrowser.Controller.Session.PlaySessionInfo.Ping": "MediaBrowser.Controller.Session.PlaySessionInfo.yml",
"MediaBrowser.Controller.Session.PlaySessionInfo.Ping(MediaBrowser.Model.Session.PlaybackProgressInfo)": "MediaBrowser.Controller.Session.PlaySessionInfo.yml",
"MediaBrowser.Controller.Session.PlaySessionInfo.Ping(System.Int64)": "MediaBrowser.Controller.Session.PlaySessionInfo.yml",
"MediaBrowser.Controller.Session.PlaySessionInfo.PlayState": "MediaBrowser.Controller.Session.PlaySessionInfo.yml",
"MediaBrowser.Controller.Session.PlaySessionInfo.StopAutomaticProgress": "MediaBrowser.Controller.Session.PlaySessionInfo.yml",
"MediaBrowser.Controller.Session.PlaySessionInfo.TranscodingInfo": "MediaBrowser.Controller.Session.PlaySessionInfo.yml",
Expand All @@ -9683,7 +9686,6 @@
"MediaBrowser.Controller.Session.SessionInfo.FullNowPlayingItem": "MediaBrowser.Controller.Session.SessionInfo.yml",
"MediaBrowser.Controller.Session.SessionInfo.GetOrAddPlaySessionInfo(MediaBrowser.Model.Session.PlaybackProgressInfo)": "MediaBrowser.Controller.Session.SessionInfo.yml",
"MediaBrowser.Controller.Session.SessionInfo.GetPlaySessionInfo(System.String)": "MediaBrowser.Controller.Session.SessionInfo.yml",
"MediaBrowser.Controller.Session.SessionInfo.GetPlaySessionInfo(System.String,System.Boolean)": "MediaBrowser.Controller.Session.SessionInfo.yml",
"MediaBrowser.Controller.Session.SessionInfo.HasCustomDeviceName": "MediaBrowser.Controller.Session.SessionInfo.yml",
"MediaBrowser.Controller.Session.SessionInfo.HasUser": "MediaBrowser.Controller.Session.SessionInfo.yml",
"MediaBrowser.Controller.Session.SessionInfo.Id": "MediaBrowser.Controller.Session.SessionInfo.yml",
Expand Down Expand Up @@ -11390,10 +11392,13 @@
"MediaBrowser.Model.Entities.MediaUrl.Name": "MediaBrowser.Model.Entities.MediaUrl.yml",
"MediaBrowser.Model.Entities.MediaUrl.Url": "MediaBrowser.Model.Entities.MediaUrl.yml",
"MediaBrowser.Model.Entities.MetadataFields": "MediaBrowser.Model.Entities.MetadataFields.yml",
"MediaBrowser.Model.Entities.MetadataFields.AlbumArtists": "MediaBrowser.Model.Entities.MetadataFields.yml",
"MediaBrowser.Model.Entities.MetadataFields.Artists": "MediaBrowser.Model.Entities.MetadataFields.yml",
"MediaBrowser.Model.Entities.MetadataFields.Cast": "MediaBrowser.Model.Entities.MetadataFields.yml",
"MediaBrowser.Model.Entities.MetadataFields.ChannelNumber": "MediaBrowser.Model.Entities.MetadataFields.yml",
"MediaBrowser.Model.Entities.MetadataFields.Collections": "MediaBrowser.Model.Entities.MetadataFields.yml",
"MediaBrowser.Model.Entities.MetadataFields.CommunityRating": "MediaBrowser.Model.Entities.MetadataFields.yml",
"MediaBrowser.Model.Entities.MetadataFields.Composers": "MediaBrowser.Model.Entities.MetadataFields.yml",
"MediaBrowser.Model.Entities.MetadataFields.CriticRating": "MediaBrowser.Model.Entities.MetadataFields.yml",
"MediaBrowser.Model.Entities.MetadataFields.Genres": "MediaBrowser.Model.Entities.MetadataFields.yml",
"MediaBrowser.Model.Entities.MetadataFields.Name": "MediaBrowser.Model.Entities.MetadataFields.yml",
Expand Down
44 changes: 43 additions & 1 deletion Documenation/download/openapi_v2_noversion.json
Original file line number Diff line number Diff line change
Expand Up @@ -27228,6 +27228,42 @@
}
],
"x-RequiredAuthentication": "Requires authentication as user"
},
"head": {
"tags": [
"SystemService"
],
"description": "Requires authentication as user",
"operationId": "headSystemPing",
"responses": {
"200": {
"description": "Operation successful. Empty response."
},
"400": {
"$ref": "#/responses/400"
},
"401": {
"$ref": "#/responses/401"
},
"403": {
"$ref": "#/responses/403"
},
"404": {
"$ref": "#/responses/404"
},
"500": {
"$ref": "#/responses/500"
}
},
"security": [
{
"apikeyauth": [ ]
},
{
"embyauth": [ ]
}
],
"x-RequiredAuthentication": "Requires authentication as user"
}
},
"/System/WakeOnLanInfo": {
Expand Down Expand Up @@ -58666,7 +58702,10 @@
"SortParentIndexNumber",
"CommunityRating",
"CriticRating",
"Tagline"
"Tagline",
"Composers",
"Artists",
"AlbumArtists"
],
"type": "string",
"x-internal-ref-name": "MediaBrowser.Model.Entities.MetadataFields"
Expand Down Expand Up @@ -61798,6 +61837,9 @@
"EnableTotalRecordCount": {
"type": "boolean"
},
"Name": {
"type": "string"
},
"RecordingKeyword": {
"type": "string"
},
Expand Down
87 changes: 46 additions & 41 deletions Documenation/index.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,15 @@ <h3 id="MediaBrowser_Controller_Api_BaseItemsRequest" class="text-capitalize">Ba
boolean


</td>
<td></td>
</tr>
<tr>
<td><span class="parametername">Name</span></td>
<td>
string


</td>
<td></td>
</tr>
Expand Down
4 changes: 4 additions & 0 deletions Documenation/reference/RestAPI/SystemService.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ <h1 id="emby_restapi_tag_SystemService" data-uid="emby.restapi/tag/SystemService
<pre><code class="lang-restApi hljs"><span class="opspan opspan-get">get</span> /System/WakeOnLanInfo</code></pre>
</div>
<div class="markdown level1 summary"><p>Gets wake on lan information</p>
</div>
<a class="xref" href="SystemService/headSystemPing.html"><h3 id="emby_restapi_tag_SystemService" data-uid="emby.restapi/headSystemPing/operationlistitem" class="text-capitalize">headSystemPing</h3></a>
<div class="codewrapper">
<pre><code class="lang-restApi hljs"><span class="opspan opspan-head">head</span> /System/Ping</code></pre>
</div>
<a class="xref" href="SystemService/postSystemPing.html"><h3 id="emby_restapi_tag_SystemService" data-uid="emby.restapi/postSystemPing/operationlistitem" class="text-capitalize">postSystemPing</h3></a>
<div class="codewrapper">
Expand Down
Loading

0 comments on commit 65188db

Please sign in to comment.