mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-10 14:58:21 +02:00
2019-01-08 Fred Gleason <fredg@paravelsystems.com>
* Removed sample RLM configurations from 'conf/'.
This commit is contained in:
parent
15b8db9164
commit
399a6c678f
@ -18327,3 +18327,5 @@
|
||||
2019-01-08 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Renamed the 'pypad.Receiver::setCallback()' method to
|
||||
'pypad.Receiver::setPadCallback()'.
|
||||
2019-01-08 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed sample RLM configurations from 'conf/'.
|
||||
|
@ -1,8 +1,6 @@
|
||||
## automake.am
|
||||
## Makefile.am
|
||||
##
|
||||
## Top level automake.am for Rivendell
|
||||
##
|
||||
## (C) Copyright 2002-2016 Fred Gleason <fredg@paravelsystems.com>
|
||||
## (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License version 2 as
|
||||
@ -33,26 +31,7 @@ uninstall:
|
||||
EXTRA_DIST = asound.conf-sample\
|
||||
rd-bin.conf.in\
|
||||
rd.conf-sample\
|
||||
rivendell.pam\
|
||||
rlm_ando.conf\
|
||||
rlm_facebook.conf\
|
||||
rlm_filewrite.conf\
|
||||
rlm_icecast2.conf\
|
||||
rlm_inno713.conf\
|
||||
rlm_liqcomp.conf\
|
||||
rlm_padpoint.conf\
|
||||
rlm_serial.conf\
|
||||
rlm_shoutcast1.conf\
|
||||
rlm_spinitron_plus.conf\
|
||||
rlm_spottrap.conf\
|
||||
rlm_tagstation.conf\
|
||||
rlm_tunein.conf\
|
||||
rlm_twitter.conf\
|
||||
rlm_udp.conf\
|
||||
rlm_urlwrite.conf\
|
||||
rlm_walltime.conf\
|
||||
rlm_xds.conf\
|
||||
rlm_xmpad.conf
|
||||
rivendell.pam
|
||||
|
||||
CLEANFILES = *~
|
||||
DISTCLEANFILES = rdfeed.conf
|
||||
|
@ -1,124 +0,0 @@
|
||||
; rlm_ando.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_ando' module for
|
||||
; Rivendell, which can be used to output Now & Next data to one or more
|
||||
; ANDO Media Streaming systems, using one of the following formats:
|
||||
;
|
||||
; ^<artist>~<title>~<duration>~<group>~<album>~<cartnum>|
|
||||
; ^<artist>~<title>~<duration>~<group>~<cartnum>~<album>~<label>|
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per remote ANDO system is configured, starting with 'System1' and
|
||||
; working up consecutively
|
||||
[System1]
|
||||
|
||||
; IP Address
|
||||
;
|
||||
; The IP address of the remote ANDO port, in dotted-quad notation.
|
||||
IpAddress=192.168.10.29
|
||||
|
||||
; UDP Port
|
||||
;
|
||||
; The UDP port number of the remote ANDO system, in the range 0 - 65,535.
|
||||
UdpPort=5273
|
||||
|
||||
; Field Definitions. The string to use to populate the <title>, <artist>,
|
||||
; <album> and <label> fields sent to ANDO each time RDAirPlay changes play
|
||||
; state. These can include wildcards as placeholders for metadata values.
|
||||
;
|
||||
; The <label> field is optional, and should be left blank unless you know
|
||||
; that your specific ANDO configuration requires it.
|
||||
;
|
||||
; The following wildcards are available:
|
||||
;
|
||||
; Now Next Field
|
||||
; ----------------------------------------------
|
||||
; %n %N The Rivendell cart number
|
||||
; %h %H Event length (in milliseconds)
|
||||
; %g %G The Rivendell group name
|
||||
; %t %T Title
|
||||
; %a %A Artist
|
||||
; %l %L Album
|
||||
; %y %Y Year
|
||||
; %b %B Record Label
|
||||
; %c %C Client
|
||||
; %e %E Agency
|
||||
; %m %M Composer
|
||||
; %p %P Publisher
|
||||
; %r %R Conductor
|
||||
; %s %S Song ID
|
||||
; %u %U User Definied
|
||||
; %o %O Outcue
|
||||
; %i %I Description
|
||||
Title=%t
|
||||
Artist=%a
|
||||
Album=%l
|
||||
Label=
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output on this udp port. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlay's OnAir flag
|
||||
; is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional ANDO systems can be configured by adding new sections...
|
||||
;[System2]
|
||||
;IpAddress=192.168.10.22
|
||||
;UdpPort=6789
|
||||
;Title=%u
|
||||
;Artist=%a
|
||||
;Album=%p
|
||||
;Label=
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,59 +0,0 @@
|
||||
; rlm_facebook.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_facebook' module for
|
||||
; Rivendell, which can be used to output Now & Next data to one or more
|
||||
; Facebook accounts.
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
;
|
||||
; For information about Facebook, see http://www.facebook.com/.
|
||||
;
|
||||
; This module requires the curl(1) network transfer tool, included with most
|
||||
; Linux distros. It is also available at http://curl.haxx.se/.
|
||||
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per remote Facebook account is configured, starting with
|
||||
; 'Facebook1' and working up consecutively
|
||||
[Facebook1]
|
||||
|
||||
; E-Mail Address
|
||||
;
|
||||
; The e-mail address of the Facebook account to which to send updates.
|
||||
EmailAddress=someone@example.com
|
||||
|
||||
; Password
|
||||
;
|
||||
; The password of the Facebook account to which to send updates.
|
||||
Password=letmein
|
||||
|
||||
; Format String. The string to be output each time RDAirPlay changes
|
||||
; play state, including any wildcards as placeholders for metadata values.
|
||||
;
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
FormatString=Now playing "%t" by "%a"
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output to this account. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlays OnAir flag
|
||||
; is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
|
||||
|
||||
; Additional Facebook accounts can be configured by adding new sections...
|
||||
;[Facebook2]
|
||||
;EmailAddress=someoneelse@example.com
|
||||
;Password=letmein
|
||||
;FormatString=Artist: %a%r
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
@ -1,106 +0,0 @@
|
||||
; rlm_filewrite.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_filewrite' RLM for
|
||||
; Rivendell, which can be used to write one or more files on the local
|
||||
; system using Now & Next data.
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per file to be written should be configured, starting with
|
||||
; 'File1' and working up consecutively
|
||||
[File1]
|
||||
|
||||
; Filename
|
||||
;
|
||||
; The full path to the file to be written. The filename may contain filepath
|
||||
; wildcards as defined in Appendix C of the Rivendell Operations and
|
||||
; Administration Guide. The user running RDAirPlay must have write
|
||||
; permissions for this location.
|
||||
Filename=/tmp/rlm_filewrite.txt
|
||||
|
||||
; Append Mode
|
||||
;
|
||||
; If set to '0', the file will be completely overwritten with the contents
|
||||
; of each PAD update. If set to '1', each update will be appended to the
|
||||
; existing contents of the file.
|
||||
Append=0
|
||||
|
||||
; Format String. The string to be output each time RDAirPlay changes
|
||||
; play state, including any wildcards as placeholders for metadata values.
|
||||
;
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
FormatString=NOW: %d(ddd MMM d hh:mm:ss yyyy): %t - %a\nNEXT: %D(ddd MMM d hh:mm:ss yyyy): %T - %A\n
|
||||
|
||||
; Encoding. Defines the set of escapes to be applied to the PAD fields.
|
||||
; The following options are available:
|
||||
;
|
||||
; 0 - Perform no character escaping.
|
||||
; 1 - "XML" escaping: Escape reserved characters as per XML-v1.0
|
||||
; 2 - "Web" escaping: Escape reserved characters as per RFC 2396 Section 2.4
|
||||
Encoding=0
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output. If set to 'Onair', then
|
||||
; output will be generated only if RDAirPlays OnAir flag is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional files can be written by adding new sections...
|
||||
;
|
||||
;[File2]
|
||||
;Filename=/home/rd/foo2.txt
|
||||
;Append=1
|
||||
;FormatString=%t by %a\r\n
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,115 +0,0 @@
|
||||
; rlm_icecast2.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_icecast2' module for
|
||||
; Rivendell, which can be used to update the metadata on an IceCast2
|
||||
; mountpoint using Now & Next data.
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
;
|
||||
; This module requires the curl(1) network transfer tool, included with most
|
||||
; Linux distros. It is also available at http://curl.haxx.se/.
|
||||
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per Icecast2 mountpoint is configured, starting with
|
||||
; 'Icecast1' and working up consecutively
|
||||
[Icecast1]
|
||||
|
||||
; User Name
|
||||
;
|
||||
; The username of the Icecast2 account to which to send updates.
|
||||
Username=source
|
||||
|
||||
; Password
|
||||
;
|
||||
; The password of the Icecast2 account to which to send updates.
|
||||
Password=hackme
|
||||
|
||||
; Host Name
|
||||
;
|
||||
; The fully-qualified domain name or IP address of the Icecast2 server
|
||||
Hostname=icecast.example.com
|
||||
|
||||
; Host Port
|
||||
;
|
||||
; The TCP port number of the Icecast2 server
|
||||
Tcpport=8000
|
||||
|
||||
; Mountpoint
|
||||
;
|
||||
; The Icecast2 mountpoint
|
||||
Mountpoint=/audio.mp3
|
||||
|
||||
; Format String. The metadata to be sent each time RDAirPlay changes
|
||||
; play state, including any wildcards as placeholders for metadata values.
|
||||
;
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
FormatString=%t
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output to this account. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlays OnAir flag
|
||||
; is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional Icecast2 mountpoints can be configured by adding new sections...
|
||||
;[Icecast2]
|
||||
;Username=source
|
||||
;Password=letmein
|
||||
;Hostname=anotherone.example.com
|
||||
;Tcpport=80
|
||||
;Mountpoint=moreaudio.mp3
|
||||
;FormatString=%t by %a
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,150 +0,0 @@
|
||||
; rlm_inno713.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_inno713' module for
|
||||
; Rivendell, which can be used to output Now & Next data to one or more
|
||||
; Innovonics model 713 RDS encoders.
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per remote RDS unit is configured, starting with 'Rds1' and
|
||||
; working up consecutively
|
||||
[Rds1]
|
||||
|
||||
; Two methods of connecting to the unit are supported: TCP/IP or serial.
|
||||
;
|
||||
; *****************************************************************************
|
||||
; TCP/IP Connection Settings
|
||||
; IP Address
|
||||
;
|
||||
; The IP address of the UDP port to send updates to, in dotted-quad notation.
|
||||
; If using a serial connection, leave this entry blank!
|
||||
IpAddress=127.0.0.1
|
||||
|
||||
; UDP Port
|
||||
;
|
||||
; The UDP port number to send updates to, in the range 0 - 65,535.
|
||||
UdpPort=10001
|
||||
; *****************************************************************************
|
||||
|
||||
; *****************************************************************************
|
||||
; Serial Connection Settings
|
||||
;
|
||||
; The device file that corresponds to the serial device that is connected
|
||||
; to the unit. If using a TCP/IP connection, leave this entry blank!
|
||||
;Device=/dev/ttyS0
|
||||
|
||||
; Serial Baud Rate (in bps)
|
||||
Speed=9600
|
||||
|
||||
; Parity (0=none, 1=even, 2=odd)
|
||||
Parity=0
|
||||
|
||||
; Number of bits per data 'word'.
|
||||
WordSize=8
|
||||
; *****************************************************************************
|
||||
|
||||
; Output Strings. The PAD data to output each time RDAirPlay changes
|
||||
; play state, including any wildcards as placeholders for metadata values.
|
||||
; Three different RDS values can be set:
|
||||
;
|
||||
; PS -- the standard "static" RDS PS field.
|
||||
; Dynamic PS -- a special scrolling PS mode that allows strings longer than
|
||||
; eight characters to be displayed on RDS compliant radios.
|
||||
; See the model 713 manual for a discussion of the tradeoffs
|
||||
; between the two PS display modes.
|
||||
; Radiotext -- Standard RDS radiotext.
|
||||
;
|
||||
; The following wildcards are available:
|
||||
;
|
||||
; Now Next Field
|
||||
; ----------------------------------------------
|
||||
; %n %N The Rivendell cart number
|
||||
; %h %H Event length (in milliseconds)
|
||||
; %g %G The Rivendell group name
|
||||
; %t %T Title
|
||||
; %a %A Artist
|
||||
; %l %L Album
|
||||
; %y %Y Year
|
||||
; %b %B Record Label
|
||||
; %c %C Client
|
||||
; %e %E Agency
|
||||
; %m %M Composer
|
||||
; %p %P Publisher
|
||||
; %r %R Conductor
|
||||
; %s %S Song ID
|
||||
; %u %U User Definied
|
||||
; %o %O Outcue
|
||||
; %i %I Description
|
||||
PsString=PSPS
|
||||
DynamicPsString=%t
|
||||
RadiotextString=%a
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output on this udp port. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlays OnAir flag
|
||||
; is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional RDS encoders can be configured by adding new sections...
|
||||
;[Rds2]
|
||||
;IpAddress=192.168.10.22
|
||||
;UdpPort=6789
|
||||
;Device=/dev/ttyS0
|
||||
;Speed=9600
|
||||
;Parity=0
|
||||
;WordSize=8
|
||||
;PsString=
|
||||
;DynamicPsString=%t
|
||||
;RadiotextString=%a
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,118 +0,0 @@
|
||||
; rlm_liqcomp.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_liqcomp' module for
|
||||
; Rivendell, which can be used to output Now & Next data to one or more
|
||||
; Liquid Compass Internet streaming encoders, using the following format:
|
||||
;
|
||||
; |<title>|<artist>|<cart-num>|<length>|<group>|<album>|<label>|<lf>
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per remote encoder is configured, starting with 'System1' and
|
||||
; working up consecutively
|
||||
[System1]
|
||||
|
||||
; IP Address
|
||||
;
|
||||
; The IP address of the remote encoder, in dotted-quad notation.
|
||||
IpAddress=192.168.10.22
|
||||
|
||||
; UDP Port
|
||||
;
|
||||
; The UDP port number of the remote encoder, in the range 0 - 65,535.
|
||||
UdpPort=5273
|
||||
|
||||
; Field Definitions. The string to use to populate the <title>, <artist>,
|
||||
; <album> and <label> fields sent to the encoder each time RDAirPlay changes
|
||||
; play state. These can include wildcards as placeholders for metadata values.
|
||||
; The following wildcards are available:
|
||||
;
|
||||
; Now Next Field
|
||||
; ----------------------------------------------
|
||||
; %n %N The Rivendell cart number
|
||||
; %h %H Event length (in milliseconds)
|
||||
; %g %G The Rivendell group name
|
||||
; %t %T Title
|
||||
; %a %A Artist
|
||||
; %l %L Album
|
||||
; %y %Y Year
|
||||
; %b %B Record Label
|
||||
; %c %C Client
|
||||
; %e %E Agency
|
||||
; %m %M Composer
|
||||
; %p %P Publisher
|
||||
; %r %R Conductor
|
||||
; %s %S Song ID
|
||||
; %u %U User Definied
|
||||
; %o %O Outcue
|
||||
; %i %I Description
|
||||
Title=%t
|
||||
Artist=%a
|
||||
Album=%l
|
||||
Label=%b
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output on this udp port. If set
|
||||
; to 'Onair', then output will be generated only if the RDAirPlay OnAir flag
|
||||
; is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional encoders can be configured by adding new sections...
|
||||
;[System2]
|
||||
;IpAddress=192.168.10.22
|
||||
;UdpPort=6789
|
||||
;Title=%u
|
||||
;Artist=%a
|
||||
;Album=%p
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,107 +0,0 @@
|
||||
; rlm_live365.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_live365' module for
|
||||
; Rivendell, which can be used to update the metadata on an Shoutcast 1.x
|
||||
; server using Now & Next data.
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
;
|
||||
; This module requires the curl(1) network transfer tool, included with most
|
||||
; Linux distros. It is also available at http://curl.haxx.se/.
|
||||
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per Live365 station is configured, starting with
|
||||
; 'Station1' and working up consecutively
|
||||
[Station1]
|
||||
|
||||
|
||||
; MemberName
|
||||
;
|
||||
; The member name of the Live365 station to which to send updates.
|
||||
MemberName=my_station
|
||||
|
||||
|
||||
; Password
|
||||
;
|
||||
; The password of the Live365 station to which to send updates.
|
||||
Password=changeme
|
||||
|
||||
|
||||
; Metadata String. The metadata fields to be sent each time RDAirPlay changes
|
||||
; play state, including any wildcards as placeholders for metadata values.
|
||||
;
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
TitleString=%t
|
||||
ArtistString=%a
|
||||
AlbumString=%l
|
||||
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output to this station. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlays OnAir flag
|
||||
; is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional Live365 stations can be configured by adding new
|
||||
; sections...
|
||||
;
|
||||
;[Station2]
|
||||
;MemberName=your_station
|
||||
;Password=changeme
|
||||
;TitleString=%t
|
||||
;ArtistString=%a
|
||||
;AlbumString=%l
|
||||
;MasterLog=No
|
||||
;Aux1Log=Yes
|
||||
;Aux2Log=No
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,84 +0,0 @@
|
||||
; rlm_padpoint.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_padpoint' module for
|
||||
; Rivendell, which can be used to output Now & Next data to one or more
|
||||
; PadPoint PAD processors.
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per remote UDP port is configured, starting with 'PadPoint1' and
|
||||
; working up consecutively
|
||||
[PadPoint1]
|
||||
|
||||
; IP Address
|
||||
;
|
||||
; The IP address of the remote PadPoint UDP port, in dotted-quad notation.
|
||||
IpAddress=127.0.0.1
|
||||
|
||||
; UDP Port
|
||||
;
|
||||
; The UDP port number of the remote PadPoint UDP port, in the range 0 - 65,535.
|
||||
UdpPort=3355
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output on this udp port. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlays OnAir flag
|
||||
; is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional UDP destinations can be configured by adding new sections...
|
||||
;[Udp2]
|
||||
;IpAddress=192.168.10.22
|
||||
;UdpPort=6789
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,122 +0,0 @@
|
||||
; rlm_serial.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_serial' module for
|
||||
; Rivendell, which can be used to output Now & Next data via one or more
|
||||
; serial ports.
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
;
|
||||
; NOTE: The serial ports configured here have NOTHING TO DO with the
|
||||
; ports configured in RDAdmin! These ports are used strictly by the
|
||||
; 'rlm_serial' plugin, and will not be usable by any other Rivendell
|
||||
; component.
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One per serial device to be configured, starting with 'Serial1' and
|
||||
; working up consecutively
|
||||
[Serial1]
|
||||
|
||||
; Serial Device
|
||||
;
|
||||
; The device file that corresponds to the serial device.
|
||||
Device=/dev/ttyS0
|
||||
|
||||
; Serial Baud Rate (in bps)
|
||||
Speed=9600
|
||||
|
||||
; Parity (0=none, 1=even, 2=odd)
|
||||
Parity=0
|
||||
|
||||
; Number of bits per data 'word'.
|
||||
WordSize=8
|
||||
|
||||
; Format String. The string to be output each time RDAirPlay changes
|
||||
; play state, including any wildcards as placeholders for metadata values.
|
||||
;
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
FormatString=NOW: %d(ddd MMM d hh:mm:ss yyyy): %t - %a\nNEXT: %D(ddd MMM d hh:mm:ss yyyy): %T - %A\n
|
||||
|
||||
; Encoding. Defines the set of escapes to be applied to the PAD fields.
|
||||
; The following options are available:
|
||||
;
|
||||
; 0 - Perform no character escaping.
|
||||
; 1 - "XML" escaping: Escape reserved characters as per XML-v1.0
|
||||
; 2 - "Web" escaping: Escape reserved characters as per RFC 2396 Section 2.4
|
||||
Encoding=0
|
||||
|
||||
; Null Update Handling. Defines how 'null' updates --i.e. those with a cart
|
||||
; number of '0' -- should be handled.
|
||||
;
|
||||
; 0 - Process all updates regardless of cart values.
|
||||
; 1 - Process update only if the 'now' cart is not null.
|
||||
; 2 - Process update only if the 'next' cart is not null.
|
||||
; 3 - Process update only if both the 'now' and 'next' carts are not null.
|
||||
ProcessNullUpdates=0
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output on this serial port. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlay's OnAir flag
|
||||
; is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional serial ports can be configured by adding new sections...
|
||||
;[Serial2]
|
||||
;Device=/dev/ttyS1
|
||||
;Speed=9600
|
||||
;Parity=0
|
||||
;WordSize=8
|
||||
;FormatString=%t
|
||||
;ProcessNullUpdates=0
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,105 +0,0 @@
|
||||
; rlm_shoutcast1.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_shoutcast1' module for
|
||||
; Rivendell, which can be used to update the metadata on an Shoutcast 1.x
|
||||
; server using Now & Next data.
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
;
|
||||
; This module requires the curl(1) network transfer tool, included with most
|
||||
; Linux distros. It is also available at http://curl.haxx.se/.
|
||||
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per Shoutcast server instance is configured, starting with
|
||||
; 'Shoutcast1' and working up consecutively
|
||||
[Shoutcast1]
|
||||
|
||||
; Password
|
||||
;
|
||||
; The password of the Shoutcast server instance to which to send updates.
|
||||
Password=changeme
|
||||
|
||||
; Host Name
|
||||
;
|
||||
; The fully-qualified domain name or IP address of the Shoutcast server
|
||||
Hostname=shoutcast.example.com
|
||||
|
||||
; Host Port
|
||||
;
|
||||
; The TCP port number of the Shoutcast server
|
||||
Tcpport=8000
|
||||
|
||||
; Format String. The metadata to be sent each time RDAirPlay changes
|
||||
; play state, including any wildcards as placeholders for metadata values.
|
||||
;
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
FormatString=%t
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output to this account. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlays OnAir flag
|
||||
; is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional Shoutcast server instances can be configured by adding new
|
||||
; sections...
|
||||
;
|
||||
;[Shoutcast2]
|
||||
;Password=letmein
|
||||
;Hostname=anotherone.example.com
|
||||
;Tcpport=80
|
||||
;FormatString=%t by %a
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,183 +0,0 @@
|
||||
; rlm_spinitron_plus.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_spinitron_plus' module
|
||||
; for Rivendell, which can be used log Now & Next data to the Spinitron
|
||||
; online playlist service [http://www.spinitron.com].
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
;
|
||||
; This module requires the curl(1) network transfer tool, included with most
|
||||
; Linux distros. It is also available at http://curl.haxx.se/.
|
||||
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per Spinitron account is configured, starting with
|
||||
; 'Spinitron1' and working up consecutively
|
||||
[Spinitron1]
|
||||
|
||||
; MajorVersion
|
||||
;
|
||||
; The major version of the Spinitron API to be used. Choices are '1'
|
||||
; or '2'.
|
||||
MajorVersion=1
|
||||
|
||||
; Station;
|
||||
;
|
||||
; The station to be used for the Spinitron account to which to log the
|
||||
; play-out.
|
||||
Station=wxyz
|
||||
|
||||
; Username
|
||||
;
|
||||
; Username for the Spinitron account to which to log the play-out.
|
||||
Username=user@example.com
|
||||
|
||||
; Password
|
||||
;
|
||||
; The password of the Spinitron account to which to log the play-out.
|
||||
Password=changeme
|
||||
|
||||
; APIKey
|
||||
;
|
||||
; API key for the Spinitron v2 account to which to log the play-out.
|
||||
; (This setting is only needed for Spinitron major version 2).
|
||||
APIKey=change_me_please
|
||||
|
||||
; PlaylistMode
|
||||
;
|
||||
; Set the Spinitron playlist mode to use when sending updates.
|
||||
;
|
||||
; (For a discussion of the implications of this setting on your
|
||||
; Spinitron playlists, see Section 3.2 of the 'Spinitron Automation
|
||||
; Integration' document, available from Spinitron).
|
||||
;
|
||||
; The following options are recognized:
|
||||
;
|
||||
; Full - Always use the Spinitron 'Full Automation' mode.
|
||||
; Assist - Always use the Spinitron 'Live Assist' mode.
|
||||
; Follow - Use the Spinitron 'Full Automation' mode when RDAirPlay
|
||||
; is in Automatic, otherwise use the Spinitron 'Live Assist' mode.
|
||||
PlaylistMode=Follow
|
||||
|
||||
; Title. The string to be sent as the 'Title' field for each update,
|
||||
; including any wildcards as placeholders for metadata values.
|
||||
; The following wildcards are available:
|
||||
;
|
||||
; Now Next Field
|
||||
; ----------------------------------------------
|
||||
; %n %N The Rivendell cart number
|
||||
; %h %H Event length (in milliseconds)
|
||||
; %g %G The Rivendell group name
|
||||
; %t %T Title
|
||||
; %a %A Artist
|
||||
; %l %L Album
|
||||
; %y %Y Year
|
||||
; %b %B Record Label
|
||||
; %c %C Client
|
||||
; %e %E Agency
|
||||
; %m %M Composer
|
||||
; %p %P Publisher
|
||||
; %r %R Conductor
|
||||
; %s %S Song ID
|
||||
; %u %U User Definied
|
||||
; %o %O Outcue
|
||||
; %i %I Description
|
||||
Title=%t
|
||||
|
||||
; Artist. The string to be sent as the 'Artist' field for each update,
|
||||
; including any wildcards as placeholders for metadata values.
|
||||
; (See the 'Title' section above for a list of available wildcards).
|
||||
Artist=%a
|
||||
|
||||
; Album. The string to be sent as the 'Album' field for each update,
|
||||
; including any wildcards as placeholders for metadata values.
|
||||
; (See the 'Title' section above for a list of available wildcards).
|
||||
Album=%l
|
||||
|
||||
; Label. The string to be sent as the 'Label' field for each update,
|
||||
; including any wildcards as placeholders for metadata values.
|
||||
; (See the 'Title' section above for a list of available wildcards).
|
||||
Label=%b
|
||||
|
||||
; Composer. The string to be sent as the 'Composer' field for each update,
|
||||
; including any wildcards as placeholders for metadata values.
|
||||
; (See the 'Title' section above for a list of available wildcards).
|
||||
Composer=%m
|
||||
|
||||
; Notes. The string to be sent as the 'Notes' field for each update,
|
||||
; including any wildcards as placeholders for metadata values.
|
||||
; (See the 'Title' section above for a list of available wildcards).
|
||||
Notes=%u
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output to this account. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlays OnAir flag
|
||||
; is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional Spinitron instances can be configured by adding new
|
||||
; sections...
|
||||
;
|
||||
;[Spinitron2]
|
||||
;MajorVersion=2
|
||||
;Station=abcd
|
||||
;Username=metoo
|
||||
;Password=letmein
|
||||
;APIKey=some_different_key
|
||||
;Title=%t
|
||||
;Artist=%a
|
||||
;Album=%l
|
||||
;Label=%b
|
||||
;Composer=%m
|
||||
;Notes=%u
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,129 +0,0 @@
|
||||
; rlm_spottrap.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_spottrap' module for
|
||||
; Rivendell, which can be used to output Now & Next data to one or more
|
||||
; remote UDP ports on the basis of Group and Length.
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
;
|
||||
; Module configuration consists of a list of rules, each of which consists
|
||||
; in turn with a set of filter parameters and actions. Each PAD update is
|
||||
; compared against the filter parameters of each rule. If the filter matches,
|
||||
; then the rule actions are performed.
|
||||
;
|
||||
|
||||
; Rule Header
|
||||
;
|
||||
; One section per rule is configured, starting with 'Rule1' and
|
||||
; working up consecutively
|
||||
[Rule1]
|
||||
|
||||
; FILTER PARAMETERS
|
||||
;
|
||||
; Group Name
|
||||
;
|
||||
; The name of the Rivendell group to match.
|
||||
GroupName=BEDS
|
||||
|
||||
; Minimum Length
|
||||
;
|
||||
; The minimum length, in milliseconds. A PAD update with a Length of less
|
||||
; than this value will not be matched.
|
||||
MinimumLength=0
|
||||
|
||||
; Maximum Length
|
||||
; The maximum length, in milliseconds. A PAD update with a Length of more
|
||||
; than this value will not be matched.
|
||||
MaximumLength=10000000
|
||||
|
||||
; ACTION PARAMETERS
|
||||
;
|
||||
; IP Address
|
||||
;
|
||||
; The IP address of the remote UDP port, in dotted-quad notation.
|
||||
IpAddress=192.168.10.30
|
||||
|
||||
; UDP Port
|
||||
;
|
||||
; The UDP port number of the remote UDP port, in the range 0 - 65,535.
|
||||
UdpPort=5859
|
||||
|
||||
; Format String. The string to be output each time RDAirPlay changes
|
||||
; play state, including any wildcards as placeholders for metadata values.
|
||||
;
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
FormatString=DX 1 %h!
|
||||
|
||||
; Default Format String. Similar to the 'FormatString=' parameter described
|
||||
; above, but this string is output when the rule *doesn't* match. All of
|
||||
; the wildcards described in the 'FormatString=' section apply here as well.
|
||||
DefaultFormatString=DX 1 0!
|
||||
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output on this udp port. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlay's OnAir flag
|
||||
; is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional Rules can be configured by adding new sections...
|
||||
;[Rule2]
|
||||
;GroupName=TEST
|
||||
;MinimumLength=0
|
||||
;MaximumLength=1000000
|
||||
;FormatString=Artist: %a%r
|
||||
;DefaultFormatString=Artist: %a%r
|
||||
;IpAddress=192.168.10.30
|
||||
;UdpPort=6789
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,135 +0,0 @@
|
||||
; rlm_tagstation.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_tagstation' module for
|
||||
; Rivendell, which can be used to update Now & Next data on a TagStation
|
||||
; instance.
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
;
|
||||
; This module requires the curl(1) network transfer tool, included with most
|
||||
; Linux distros. It is also available at http://curl.haxx.se/.
|
||||
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per Icecast2 mountpoint is configured, starting with
|
||||
; 'TagStation1' and working up consecutively
|
||||
[TagStation1]
|
||||
|
||||
; Client ID
|
||||
;
|
||||
; The Client ID of the TagStation account to which to send updates.
|
||||
ClientId=some_client
|
||||
|
||||
; Password
|
||||
;
|
||||
; The password of the TagStation account to which to send updates.
|
||||
Password=hackme
|
||||
|
||||
; TitleString. The metadata to be sent as the 'Title' field each time
|
||||
; RDAirPlay changes play state, including any wildcards as placeholders for
|
||||
; metadata values.
|
||||
;
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
TitleString=%t
|
||||
|
||||
; ArtistString. The metadata to be sent as the 'Artist' field each time
|
||||
; RDAirPlay changes play state, including any wildcards as placeholders for
|
||||
; metadata values.
|
||||
;
|
||||
ArtistString=%a
|
||||
|
||||
; AlbumString. The metadata to be sent as the 'Album' field each time
|
||||
; RDAirPlay changes play state, including any wildcards as placeholders for
|
||||
; metadata values.
|
||||
;
|
||||
AlbumString=%l
|
||||
|
||||
; TagStation Categories. Each update to TagStation must be labeled as being
|
||||
; one of three possible categories. Each Rivendell Group can be assigned
|
||||
; one of the three categories here. The categories are:
|
||||
;
|
||||
; Advertisements
|
||||
; Music
|
||||
; Promotions
|
||||
;
|
||||
; If a group does not appear on one of the following lists, it will be
|
||||
; automatically labeled as being in the 'Promotions' category.
|
||||
;
|
||||
; Multiple groups may be assigned to each category, separated by commas.
|
||||
; No whitespace!
|
||||
;
|
||||
CategoryAdvertisement=TRAFFIC
|
||||
CategoryMusic=MUSIC
|
||||
CategoryPromotion=PROMOS
|
||||
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output to this instance. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlays OnAir flag
|
||||
; is active.
|
||||
;
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional TagStation instances can be configured by adding new sections...
|
||||
;[TagStation2]
|
||||
;ClientId=another_customer
|
||||
;Password=letmein
|
||||
;TitleString=%t
|
||||
;ArtistString=%a
|
||||
;AlbumString=%l
|
||||
;CategoryAdvertisement=TRAFFIC,PROMOS
|
||||
;CategoryGapLookup=
|
||||
;CategoryMusic=MUSIC
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,114 +0,0 @@
|
||||
; rlm_tunein.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_tunein' module for
|
||||
; Rivendell, which can be used to update the metadata on an Shoutcast 1.x
|
||||
; server using Now & Next data.
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
;
|
||||
; This module requires the curl(1) network transfer tool, included with most
|
||||
; Linux distros. It is also available at http://curl.haxx.se/.
|
||||
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per TuneIn station is configured, starting with
|
||||
; 'Station1' and working up consecutively
|
||||
[Station1]
|
||||
|
||||
|
||||
; StationID
|
||||
;
|
||||
; The Station ID of the TuneIn station to which to send updates.
|
||||
StationID=s123456
|
||||
|
||||
|
||||
; PartnerID
|
||||
;
|
||||
; The Partner ID of the TuneIn station to which to send updates.
|
||||
PartnerID=changeme
|
||||
|
||||
|
||||
; PartnerKey
|
||||
;
|
||||
; The Partner Key of the TuneIn station to which to send updates.
|
||||
PartnerKey=changeme
|
||||
|
||||
|
||||
; Metadata String. The metadata fields to be sent each time RDAirPlay changes
|
||||
; play state, including any wildcards as placeholders for metadata values.
|
||||
;
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
TitleString=%t
|
||||
ArtistString=%a
|
||||
AlbumString=%l
|
||||
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output to this station. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlays OnAir flag
|
||||
; is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional TuneIn stations can be configured by adding new
|
||||
; sections...
|
||||
;
|
||||
;[Station2]
|
||||
;StationID=s654321
|
||||
;PartnerID=changeme
|
||||
;PartnerKey=changeme
|
||||
;TitleString=%t
|
||||
;ArtistString=%a
|
||||
;AlbumString=%l
|
||||
;MasterLog=No
|
||||
;Aux1Log=Yes
|
||||
;Aux2Log=No
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,59 +0,0 @@
|
||||
; rlm_twitter.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_twitter' module for
|
||||
; Rivendell, which can be used to output Now & Next data to one or more
|
||||
; Twitter accounts.
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
;
|
||||
; For information about the Twitter service, see http://www.twitter.com/.
|
||||
;
|
||||
; This module requires the curl(1) network transfer tool, included with most
|
||||
; Linux distros. It is also available at http://curl.haxx.se/.
|
||||
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per remote Twitter account is configured, starting with
|
||||
; 'Twitter1' and working up consecutively
|
||||
[Twitter1]
|
||||
|
||||
; E-Mail Address
|
||||
;
|
||||
; The e-mail address of the Twitter account to which to send updates.
|
||||
EmailAddress=someone@example.com
|
||||
|
||||
; Password
|
||||
;
|
||||
; The password of the Twitter account to which to send updates.
|
||||
Password=letmein
|
||||
|
||||
; Format String. The string to be output each time RDAirPlay changes
|
||||
; play state, including any wildcards as placeholders for metadata values.
|
||||
;
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
FormatString=Now playing "%t" by "%a"
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output to this account. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlays OnAir flag
|
||||
; is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
|
||||
|
||||
; Additional Twitter accounts can be configured by adding new sections...
|
||||
;[Twitter2]
|
||||
;EmailAddress=someoneelse@example.com
|
||||
;Password=letmein
|
||||
;FormatString=Artist: %a%r
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
@ -1,111 +0,0 @@
|
||||
; rlm_udp.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_udp' module for
|
||||
; Rivendell, which can be used to output Now & Next data to one or more
|
||||
; remote UDP ports.
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per remote UDP port is configured, starting with 'Udp1' and
|
||||
; working up consecutively
|
||||
[Udp1]
|
||||
|
||||
; IP Address
|
||||
;
|
||||
; The IP address of the remote UDP port, in dotted-quad notation.
|
||||
IpAddress=127.0.0.1
|
||||
|
||||
; UDP Port
|
||||
;
|
||||
; The UDP port number of the remote UDP port, in the range 0 - 65,535.
|
||||
UdpPort=1234
|
||||
|
||||
; Format String. The string to be output each time RDAirPlay changes
|
||||
; play state, including any wildcards as placeholders for metadata values.
|
||||
;
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
FormatString=NOW: %d(ddd MMM d hh:mm:ss yyyy): %t - %a\nNEXT: %D(ddd MMM d hh:mm:ss yyyy): %T - %A\n
|
||||
|
||||
; Encoding. Defines the set of escapes to be applied to the PAD fields.
|
||||
; The following options are available:
|
||||
;
|
||||
; 0 - Perform no character escaping.
|
||||
; 1 - "XML" escaping: Escape reserved characters as per XML-v1.0
|
||||
; 2 - "Web" escaping: Escape reserved characters as per RFC 2396 Section 2.4
|
||||
Encoding=0
|
||||
|
||||
; Null Update Handling. Defines how 'null' updates --i.e. those with a cart
|
||||
; number of '0' -- should be handled.
|
||||
;
|
||||
; 0 - Process all updates regardless of cart values.
|
||||
; 1 - Process update only if the 'now' cart is not null.
|
||||
; 2 - Process update only if the 'next' cart is not null.
|
||||
; 3 - Process update only if both the 'now' and 'next' carts are not null.
|
||||
ProcessNullUpdates=0
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output on this udp port. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlays OnAir flag
|
||||
; is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional UDP destinations can be configured by adding new sections...
|
||||
;[Udp2]
|
||||
;FormatString=Artist: %a%r
|
||||
;IpAddress=192.168.10.22
|
||||
;UdpPort=6789
|
||||
;ProcessNullUpdates=0
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,114 +0,0 @@
|
||||
; rlm_urlwrite.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_urlwrite' RLM for
|
||||
; Rivendell, which can be used to send one or more files to a local or
|
||||
; remote system using Now & Next data.
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per file to be written should be configured, starting with
|
||||
; 'File1' and working up consecutively
|
||||
[Url1]
|
||||
|
||||
; Url
|
||||
;
|
||||
; The URL to which to send the file. The follow URL schemes are recognized:
|
||||
; file://
|
||||
; ftp://
|
||||
; http:// (uses the PUT method)
|
||||
; sftp://
|
||||
;
|
||||
Url=sftp://server.example.com/myfile.txt
|
||||
|
||||
; Username
|
||||
;
|
||||
; The username to be used when authenticating to the remote server.
|
||||
;
|
||||
Username=someuser
|
||||
|
||||
; Password
|
||||
;
|
||||
; The password to be used when authenticating to the remote server.
|
||||
Password=hackme
|
||||
|
||||
; Format String. The string to be sent each time RDAirPlay changes
|
||||
; play state, including any wildcards as placeholders for metadata values.
|
||||
;
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
FormatString=NOW: %d(ddd MMM d hh:mm:ss yyyy): %t - %a\nNEXT: %D(ddd MMM d hh:mm:ss yyyy): %T - %A\n
|
||||
|
||||
; Encoding. Defines the set of escapes to be applied to the PAD fields.
|
||||
; The following options are available:
|
||||
;
|
||||
; 0 - Perform no character escaping.
|
||||
; 1 - "XML" escaping: Escape reserved characters as per XML-v1.0
|
||||
; 2 - "Web" escaping: Escape reserved characters as per RFC 2396 Section 2.4
|
||||
Encoding=0
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output. If set to 'Onair', then
|
||||
; output will be generated only if RDAirPlays OnAir flag is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional files can be written by adding new sections...
|
||||
;
|
||||
;[Url2]
|
||||
;Url=file:///home/rd/somefile.txt
|
||||
;Username=janedoe
|
||||
;Password=crackme
|
||||
;FormatString=%t by %a\r\n
|
||||
;Encoding=0
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,95 +0,0 @@
|
||||
; rlm_walltime.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_walltime' module for
|
||||
; Rivendell, which can be used to output Now & Next data to one or more
|
||||
; Walltime clocks.
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per remote UDP port is configured, starting with 'Udp1' and
|
||||
; working up consecutively
|
||||
[Walltime1]
|
||||
|
||||
; IP Address
|
||||
;
|
||||
; The IP address of the Walltime clock, in dotted-quad notation.
|
||||
IpAddress=192.168.21.100
|
||||
|
||||
; Password
|
||||
;
|
||||
; The password to use when sending HTML updates.
|
||||
Password=crackme
|
||||
|
||||
; Format String. The template for the HTML sent to the Walltime web display
|
||||
; each time RDAirPlay changes play state, including any wildcards as
|
||||
; placeholders for metadata values.
|
||||
;
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
FormatString=<body bgcolor="#000000"><table cellspacing="2" cellpadding="2" border="0"><tr><td> </td></tr><tr><td> </td></tr><tr><td><font size="6" color="white">%t</font></td></tr><tr><td> </td></tr><tr><td><font size="5" color="red">%a</font><td></tr></table></body>
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output on this udp port. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlays OnAir flag
|
||||
; is active.
|
||||
;
|
||||
MasterLog=Yes
|
||||
Aux1Log=No
|
||||
Aux2Log=No
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional UDP destinations can be configured by adding new sections...
|
||||
;[Walltime2]
|
||||
;FormatString=Artist: %a
|
||||
;IpAddress=192.168.10.22
|
||||
;UdpPort=6060
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,98 +0,0 @@
|
||||
; rlm_xds.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_xds' module for
|
||||
; Rivendell, which can be used to output ISCI data for a Citidel X-Digital
|
||||
; Vantive system via UDP.
|
||||
;
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per Vantive UDP port is configured, starting with 'Udp1' and
|
||||
; working up consecutively
|
||||
[Udp1]
|
||||
|
||||
; IP Address
|
||||
;
|
||||
; The IP address of the remote UDP port, in dotted-quad notation.
|
||||
IpAddress=192.168.20.15
|
||||
|
||||
; UDP Port
|
||||
;
|
||||
; The UDP port number of the remote UDP port, in the range 0 - 65,535.
|
||||
UdpPort=1234
|
||||
|
||||
; TTY Device
|
||||
;
|
||||
; Use the specified TTY device instead of UDP to send CICs.
|
||||
TtyDevice=/dev/ttyS0
|
||||
TtySpeed=19200
|
||||
|
||||
; ISCI Prefix
|
||||
;
|
||||
; The string to prepend to transmitted ISCI code strings.
|
||||
;
|
||||
IsciPrefix=TEST_
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output on this port. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlays OnAir flag
|
||||
; is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional Vantive destinations can be configured by adding new sections...
|
||||
;[Udp2]
|
||||
;IpAddress=192.168.10.22
|
||||
;UdpPort=6789
|
||||
;TtyDevice=/dev/ttyS1
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
@ -1,121 +0,0 @@
|
||||
; rlm_xmpad.conf
|
||||
;
|
||||
; This is the sample configuration file for the 'rlm_xmpad' module for
|
||||
; Rivendell, which can be used to output Now & Next data for an XM
|
||||
; Satellite Radio channel.
|
||||
;
|
||||
; To enable this module, add it to the 'Loadable Modules' list in
|
||||
; RDAdmin->ManageHosts->RDAirPlay->ConfigureNow&Next. The 'Argument'
|
||||
; field should point to the location of this file.
|
||||
;
|
||||
; NOTE: The serial ports configured here have NOTHING TO DO with the
|
||||
; ports configured in RDAdmin! These ports are used strictly by the
|
||||
; 'rlm_serial' plugin, and will not be usable by any other Rivendell
|
||||
; component.
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One per serial device to be configured, starting with 'Serial1' and
|
||||
; working up consecutively
|
||||
[Serial1]
|
||||
|
||||
; Serial Device
|
||||
;
|
||||
; The device file that corresponds to the serial device.
|
||||
Device=/dev/ttyS0
|
||||
|
||||
; Serial Baud Rate (in bps)
|
||||
Speed=4800
|
||||
|
||||
; Parity (0=none, 1=even, 2=odd)
|
||||
Parity=0
|
||||
|
||||
; Number of bits per data 'word'.
|
||||
WordSize=8
|
||||
|
||||
; Program ID
|
||||
; A unique integer value, assigned by XM
|
||||
ProgramID=1000000005
|
||||
|
||||
; Format Strings. There is one for each line of PAD data (total=2).
|
||||
; The string is output each time RDAirPlay changes
|
||||
; play state, including any wildcards as placeholders for metadata values.
|
||||
;
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
FormatString1=%c
|
||||
FormatString2=%e
|
||||
|
||||
; Display Size. The maximum length of text to be sent for each line.
|
||||
DisplaySize1=8
|
||||
DisplaySize2=10
|
||||
|
||||
; Record Flag. Set to 'Yes' to allow recording, or 'No' to disable.
|
||||
Recording=Yes
|
||||
|
||||
; Heartbeat Interval. Should normally be set to '30'.
|
||||
HeartbeatInterval=30
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
; state changes on that log should be output on this serial port. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlay's OnAir flag
|
||||
; is active.
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
VLog104=No
|
||||
VLog105=No
|
||||
VLog106=No
|
||||
VLog107=No
|
||||
VLog108=No
|
||||
VLog109=No
|
||||
VLog110=No
|
||||
VLog111=No
|
||||
VLog112=No
|
||||
VLog113=No
|
||||
VLog114=No
|
||||
VLog115=No
|
||||
VLog116=No
|
||||
VLog117=No
|
||||
VLog118=No
|
||||
VLog119=No
|
||||
VLog120=No
|
||||
|
||||
|
||||
; Additional serial ports can be configured by adding new sections...
|
||||
;[Serial2]
|
||||
;Device=/dev/ttyS1
|
||||
;Speed=4800
|
||||
;Parity=0
|
||||
;WordSize=8
|
||||
;FormatString1=%t
|
||||
;FormatString2=%a
|
||||
;MasterLog=Yes
|
||||
;Aux1Log=No
|
||||
;Aux2Log=Onair
|
||||
;VLog101=No
|
||||
;VLog102=No
|
||||
;VLog103=No
|
||||
;VLog104=No
|
||||
;VLog105=No
|
||||
;VLog106=No
|
||||
;VLog107=No
|
||||
;VLog108=No
|
||||
;VLog109=No
|
||||
;VLog110=No
|
||||
;VLog111=No
|
||||
;VLog112=No
|
||||
;VLog113=No
|
||||
;VLog114=No
|
||||
;VLog115=No
|
||||
;VLog116=No
|
||||
;VLog117=No
|
||||
;VLog118=No
|
||||
;VLog119=No
|
||||
;VLog120=No
|
Loading…
x
Reference in New Issue
Block a user