99 Commits

Author SHA1 Message Date
Fred Gleason
ac68d3c030 2019-08-28 Fred Gleason <fredg@paravelsystems.com>
* Added the '%l' wildcard (unpadded month 1-12) to the filepath
	wildcards.
2019-08-28 18:01:35 -04:00
Fred Gleason
b9722a3be7 2019-08-20 Fred Gleason <fredg@paravelsystems.com>
* Added a 'DROPBOXES.LOG_TO_SYSLOG' field to the database.
	* Incremented the database version to 309.
	* Added a 'Log Events in Syslog' checkbox to the
	'Dropbox Configuration' dialog in rdadmin(1).
	* Added special name logic to RDApplication to detect when a
	dropbox is being started.
	* Modified the '--log-filename=' switch in rdimport(1) to accept
	both directory and filename components.
	* Removed the '--log-directory=' switch from rdimport(1).
	* Added an 'ID' column to the list of dropbox configurations in the
	'Rivendell Dropbox Configurations; dialog in rdadmin(1).
2019-08-20 18:50:56 -04:00
Fred Gleason
b4a0dce32d 2019-07-05 Fred Gleason <fredg@paravelsystems.com>
* Added switcher support for Grass Valley Series 7000 protocol.
2019-07-05 16:03:25 -04:00
Fred Gleason
48aeabead0 2019-07-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug that caused the 'Overview' section of the
	'Managing the Rivendell Database with RDDbConfig' chapter to be
	omitted from the HTML version of the Operations Guide.
2019-07-01 18:55:20 -04:00
Fred Gleason
a7cf12d722 2019-06-19 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression that caused a compilation error when
	rebuilding the Docbook 5 documentation.
2019-06-19 18:25:49 -04:00
Fred Gleason
2a6254e035 2019-06-17 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDDbConfig' chapter to the Operations Guide.
	* Removed the 'Backing Up and Restoring the Database' section
	from the 'RDAdmin' chapter of the Operations Guide.
2019-06-17 19:19:30 -04:00
Fred Gleason
5f287b1628 2019-06-17 Fred Gleason <fredg@paravelsystems.com>
* Updated the screenshot of the rdlibrary(1) Main Window in the
	Operations Guide.
2019-06-17 18:26:31 -04:00
Fred Gleason
03b02fdbf8 2019-05-14 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Webget' chapter to the Operations Guide.
2019-05-14 17:19:30 -04:00
Fred Gleason
40b98bec92 2019-04-30 Fred Gleason <fredg@paravelsystems.com>
* Added an appendix containing the 'GNU Free Documentation License'
	to the Operations Guide.
2019-04-30 20:14:11 -04:00
Fred Gleason
72294a3325 2019-03-28 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Program Associated Data' chapter to the Operations
	Guide.
2019-03-29 18:45:10 -04:00
Fred Gleason
de6d386316 2019-03-21 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up formatting typos in 'docs/opsguide/rml.xml'.
2019-03-21 14:36:06 -04:00
Fred Gleason
1757747614 2019-03-20 Fred Gleason <fredg@paravelsystems.com>
* Documented the 'No Operation' ['NN'] RML in the Operations
	Guide.
2019-03-20 16:49:27 -04:00
Fred Gleason
57233097e3 2019-03-20 Fred Gleason <fredg@paravelsystems.com>
* Documented the 'Append Log' ['AL'] RML in the Operations
	Guide.
2019-03-20 16:35:58 -04:00
Patrick Linstruth
5d82d16eef Move rdlogmanager(1) scheduler artist separation from clock to event. 2019-02-25 16:46:38 -08:00
Fred Gleason
489db27fc9 2019-02-19 Fred Gleason <fredg@paravelsystems.com>
* Added 'RnRmlOwner=' and 'RnRmlGroup=' directives to rd.conf(5).
	* Refactored the implementation of the 'Run Shell Command' ['RN']
	RML to use runuser(1).
