manage_codec_exclusion
Add, remove, or toggle video or audio codecs in a library's basic transcoding include/exclude list to control which codecs are processed.
Instructions
Add, remove or toggle a codec in a library's basic transcoding include/exclude list. Applies to the basic (non-plugin) video or audio transcode settings of the library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| codec | Yes | Codec name, e.g. 'hevc', 'h264', 'aac' | |
| action | Yes | add puts the codec in the list, remove takes it out, update toggles it | |
| status | No | Enabled state, required for action 'update' | |
| stream | Yes | Which codec list to change | |
| library_id | Yes | Library ID (dbID), from list_libraries |