mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Update API docs for export thumb_level and art_level
This commit is contained in:
parent
8ee934404f
commit
8bb40036bc
1 changed files with 2 additions and 2 deletions
4
API.md
4
API.md
|
@ -420,8 +420,8 @@ Optional parameters:
|
||||||
file_format (str): csv (default), json, or xml
|
file_format (str): csv (default), json, or xml
|
||||||
metadata_level (int): The level of metadata to export (default 1)
|
metadata_level (int): The level of metadata to export (default 1)
|
||||||
media_info_level (int): The level of media info to export (default 1)
|
media_info_level (int): The level of media info to export (default 1)
|
||||||
include_thumb (bool): True to export poster/cover images
|
thumb_level (int): The level of poster/cover images to export (default 0)
|
||||||
include_art (bool): True to export background artwork images
|
art_level (int): The level of background artwork images to export (default 0)
|
||||||
custom_fields (str): Comma separated list of custom fields to export
|
custom_fields (str): Comma separated list of custom fields to export
|
||||||
in addition to the export level selected
|
in addition to the export level selected
|
||||||
export_type (str): collection or playlist for library/user export,
|
export_type (str): collection or playlist for library/user export,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue