create_media_subscriptions
Create automated media subscriptions to add or download shows and seasons into a Plex library section, using hints and preferences to target specific content.
Instructions
Create a subscription.
POST /media/subscriptions
Args:
target_library_section_id: The library section into which we'll grab the media. Not actually required when the subscription is to a playlist.
target_section_location_id: The section location into which to grab.
type: The type of the thing we're subscribing too (e.g. show, season).
hints: Hints describing what we're looking for. Note: The hint ratingKey is required for downloading from a PMS remote.
prefs: Subscription preferences.
params: Subscription parameters.
mediaProviderID: Required for downloads to indicate which MP the subscription will download intosource: Required for downloads to indicate the source of the downloaded content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| hints | No | ||
| prefs | No | ||
| params | No | ||
| target_library_section_id | No | ||
| target_section_location_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |