mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2017-11-07 Fred Gleason <fredg@paravelsystems.com>
* Removed 'docs/NOW+NEXT.txt'. * Removed 'docs/WIN32.txt'. * Removed 'docs/copy_split_format.odt'. * Moved remaining unformatted notes to 'docs/misc/.
This commit is contained in:
@@ -24,23 +24,9 @@ if DOCBOOK_AM
|
||||
endif
|
||||
|
||||
SUBDIRS = $(DOCBOOK_AM_OPT) examples\
|
||||
misc\
|
||||
tables
|
||||
|
||||
EXTRA_DIST = ALSA.txt\
|
||||
ando_interface.odt\
|
||||
asound.conf-sample\
|
||||
colors\
|
||||
copy_split_format.odt\
|
||||
NOW+NEXT.txt\
|
||||
pam_rd.txt\
|
||||
PODCASTING.txt\
|
||||
RDMONITOR.txt\
|
||||
reports.txt\
|
||||
SAGE_ENDEC.txt\
|
||||
scheduler_formats.ods\
|
||||
WIN32.txt
|
||||
|
||||
|
||||
CLEANFILES = *~
|
||||
MAINTAINERCLEANFILES = *~\
|
||||
aclocal.m4\
|
||||
|
@@ -1,57 +0,0 @@
|
||||
CONFIGURING NOW & NEXT IN RIVENDELL
|
||||
|
||||
SCOPE
|
||||
Rivendell has the ability to automatically send information regarding
|
||||
the current and next-to-play events in RDAirPlay logs to external
|
||||
systems (such as RDS/RDBS encoders or web servers) using TCP/IP UDP
|
||||
datagrams. This capability is referred to in Rivendell as 'Now &
|
||||
Next'. This document provides some pointers on setting up this
|
||||
capability.
|
||||
|
||||
CONFIGURATION
|
||||
Now and Next is configured in RDAdmin->ManageHosts->RDAirPlay.
|
||||
Pressing the 'Configure Now & Next Parameters' button here will open a
|
||||
dialog. Each RDAirPlay log machine can be seperately configured, as
|
||||
follows:
|
||||
|
||||
IP ADDRESS: The IP address, in dotted-quad notation, to which
|
||||
packets should be sent.
|
||||
|
||||
UDP PORT: The UDP port number to which packets should be sent.
|
||||
|
||||
UDP STRING: The contents of the update string. The following
|
||||
placeholder macros can be used, which will be replaced
|
||||
appropriately when a packet is sent:
|
||||
|
||||
%n - The currently-playing CART NUMBER
|
||||
%g - The currently-playing GROUP NAME
|
||||
%t - The currently-playing TITLE field
|
||||
%a - The currently-playing ARTIST field
|
||||
%l - The currently-playing ALBUM field
|
||||
%y - The currently-playing YEAR field
|
||||
%b - The currently-playing LABEL field
|
||||
%c - The currently-playing CLIENT field
|
||||
%e - The currently-playing AGENCY field
|
||||
%u - The currently-playing USER DEFINED field
|
||||
%h - The length of the currently playing cut, in mS.
|
||||
%r - A "Unix" style newline (naked ASCII 10)
|
||||
%R - An "MS-DOS" style newsline (ASCII 13/10)
|
||||
%% - A literal '%'.
|
||||
|
||||
Additionally, with the exception of the '%r', '%R' and '%%'
|
||||
placeholders, the corresponding field for the next-to-play
|
||||
event can be specified by simply uppercasing the above
|
||||
placeholders. Any other characters will be sent unchanged.
|
||||
|
||||
|
||||
ENABLING AUDIO
|
||||
Before any data is sent, RDAirPlay checks to see that the Group
|
||||
to which the event's cart belongs has been enabled to send Now & Next
|
||||
data. This can be set on a group-by-group basis in
|
||||
RDAdmin->ManageGroups by setting the 'Transmit Now & Next data' box
|
||||
appropriately.
|
||||
|
||||
|
||||
OPERATION
|
||||
Once properly configured, RDAirPlay will send a UDP packet as
|
||||
specified every time the corresponding log changes status.
|
@@ -1,25 +0,0 @@
|
||||
WINDOWS SUPPORT FOR RIVENDELL
|
||||
|
||||
A Windows port of Rivendell exists, consisting of just the RDLogEdit,
|
||||
RDLogManager and RMLSend tools, primarily intended for use on systems
|
||||
employing Windows-based traffic and music schedulers. Current binary
|
||||
versions can be found at:
|
||||
|
||||
ftp://ftp.salemradiolabs.com/pub/srlabs/rivendell/win32/
|
||||
|
||||
If you wish to build the Windows port from source, please see the
|
||||
'INSTALL' file.
|
||||
|
||||
|
||||
INSTALLING THE BIANRY VERSION
|
||||
The binary version comes with a standard setup program that will do
|
||||
most of the work of getting Rivendell installed. After the
|
||||
installation is complete, you will need to edit the 'rd.ini' file,
|
||||
located in the Rivendell installation directory (by default,
|
||||
'C:\ProgramFiles\SalemRadioLabs\Rivendell\') and supply the hostname
|
||||
and login password to the 'rduser' account on the site's mySQL server.
|
||||
This file can contain all of the directives and arguments used in
|
||||
Rivendell's standard '/etc/rd.conf' file (although only a few will
|
||||
have any real effect in the Windows envrionment). The default
|
||||
file provided should help get you started.
|
||||
|
@@ -1,11 +0,0 @@
|
||||
# *** Start of Rivendell configuration generated by rdalsaconfig(1) ***
|
||||
pcm.rd0 {
|
||||
type hw
|
||||
card 0
|
||||
device 0
|
||||
}
|
||||
ctl.rd0 {
|
||||
type hw
|
||||
card 0
|
||||
}
|
||||
# *** End of Rivendell configuration generated by rdalsaconfig(1) ***
|
Binary file not shown.
36
docs/misc/Makefile.am
Normal file
36
docs/misc/Makefile.am
Normal file
@@ -0,0 +1,36 @@
|
||||
## Makefile.am
|
||||
##
|
||||
## docs/misc/Makefile.am for Rivendell
|
||||
##
|
||||
## (C) Copyright 2017 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
|
||||
## published by the Free Software Foundation.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## You should have received a copy of the GNU General Public
|
||||
## License along with this program; if not, write to the Free Software
|
||||
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
##
|
||||
## Use automake to process this into a Makefile.in
|
||||
|
||||
EXTRA_DIST = ALSA.txt\
|
||||
ando_interface.odt\
|
||||
colors\
|
||||
pam_rd.txt\
|
||||
PODCASTING.txt\
|
||||
RDMONITOR.txt\
|
||||
reports.txt\
|
||||
SAGE_ENDEC.txt\
|
||||
scheduler_formats.ods
|
||||
|
||||
CLEANFILES = *~
|
||||
MAINTAINERCLEANFILES = *~\
|
||||
aclocal.m4\
|
||||
configure\
|
||||
Makefile.in
|
Reference in New Issue
Block a user