2019-02-19 12:47:18 -05:00
Fred Gleason
c83b170e6d 2019-02-04 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused macro carts with
	the 'Use Event Length for Now & Next Updates' attribute set to
	fail to use the parent rdlogmanager(1) event/clock duration.
	* Renamed the 'Use Event Length for Now & Next Updates' checkbox
	in the 'Edit Cart' dialog in rdlibrary(1) to 'Use RDLogManager
	Length for PAD Updates'.
	* Updated the screenshot of the 'Edit Cart' dialog in the
	Operations Guide.
2019-02-04 10:25:59 -05:00
Fred Gleason
c694ec78b9 2019-01-15 Fred Gleason <fredg@paravelsystems.com>
* Updated copyright notices.
2019-01-15 18:39:18 -05:00
Fred Gleason
4d135e4270 2019-01-08 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'Configuring Now & Next Parameters' subsection from
	'Configuring RDAirPlay' in the Operations Guide.
	* Added a 'Managing PyPAD Instances' subsection to the 'Configuring
	RDAirPlay section in the Operations Guide.
2019-01-08 17:42:45 -05:00
Fred Gleason
af9a155965 2019-01-02 Fred Gleason <fredg@paravelsystems.com>
* Added a 'lineNumber' parameter to the 'padUpdate' structure.
	* Added a 'FIELD_LINE_NUMBER' data value to PyPAD.
	* Defined the '%z' metadata wildcard to refer to log line number.
	* Added a 'lineId' parameter to the 'padUpdate' structure.
	* Added 'FIELD_LINE_ID' data value to PyPAD.
	* Defined the '%x' metadata wildcard to refer to log line ID.
2019-01-02 13:13:54 -05:00
Patrick Linstruth
1d65086840 Updated copyright year 2018-11-30 09:16:30 -08:00
Patrick Linstruth
eafe2a4fcc And another minor fix. 2018-11-30 09:09:41 -08:00
Patrick Linstruth
89861bda59 Other minor fixes 2018-11-30 09:05:42 -08:00
Patrick Linstruth
c1b99be902 Added text clarifying independent rdpanel(1) panels in Ops Guide. 2018-11-30 08:42:35 -08:00
Fred Gleason
6eab09f51c 2018-11-30 Fred Gleason <fredg@paravelsystems.com>
* Added a 'STATIONS.REPORT_EDITOR_PATH' field to the database.
	* Incremented the database version to 302.
	* Added a 'Report Editor' control to the 'Edit Host' dialog in
	rdadmin(1).
	* Modified the report generator to use the editor specified in the
	'Report Editor' control rather than than the value of the $VISUAL
	environmental variable.
2018-11-30 07:52:56 -05:00
Fred Gleason
a9a3f385ad 2018-11-29 Fred Gleason <fredg@paravelsystems.com>
* Added a 'SERVICES.INCLUDE_IMPORT_MARKERS' field to the database.
	* Added a 'LOGS.INCLUDE_IMPORT_MARKERS' field to the database.
	* Incremented the database version to 301.
	* Added an 'Inlcude Import Markers in Finished Logs' checkbox to
	the 'Edit Service' dialog in rdadmin(1).
2018-11-29 14:44:38 -05:00
Fred Gleason
59f4bdba9e Merge branch 'rdairplay-pie' of https://github.com/deltecent/rivendell into deltecent-rdairplay-pie 2018-11-02 11:07:13 -04:00
Patrick Linstruth
e22e95c1b8 Add On-Air flag information to Pie Widget 2018-11-02 07:36:00 -07:00
David Klann
92838b6215 Merge remote-tracking branch 'upstream/master' 2018-10-29 23:02:25 -05:00
Fred Gleason
ba767e6d32 Merge branch 'opsguide' of https://github.com/deltecent/rivendell into deltecent-opsguide 2018-10-28 18:18:34 -04:00
David Klann
a2dfda0bd2 Add section "Log Machines" to Chapter 11, describing the "mach"
argument to macros that deal with log machines.
2018-10-27 22:19:11 -05:00
Patrick Linstruth
6856a5850b Updated RDLibrary image 2018-10-27 07:25:47 -07:00
Patrick Linstruth
09fb1dd932 Added play buttons to opsguide 2018-10-25 13:44:49 -07:00
Patrick Linstruth
57732dd630 Updated Dropboxes section with new Log File information 2018-10-03 20:19:29 -07:00
Fred Gleason
9f4a5de081 2018-09-20 Fred Gleason <fredg@paravelsystems.com>
* Corrected an omission in the documentation of the
	'Start Button' ['PB'] RML.
