# MediaSubscription A media subscription contains a representation of metadata desired to be recorded ## Fields | Field | Type | Required | Description | Example | | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | | `Title` | *string* | :heavy_minus_sign: | The title of this subscription type | This Episode | | `Type` | *long* | :heavy_minus_sign: | Metadata type number | | | `AiringsType` | *string* | :heavy_minus_sign: | N/A | | | `CreatedAt` | *long* | :heavy_minus_sign: | N/A | | | `Directory` | Dictionary | :heavy_minus_sign: | Media Matching Hints | | | `DurationTotal` | *long* | :heavy_minus_sign: | Only included if `includeStorage` is specified | | | `Key` | *string* | :heavy_minus_sign: | N/A | | | `LibrarySectionTitle` | *string* | :heavy_minus_sign: | N/A | | | `LocationPath` | *string* | :heavy_minus_sign: | N/A | | | `MediaGrabOperation` | List<[MediaGrabOperation](../../Models/Components/MediaGrabOperation.md)> | :heavy_minus_sign: | N/A | | | `Playlist` | Dictionary | :heavy_minus_sign: | Media Matching Hints | | | `Setting` | List<[Setting](../../Models/Components/Setting.md)> | :heavy_minus_sign: | N/A | | | `StorageTotal` | *long* | :heavy_minus_sign: | Only included if `includeStorage` is specified | | | `TargetLibrarySectionID` | *long* | :heavy_minus_sign: | Where this subscription will record to | | | `TargetSectionLocationID` | *long* | :heavy_minus_sign: | The library section location id for where the item is to be recorded | | | `Video` | Dictionary | :heavy_minus_sign: | Media Matching Hints | | | `Parameters` | *string* | :heavy_minus_sign: | Parameter string for creating this subscription | | | `Selected` | *bool* | :heavy_minus_sign: | N/A | |