get_media_info
Retrieve technical details about media files including codecs, bitrates, file sizes, and other specifications for Plex library items.
Instructions
Get detailed technical information about media files (codecs, bitrates, file sizes, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_key | Yes | The item key (ratingKey) to get media information for |
Input Schema (JSON Schema)
{
"properties": {
"item_key": {
"description": "The item key (ratingKey) to get media information for",
"type": "string"
}
},
"required": [
"item_key"
],
"type": "object"
}