|
pianod2
multisource multiuser scriptable networked music player
|
Source parameters for filesystem source. More...
#include <tonegen.h>


Public Attributes | |
| bool | discrete_channels = false |
Public Attributes inherited from MusicLibrary::LibraryParameters | |
| int | recent_bias = BIAS_NEUTRAL |
| Amount of bias to apply for time since last play. More... | |
| int | rating_bias = BIAS_NEUTRAL |
| Amount of bias to apply for user ratings. More... | |
| ScanFrequency | scan_frequency = ScanFrequency::NEXTSTARTUP |
Public Attributes inherited from Media::SourceParameters | |
| ProxyMode | song_proxy = ProxyMode::None |
| User * | owner = nullptr |
| Ownership::Type | permissions = Ownership::Type::PRIVATE |
| PersistenceMode | persistence = PersistenceMode::Temporary |
| Persistence state. More... | |
| std::string | name |
| bool | waitForReady = false |
| Wait on initialization. Flag never persisted. More... | |
Additional Inherited Members | |
Public Member Functions inherited from MusicLibrary::LibraryParameters | |
| LibraryParameters (Ownership::Type perm, User *user) | |
| LibraryParameters (const UserData::JSONData &src) | |
| virtual bool | persist (UserData::JSONData &dest) const override |
| void | extractOptions (const Parsnip::Data &options) |
Public Member Functions inherited from Media::SourceParameters | |
| SourceParameters (void) | |
| SourceParameters (Ownership::Type perm, User *user=nullptr) | |
| SourceParameters (Ownership::Type perm, const std::string &sourcename) | |
| SourceParameters (const UserData::JSONData &src) | |
| virtual | ~SourceParameters () |
| void | extractOptions (const Parsnip::Data &options) |
Static Public Member Functions inherited from MusicLibrary::LibraryParameters | |
| static Parsnip::OptionParser::Definitions | parser_definitions () |
Static Public Member Functions inherited from Media::SourceParameters | |
| static const Parsnip::OptionParser::Definitions & | parser_definitions () |
Source parameters for filesystem source.
| bool ToneGenerator::Parameters::discrete_channels = false |