mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 21:33:18 -07:00
Update library export API docs
This commit is contained in:
parent
2803a6095b
commit
72215a9f44
1 changed files with 6 additions and 2 deletions
8
API.md
8
API.md
|
@ -412,7 +412,7 @@ Export library or media metadata to a file
|
|||
|
||||
```
|
||||
Required parameters:
|
||||
section_id (int): The section id of the library to export, OR
|
||||
section_id (int): The section id of the library items to export, OR
|
||||
rating_key (int): The rating key of the media item to export
|
||||
|
||||
Optional parameters:
|
||||
|
@ -423,6 +423,8 @@ Optional parameters:
|
|||
include_art (bool): True to export background artwork images
|
||||
custom_fields (str): Comma separated list of custom fields to export
|
||||
in addition to the export level selected
|
||||
library_export (str): collection or playlist for library export,
|
||||
otherwise default to all library items
|
||||
|
||||
Returns:
|
||||
json:
|
||||
|
@ -754,7 +756,9 @@ Required parameters:
|
|||
media_type (str): The media type of the fields to return
|
||||
|
||||
Optional parameters:
|
||||
sub_media_type (str): The child media type for collections or playlists
|
||||
sub_media_type (str): The child media type for
|
||||
collections (movie, show, artist, album, photoalbum),
|
||||
or playlists (video, audio, photo)
|
||||
|
||||
Returns:
|
||||
json:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue