modify_episode
Update podcast episode metadata including title, description, episode number, season number, and images to maintain accurate show information.
Instructions
Modify an episode's metadata.
Args: show: One of the slugs configured in PODHOME_SHOWS episode_id: ID of the episode to modify title: New episode title description: New description (can contain HTML) episode_nr: Episode number season_nr: Season number image_url: Image URL image_data: Base64 encoded image data
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show | Yes | ||
| episode_id | Yes | ||
| title | No | New episode title (max 2048 chars) | |
| description | No | New description (can contain HTML) | |
| episode_nr | No | Episode number (must be > 0) | |
| season_nr | No | Season number (must be > 0) | |
| image_url | No | Image URL (public HTTP/HTTPS) | |
| image_data | No | Base64 encoded image data |