bookshelf_profiles_formats
Manage Bookshelf profiles and formats: create, fetch, update, delete, list, and reorder custom filters, custom formats, delay, metadata, quality, and release profiles via a single operation.
Instructions
bookshelf profiles formats operations on Bookshelf. Pass operation and an arguments dict matching that operation's parameters.
bookshelf_create_customfilter(body={}) — Create customfilter. WRITE: this modifies your Bookshelf instance.
bookshelf_create_customformat(body={}) — Create customformat. WRITE: this modifies your Bookshelf instance.
bookshelf_create_delayprofile(body={}) — Create delayprofile. WRITE: this modifies your Bookshelf instance.
bookshelf_create_metadataprofile(body={}) — Create metadataprofile. WRITE: this modifies your Bookshelf instance.
bookshelf_create_qualityprofile(body={}) — Create qualityprofile. WRITE: this modifies your Bookshelf instance.
bookshelf_create_releaseprofile(body={}) — Create releaseprofile. WRITE: this modifies your Bookshelf instance.
bookshelf_delete_customfilter(id) — Delete customfilter. DESTRUCTIVE: this deletes data.
bookshelf_delete_customformat(id) — Delete customformat. DESTRUCTIVE: this deletes data.
bookshelf_delete_delayprofile(id) — Delete delayprofile. DESTRUCTIVE: this deletes data.
bookshelf_delete_metadataprofile(id) — Delete metadataprofile. DESTRUCTIVE: this deletes data.
bookshelf_delete_qualityprofile(id) — Delete qualityprofile. DESTRUCTIVE: this deletes data.
bookshelf_delete_releaseprofile(id) — Delete releaseprofile. DESTRUCTIVE: this deletes data.
bookshelf_get_customfilter(id) — Fetch a single customfilter by id.
bookshelf_get_customformat(id) — Fetch a single customformat by id.
bookshelf_get_customformat_schema() — List customformat schema.
bookshelf_get_delayprofile(id) — Fetch a single delayprofile by id.
bookshelf_get_language(id) — Fetch a single language by id.
bookshelf_get_metadataprofile(id) — Fetch a single metadataprofile by id.
bookshelf_get_metadataprofile_schema() — List metadataprofile schema.
bookshelf_get_qualitydefinition(id) — Fetch a single qualitydefinition by id.
bookshelf_get_qualityprofile(id) — Fetch a single qualityprofile by id.
bookshelf_get_qualityprofile_schema() — List qualityprofile schema.
bookshelf_get_releaseprofile(id) — Fetch a single releaseprofile by id.
bookshelf_list_customfilter() — List customfilter.
bookshelf_list_customformat() — List customformat.
bookshelf_list_delayprofile() — List delayprofile.
bookshelf_list_language() — List language.
bookshelf_list_metadataprofile() — List metadataprofile.
bookshelf_list_qualitydefinition() — List qualitydefinition.
bookshelf_list_qualityprofile() — List qualityprofile.
bookshelf_list_releaseprofile() — List releaseprofile.
bookshelf_reorder_delayprofile(id, after_id=None) — Update delayprofile reorder. Query params: afterId. WRITE: this modifies your Bookshelf instance.
bookshelf_update_customfilter(id, body={}) — Update customfilter. WRITE: this modifies your Bookshelf instance.
bookshelf_update_customformat(id, body={}) — Update customformat. WRITE: this modifies your Bookshelf instance.
bookshelf_update_delayprofile(id, body={}) — Update delayprofile. WRITE: this modifies your Bookshelf instance.
bookshelf_update_metadataprofile(id, body={}) — Update metadataprofile. WRITE: this modifies your Bookshelf instance.
bookshelf_update_quality_definitions(body=[]) — Update qualitydefinition update. WRITE: this modifies your Bookshelf instance.
bookshelf_update_qualitydefinition(id, body={}) — Update qualitydefinition. WRITE: this modifies your Bookshelf instance.
bookshelf_update_qualityprofile(id, body={}) — Update qualityprofile. WRITE: this modifies your Bookshelf instance.
bookshelf_update_releaseprofile(id, body={}) — Update releaseprofile. WRITE: this modifies your Bookshelf instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |