![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <optional>#include "JellyfinQt/support/jsonconv.h"#include "JellyfinQt/support/loader.h"#include "JellyfinQt/loader/requesttypes.h"#include "JellyfinQt/dto/playlistcreationresult.h"#include "JellyfinQt/dto/playlistdto.h"#include "JellyfinQt/dto/baseitemdtoqueryresult.h"#include "JellyfinQt/dto/playlistuserpermissions.h"Go to the source code of this file.
Classes | |
| class | Jellyfin::Loader::HTTP::CreatePlaylistLoader |
| Creates a new playlist. More... | |
| class | Jellyfin::Loader::HTTP::UpdatePlaylistLoader |
| Updates a playlist. More... | |
| class | Jellyfin::Loader::HTTP::GetPlaylistLoader |
| Get a playlist. More... | |
| class | Jellyfin::Loader::HTTP::AddItemToPlaylistLoader |
| Adds items to a playlist. More... | |
| class | Jellyfin::Loader::HTTP::RemoveItemFromPlaylistLoader |
| Removes items from a playlist. More... | |
| class | Jellyfin::Loader::HTTP::GetPlaylistItemsLoader |
| Gets the original items of a playlist. More... | |
| class | Jellyfin::Loader::HTTP::MoveItemLoader |
| Moves a playlist item. More... | |
| class | Jellyfin::Loader::HTTP::GetPlaylistUsersLoader |
| Get a playlist's users. More... | |
| class | Jellyfin::Loader::HTTP::GetPlaylistUserLoader |
| Get a playlist user. More... | |
| class | Jellyfin::Loader::HTTP::UpdatePlaylistUserLoader |
| Modify a user of a playlist's users. More... | |
| class | Jellyfin::Loader::HTTP::RemoveUserFromPlaylistLoader |
| Remove a user from a playlist's users. More... | |
Namespaces | |
| namespace | Jellyfin |
| namespace | Jellyfin::Loader |
| namespace | Jellyfin::Loader::HTTP |