Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
Go to the source code of this file.
Classes | |
class | Jellyfin::Model::Shuffle |
Interface for an algorithm shuffling a playlist. More... | |
class | Jellyfin::Model::NoShuffle |
A shuffler that does not shuffle. More... | |
class | Jellyfin::Model::ListShuffleBase |
Base class for shuffles that shuffle the entire list in advance. More... | |
class | Jellyfin::Model::SimpleListShuffle |
A simple shuffler which shuffles each item in the list in advance. More... | |
class | Jellyfin::Model::RandomShuffle |
A shuffler that is pretty random. Does not care about repeating items in a list. More... | |
class | Jellyfin::Model::VariedListShuffle |
A smart shuffler that shuffles a list with a few constraints to make it appear "more random" to an user. More... | |
Namespaces | |
namespace | Jellyfin |
namespace | Jellyfin::Model |