getLivetvTimersDefaults
Gets default values for a new timer
Requires authentication as user
getLivetvTimersDefaults
Request
get /LiveTv/Timers/Defaults
Parameters
| Name | In | Type | Default | Notes |
|---|---|---|---|---|
| ProgramId | query | Optional, to attach default values based on a program. |
Responses
| Status Code | Type | Description | Samples |
|---|---|---|---|
| 200 | SeriesTimerInfoDto | Operation successful. Returning a SeriesTimerInfoDto object. |
|
| 400 | Bad Request. Server cannot process request. |
||
| 401 | Unauthorized. Client needs to authenticate. |
||
| 403 | Forbidden. No permission for the reqested operation. |
||
| 404 | Resource not found or unavailable. |
||
| 500 | Server error. |
Definitions
SeriesTimerInfoDto
| Name | Type | Notes |
|---|---|---|
| RecordAnyTime | boolean | A value indicating whether [record any time]. |
| SkipEpisodesInLibrary | boolean | |
| MatchExistingItemsWithAnyLibrary | boolean | |
| RecordAnyChannel | boolean | A value indicating whether [record any channel]. |
| KeepUpTo | integer (int32) | |
| MaxRecordingSeconds | integer (int32) | |
| RecordNewOnly | boolean | A value indicating whether [record new only]. |
| ChannelIds | array | |
| Days | DayOfWeek[] | The days. |
| ImageTags | object | The image tags. |
| ParentThumbItemId | string | The parent thumb item id. |
| ParentThumbImageTag | string | The parent thumb image tag. |
| ParentPrimaryImageItemId | string | The parent primary image item identifier. |
| ParentPrimaryImageTag | string | The parent primary image tag. |
| SeriesId | string | |
| Keywords | KeywordInfo[] | |
| TimerType | TimerType | |
| Id | string | Id of the recording. |
| Type | string | |
| ServerId | string | The server identifier. |
| ChannelId | string | ChannelId of the recording. |
| ChannelName | string | ChannelName of the recording. |
| ChannelNumber | string | |
| ChannelPrimaryImageTag | string | |
| ProgramId | string | The program identifier. |
| Name | string | Name of the recording. |
| Overview | string | Description of the recording. |
| ParentFolderId | string | |
| StartDate | string (date-time) | The start date of the recording, in UTC. |
| EndDate | string (date-time) | The end date of the recording, in UTC. |
| Priority | integer (int32) | The priority. |
| PrePaddingSeconds | integer (int32) | The pre padding seconds. |
| PostPaddingSeconds | integer (int32) | The post padding seconds. |
| IsPrePaddingRequired | boolean | A value indicating whether this instance is pre padding required. |
| ParentBackdropItemId | string | If the item does not have any backdrops, this will hold the Id of the Parent that has one. |
| ParentBackdropImageTags | array | The parent backdrop image tags. |
| IsPostPaddingRequired | boolean | A value indicating whether this instance is post padding required. |
| KeepUntil | KeepUntil |
DayOfWeek
KeywordInfo
| Name | Type | Notes |
|---|---|---|
| KeywordType | KeywordType | |
| Keyword | string |
KeywordType
Enum Values
- Name
- EpisodeTitle
- Overview
- Actor
- Director
TimerType
see also MediaBrowser.Model.LiveTv.TimerType
Enum Values
- Program
- DateTime
- Keyword
KeepUntil
see also MediaBrowser.Model.LiveTv.KeepUntil
Enum Values
- UntilDeleted
- UntilSpaceNeeded
- UntilWatched
- UntilDate