get_library_sections_by_section_id_compute_path
Compute a path of similar tracks between two items in a Plex library section, using start and end IDs and a maximum distance threshold.
Instructions
Similar tracks to transition from one to another.
GET /library/sections/{sectionId}/computePath
Args: section_id: Section identifier start_id: The starting metadata item id end_id: The ending metadata item id max_distance: The maximum distance allowed along the path; defaults to 0.25
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_id | No | ||
| start_id | No | ||
| section_id | Yes | ||
| max_distance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |