mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2018-12-17 Fred Gleason <fredg@paravelsystems.com>
* Renamed the RD_RLM2_CLIENT_TCP_PORT define to RD_PAD_CLIENT_TCP_PORT. * Renamed the RD_RLM_SOURCE_UNIX_ADDRESS define to RD_PAD_SOURCE_UNIX_ADDRESS. * Added a RD_PYPAD_SCRIPT_DIR define. * Added an 'RDNotification::PypadType' value to the 'RDNotification::Type' enumeration. * Added 'PypadOwner=' and 'PypadGroup=' directives to the '[Identity]' section of rd.conf(5). * Added an rdpadengined(8) service. * Added a 'PYPAD_INSTANCES.IS_RUNNING' field to the database. * Added a 'PYPAD_INSTANCES.EXIT_CODE' field to the database. * Added a 'PYPAD_INSTANCES.ERROR_TEXT' field to the database. * Incremented the database version to 304.
This commit is contained in:
@@ -91,6 +91,8 @@ class RDConfig
|
||||
QString password() const;
|
||||
QString audioOwner() const;
|
||||
QString audioGroup() const;
|
||||
QString pypadOwner() const;
|
||||
QString pypadGroup() const;
|
||||
QString audioRoot() const;
|
||||
QString audioExtension() const;
|
||||
QString audioFileName (QString cutname);
|
||||
@@ -113,6 +115,8 @@ class RDConfig
|
||||
unsigned channels() const;
|
||||
uid_t uid() const;
|
||||
gid_t gid() const;
|
||||
uid_t pypadUid() const;
|
||||
gid_t pypadGid() const;
|
||||
bool useRealtime();
|
||||
int realtimePriority();
|
||||
int transcodingDelay() const;
|
||||
@@ -160,6 +164,8 @@ class RDConfig
|
||||
QString conf_password;
|
||||
QString conf_audio_owner;
|
||||
QString conf_audio_group;
|
||||
QString conf_pypad_owner;
|
||||
QString conf_pypad_group;
|
||||
QString conf_audio_root;
|
||||
QString conf_audio_extension;
|
||||
QString conf_label;
|
||||
@@ -178,6 +184,8 @@ class RDConfig
|
||||
unsigned conf_channels;
|
||||
uid_t conf_uid;
|
||||
gid_t conf_gid;
|
||||
uid_t conf_pypad_uid;
|
||||
gid_t conf_pypad_gid;
|
||||
QString conf_cae_logfile;
|
||||
bool conf_enable_mixer_logging;
|
||||
bool conf_use_realtime;
|
||||
|
Reference in New Issue
Block a user