mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-11-03 23:53:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			119 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			INI
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			119 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			INI
		
	
	
		
			Executable File
		
	
	
	
	
; rd.conf
 | 
						|
;
 | 
						|
; This is the default configuration file for Rivendell
 | 
						|
;
 | 
						|
; At the very least, you will need to change the 'AudioOwner='
 | 
						|
; directive to point to a valid account on this machine!
 | 
						|
;
 | 
						|
; by Fred Gleason <fredg@paravelsystems.com>
 | 
						|
;
 | 
						|
 | 
						|
[Identity]
 | 
						|
; This section is used to define the default shell account used to
 | 
						|
; run the Rivendell modules.
 | 
						|
Password=letmein
 | 
						|
AudioOwner=rd
 | 
						|
AudioGroup=users
 | 
						|
 | 
						|
[mySQL]
 | 
						|
; The connection parameters for the MySQL server.
 | 
						|
Hostname=localhost
 | 
						|
Loginname=rduser
 | 
						|
Password=letmein
 | 
						|
Database=Rivendell
 | 
						|
Driver=QMYSQL3
 | 
						|
 | 
						|
[Logs]
 | 
						|
; Set the method to be used for logging.  Possible values are:
 | 
						|
;  Syslog = Use the syslog facility.
 | 
						|
;    File = Log directly to a file.  See also the 'LogDirectory='
 | 
						|
;           and 'LogPattern=' parameters below.
 | 
						|
;    None = Don't generate logs at all.
 | 
						|
Facility=Syslog
 | 
						|
 | 
						|
; The directory to write logs to.  Used only if the 'Facility=' 
 | 
						|
; parameter is set to 'File'.
 | 
						|
LogDirectory=/home/rd/rdlogs
 | 
						|
 | 
						|
; The directory to to put core files in in the event of a daemon
 | 
						|
; crash.  For this to work, you must also configure your environment
 | 
						|
; to allow the generation of core dumps (e.g. 'ulimit -c unlimited').
 | 
						|
CoreDumpDirectory=/home/rd/rdlogs
 | 
						|
 | 
						|
; The name of the file to send logs to.  The following wildcards can
 | 
						|
; be used:
 | 
						|
;  %d - The day of the month (01 - 31)
 | 
						|
;  %h - The hour (00 - 23)
 | 
						|
;  %M - The month (01 - 12)
 | 
						|
;  %m - The minute (00 - 59)
 | 
						|
;  %n - The name of the originating module --e.g. 'rdairplay', 'caed'.
 | 
						|
;  %s - The second (00 - 60)
 | 
						|
;  %Y - The four digit year
 | 
						|
; This parameter is used only if the 'Facility=' parameter is set to
 | 
						|
; 'File'.
 | 
						|
LogPattern=%n-%Y%M%d.log
 | 
						|
 | 
						|
 | 
						|
[Alsa]
 | 
						|
; ALSA Parameters
 | 
						|
; (It should seldom be necessary to tweak these)
 | 
						|
PeriodQuantity=2
 | 
						|
PeriodSize=1024
 | 
						|
 | 
						|
; [SoftKeys]
 | 
						|
;
 | 
						|
; This section can be used to program the RDSoftKeys applet, or you
 | 
						|
; can use the --map-file=<filename> switch to configure multiple soft
 | 
						|
; key setups on the same host.
 | 
						|
; 
 | 
						|
; Columns=10
 | 
						|
;
 | 
						|
; Command1=hithlum.srlabs.loc:GO 3 1 1 0!
 | 
						|
; Legend1=Telos 1 ON
 | 
						|
; Color1=red
 | 
						|
; 
 | 
						|
; Command2=hithlum.srlabs.loc:GO 3 2 1 0!
 | 
						|
; Legend2=Telos 2 ON
 | 
						|
; Color2=red
 | 
						|
;
 | 
						|
 | 
						|
[Tuning]
 | 
						|
; This section defines the realtime parameters used when running
 | 
						|
; audio components.  Normally, these useful only for debugging.
 | 
						|
UseRealtime=Yes
 | 
						|
RealtimePriority=9
 | 
						|
 | 
						|
[Format]
 | 
						|
; These values are used only by the ALSA driver, to set the basic sample
 | 
						|
; rate to use when starting each sound card.  Gernerally, you want
 | 
						|
; this to match the rate used by files in your library, but some
 | 
						|
; cheapie cards will only work with certain rates [e.g. 48000] here.
 | 
						|
SampleRate=44100
 | 
						|
Channels=2
 | 
						|
 | 
						|
[Hacks]
 | 
						|
; If you are getting no output level meter indications with an older
 | 
						|
; ASI card (such as the ASI4215, ASI4113 or ASI4111), try uncommenting
 | 
						|
; the following line:
 | 
						|
; UseStreamMeters=Yes
 | 
						|
 | 
						|
;
 | 
						|
; Log Generation (old method, deprecated)
 | 
						|
;
 | 
						|
;  These sections are here strictly for backward compatibility.  See
 | 
						|
;  the [Logs] section for a much more powerful way to configure
 | 
						|
;  logging.
 | 
						|
;
 | 
						|
; [RDAirPlay]
 | 
						|
; Logfile=/home/rd/rdairplay.log
 | 
						|
;
 | 
						|
; [RDCatchd]
 | 
						|
; Logfile=/home/rd/rdcatchd.log
 | 
						|
;
 | 
						|
; [Ripcd]
 | 
						|
; Logfile=/home/rd/ripcd.log
 | 
						|
;
 | 
						|
; [Caed]
 | 
						|
; Logfile=/home/rd/caed.log
 | 
						|
; EnableMixerLogging=No
 |