mirror of
https://github.com/LukeHagar/plex-sdk-docs.git
synced 2025-12-06 04:20:46 +00:00
63 lines
1.8 KiB
Plaintext
63 lines
1.8 KiB
Plaintext
import GetFileHash from "./get_file_hash/get_file_hash.mdx";
|
|
import GetRecentlyAdded from "./get_recently_added/get_recently_added.mdx";
|
|
import GetLibraries from "./get_libraries/get_libraries.mdx";
|
|
import GetLibrary from "./get_library/get_library.mdx";
|
|
import DeleteLibrary from "./delete_library/delete_library.mdx";
|
|
import GetLibraryItems from "./get_library_items/get_library_items.mdx";
|
|
import RefreshLibrary from "./refresh_library/refresh_library.mdx";
|
|
import SearchLibrary from "./search_library/search_library.mdx";
|
|
import GetMetadata from "./get_metadata/get_metadata.mdx";
|
|
import GetMetadataChildren from "./get_metadata_children/get_metadata_children.mdx";
|
|
import GetOnDeck from "./get_on_deck/get_on_deck.mdx";
|
|
|
|
## Library
|
|
API Calls interacting with Plex Media Server Libraries
|
|
|
|
|
|
### Available Operations
|
|
|
|
* [Get File Hash](/python/library/get_file_hash) - Get Hash Value
|
|
* [Get Recently Added](/python/library/get_recently_added) - Get Recently Added
|
|
* [Get Libraries](/python/library/get_libraries) - Get All Libraries
|
|
* [Get Library](/python/library/get_library) - Get Library Details
|
|
* [Delete Library](/python/library/delete_library) - Delete Library Section
|
|
* [Get Library Items](/python/library/get_library_items) - Get Library Items
|
|
* [Refresh Library](/python/library/refresh_library) - Refresh Library
|
|
* [Search Library](/python/library/search_library) - Search Library
|
|
* [Get Metadata](/python/library/get_metadata) - Get Items Metadata
|
|
* [Get Metadata Children](/python/library/get_metadata_children) - Get Items Children
|
|
* [Get On Deck](/python/library/get_on_deck) - Get On Deck
|
|
|
|
---
|
|
<GetFileHash />
|
|
|
|
---
|
|
<GetRecentlyAdded />
|
|
|
|
---
|
|
<GetLibraries />
|
|
|
|
---
|
|
<GetLibrary />
|
|
|
|
---
|
|
<DeleteLibrary />
|
|
|
|
---
|
|
<GetLibraryItems />
|
|
|
|
---
|
|
<RefreshLibrary />
|
|
|
|
---
|
|
<SearchLibrary />
|
|
|
|
---
|
|
<GetMetadata />
|
|
|
|
---
|
|
<GetMetadataChildren />
|
|
|
|
---
|
|
<GetOnDeck />
|