lidarr_storage
List, create, update, and delete root folders and remote path mappings to manage Lidarr storage.
Instructions
lidarr storage operations on Lidarr. Pass operation and an arguments dict matching that operation's parameters.
lidarr_create_remotepathmapping(body={}) — Create a remote path mapping. WRITE: this modifies your Lidarr instance.
lidarr_create_rootfolder(body={}) — Add a root folder. WRITE: this modifies your Lidarr instance.
lidarr_delete_remotepathmapping(id) — Delete a remote path mapping. DESTRUCTIVE: this deletes data.
lidarr_delete_rootfolder(id) — Delete a root folder (does not delete library files). DESTRUCTIVE: this deletes data.
lidarr_get_remotepathmapping(id) — Fetch a single remote path mapping by id.
lidarr_get_rootfolder(id) — Fetch a single root folder by id.
lidarr_list_remotepathmapping() — List remote path mappings.
lidarr_list_rootfolder() — List root folders (with free space and default profile ids).
lidarr_update_remotepathmapping(id, body={}) — Update a remote path mapping. WRITE: this modifies your Lidarr instance.
lidarr_update_rootfolder(id, body={}) — Update a root folder. WRITE: this modifies your Lidarr instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |