DeveloperAPI ReferenceAdapterJellyfinLibraryVirtualfolders
List libraries as Jellyfin "virtual folders"
Returns Aviato libraries as Jellyfin VirtualFolderInfo objects. Filesystem paths are intentionally omitted from the response.
Response Body
application/json
curl -X GET "https://example.com/api/adapter/jellyfin/Library/VirtualFolders"[
{
"Name": "string",
"ItemId": "string",
"CollectionType": "string",
"Locations": [
"string"
],
"PrimaryImageItemId": "string",
"RefreshProgress": 0,
"RefreshStatus": "string",
"property1": null,
"property2": null
}
]