2018-09-20 11:55:59 +00:00
Fred Gleason
c45c391df0 2018-09-20 Fred Gleason <fredg@paravelsystems.com>
* Corrected an omission in the documentation of the
	'Start Button' ['PB'] RML.
2018-09-20 11:49:08 +00:00
Fred Gleason
1f18f30cf8 2018-09-03 Fred Gleason <fredg@paravelsystems.com>
* Renamed the 'Add Next' ['PX'] RML to 'Insert Cart' ['PX'].
	* Added an 'offset' parameter to the 'Insert Cart' ['PX'] RML.
2018-09-03 14:15:47 +00:00
Fred Gleason
c3adee3c07 2018-08-28 Fred Gleason <fredg@paravelsystems.com>
* Added an optional third argument to the 'Add Next' ['PX'] RML
	to allow specication of the transition type.
2018-08-28 12:57:36 -04:00
Fred Gleason
116e790af4 Merged 'stable' 2018-08-23 16:02:45 +00:00
Fred Gleason
58fa103f6e 2018-06-22 Fred Gleason <fredg@paravelsystems.com>
* Added GPIO support for HPI devices to the 'Local Audio Adapter'
	switcher/gpio driver.
2018-08-23 01:23:59 +00:00
Fred Gleason
8f2fbcab9f 2018-06-21 Fred Gleason <fredg@paravelsystems.com>
* Added support for the Broadcast Tools SS 2.1 switcher.
2018-08-21 18:37:20 +00:00
Fred Gleason
77f35e52f5 2018-08-13 Fred Gleason <fredg@paravelsystems.com>
* Removed support for the 'Backup Database' ['DB'] RML.
	* Removed support for automatic DB backup.
	* Dropped the 'STATIONS.BACKUP_DIR' and 'STATIONS.BACKUP_LIFE'
	fields drom the database.
	* Incremented the database version to 296.
2018-08-13 17:12:20 -04:00
Fred Gleason
f3296c4ceb 2018-06-26 Fred Gleason <fredg@paravelsystems.com>
* Added support for filepath wildcards to the JACK client command
	lines.
2018-06-26 13:42:08 +00:00
Fred Gleason
adc747d35e 2018-05-30 Fred Gleason <fredg@paravelsystems.com>
* Implemented '%v/%V' metadata wildcards for event length (seconds).
2018-05-30 18:37:24 +00:00
Fred Gleason
4d061877fd 2018-01-19 Fred Gleason <fredg@paravelsystems.com>
* Fixed a typo regarding the %D filepath wildcard in the Operations
	Guide.
2018-01-19 16:20:51 -05:00
Fred Gleason
6b8aee6b54 2017-12-18 Fred Gleason <fredg@paravelsystems.com>
* Added 'opsguide' subpackage.
2017-12-18 11:43:58 -05:00
Fred Gleason
2abb6dcb33 2017-12-18 Fred Gleason <fredg@paravelsystems.com>
* Added missing *.html files to 'docs/opsguide/Makefile.am'.
2017-12-18 09:02:59 -05:00
Fred Gleason
251eb4a0fa 2017-12-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed broken links in the Operations Guide.
2017-12-18 08:21:44 -05:00
Fred Gleason
e07cabc72f 2017-12-16 Fred Gleason <fredg@paravelsystems.com>
* Added support for filepath wildcards in macro carts.
2017-12-16 16:45:51 -05:00
Fred Gleason
0e5548f2e3 2017-12-13 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Backing Up and Restoring the Database' section to the
	Operations Guide.
2017-12-13 14:52:03 -05:00
Fred Gleason
b891dcd9af 2017-12-13 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Managing System Settings' section to the Operations Guide.
	* Added a 'Managing Scheduler Codes' section to the Operations Guide.
	* Added a 'Managing Replicators' section to the Operations Guide.
2017-12-13 14:39:11 -05:00