mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-10-31 06:03:51 +01:00 
			
		
		
		
	* Fixed a bug in rdamin(1) that caused PyPAD instance data to fail to be cloned properly when creating a new host entry.
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|                   RDLIBRARY Table Layout for Rivendell
 | |
| 
 | |
| The RDLIBRARY table holds configuration data for the RDLibrary widget.
 | |
| 
 | |
| FIELD NAME           TYPE              REMARKS
 | |
| ------------------------------------------------------------------------------
 | |
| ID                   int(10) unsigned  * Primary key, Auto Increment
 | |
| STATION              varchar(64)       From STATIONS.NAME
 | |
| INPUT_CARD           int(11)           None=-1
 | |
| INPUT_TYPE           enum('A','D')
 | |
| OUTPUT_CARD          int(11)           None=-1
 | |
| OUTPUT_PORT          int(11)           None=-1
 | |
| VOX_THRESHOLD        int(11)           dBFS * 100
 | |
| TRIM_THRESHOLD       int(11)           dBFS * 100
 | |
| DEFAULT_FORMAT       int(10) unsigned  0 = PCM16, 1 = Layer-2, 2 = Layer-3
 | |
| DEFAULT_CHANNELS     int(10) unsigned 
 | |
| DEFAULT_LAYER        int(10) unsigned
 | |
| DEFAULT_BITRATE      int(10) unsigned
 | |
| DEFAULT_RECORD_MODE  int(10) unsigned  0 = Manual, 1 = VOX
 | |
| DEFAULT_TRIM_STATE   enum('Y','N')
 | |
| MAXLENGTH            int(11)           Max record length, in sec
 | |
| TAIL_PREROLL	     int(10) unsigned
 | |
| RIPPER_DEVICE        varchar(64)
 | |
| PARANOIA_LEVEL       int(11)
 | |
| RIPPER_LEVEL         int(11)
 | |
| CDDB_SERVER          varchar(64)
 | |
| READ_ISRC            enum('N','Y')
 | |
| ENABLE_EDITOR        enum('N','Y')
 | |
| SRC_CONVERTER        int(11)
 | |
| LIMIT_SEARCH         int(11)           0 = No, 1 = Yes, 2 = Previous
 | |
| SEARCH_LIMITED       enum('N','Y')
 |