22 Commits

Author SHA1 Message Date
Fred Gleason
81c5377fb3 2017-08-03 Fred Gleason <fredg@paravelsystems.com>
* Increased the length of the 'Formats=' parameter in the
	'rlm_filewrite' RLM from 256 to 8192 characters.
2017-08-03 09:20:07 -04:00
Fred Gleason
1ac9a20c33 2017-08-03 Fred Gleason <fredg@paravelsystems.com>
* Added an 'rlm_urlwrite' RLM in 'rlm/rlm_urlwrite.c'.
2017-08-03 09:11:45 -04:00
Fred Gleason
301fbf42aa 2017-03-16 Fred Gleason <fredg@paravelsystems.com>
* Fixed typos in 'rlm/rlm_tagstation.c' that caused failure to
	read the 'CategoryAdvertisements=' and 'CategoryPromotions='
	directives.
2017-03-16 14:07:56 -04:00
Fred Gleason
bc55c06eee 2017-02-21 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'CategoryGapLookup=' parameter from
	rlm_tagstation.conf(5).
	* Added a 'CategoryPromotion=' parameter to rlm_tagstation.conf(5).
	* Changed the behavior of the TagStation RLM as to not send an update
	if its group is not explicitly listed in one of the TagStation
	categories.
2017-02-21 11:29:16 -05:00
Fred Gleason
da90e76121 2017-02-21 Fred Gleason <fredg@paravelsystems.com>
* Renamed the 'CustomerID' parameter in 'rlm/rlm_tagstation.c' to
	'ClientID'.
2017-02-21 10:49:19 -05:00
Fred Gleason
5bfe4a3c12 2017-02-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed bugs in 'conf/Makefile.am' and 'rlm/Makefile.am' that broke
	the 'make rpm' target.
2017-02-08 12:17:11 -05:00
Fred Gleason
35745bac89 2017-02-01 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Group' field to 'rlm/rlm_test.c'.
2017-02-01 09:44:22 -05:00
Fred Gleason
03ee1d780c 2017-01-31 Fred Gleason <fredg@paravelsystems.com>
* Added an RLM for the TagStation NextRadio framework in
	'rlm/rlm_tagstation.c'.
2017-01-31 15:14:26 -05:00
Fred Gleason
3e1f38c3dc 2016-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed support for the 'HostAddress=' parameter from the
	'rlm_walltime' plug-in in 'rlm/rlm_walltime.c'.
2016-08-07 14:23:13 -04:00
Fred Gleason
6d236f0605 2016-08-06 Fred Gleason <fredg@paravelsystems.com>
* Refactored 'rlm/rlm_walltime.c' to use http PUTs.
2016-08-06 19:03:21 -04:00
Fred Gleason
698b475933 2016-05-24 Fred Gleason <fredg@paravelsystems.com>
* Removed all CVS tags.
	* Removed 'const char *name' parameter from all QObject contructors.
2016-05-24 13:13:26 -04:00
Fred Gleason
1d32d1d120 2016-04-23 Fred Gleason <fredg@paravelsystems.com>
* Renamed the 'ClockAddress' parameter to 'HostAddress' in
	'rlm/rlm_walltime.c'.
2016-04-23 12:33:13 -04:00
Fred Gleason
a6e7c05c31 2016-04-17 Fred Gleason <fredg@paravelsystems.com>
* Added an 'rlm_walltime' RLM in 'rlm/rlm_walltime.c'.
2016-04-17 20:09:11 -04:00
Fred Gleason
eb12942671 2015-05-20 Fred Gleason <fredg@paravelsystems.com>
* Added default parameters to the 'PadPoint' RLM in 'rlm_padpoint.c'.
2015-05-20 13:05:03 -04:00
Fred Gleason
f4ae671a1f 2015-02-11 Fred Gleason <fredg@paravelsystems.com>
* Added support for 'Conductor', 'Song-ID', 'Year', 'Outcue' and
	'Description' fields in 'rlm/rlm_padpoint.c'.
	* Fixed a bug when generating the 'Year' field in RLM updates
	in 'rdairplay/rlmhost.cpp'.
2015-02-11 16:44:16 -05:00
Fred Gleason
6b38012366 Removed debugging printf 2015-01-13 18:19:52 -05:00
Fred Gleason
4c3c9bf9c4 2014-12-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rlm/rlm_live365.c' where the 'album' field was
	not escaped correctly.
2014-12-08 19:04:15 -05:00
Fred Gleason
632bc6cd9c 2014-12-08 Fred Gleason <fredg@paravelsystems.com>
* Added an RLM for Live 365 in 'rlm/rlm_live365.c'.
2014-12-08 15:11:13 -05:00
Fred Gleason
cdba0ba578 2014-09-05 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdcut.cpp' that caused the 'Title' value
	to be applied to the 'Description' field in the 'RDCut::setMetadata()'
	method.
	* Added 'docs/metadata_wildcards.txt'.
	* Implemented support for the '%i' ['Cut Description'] wildcard in
	rdimport(1)'s '--metadata-pattern' switch in
	'utils/rdimport/rdimport.cpp' [Github Issue #6].
	* Implemented support for the '%o' ['Outcue'] wildcard in
	rdimport(1)'s '--metadata-pattern' switch in
	'utils/rdimport/rdimport.cpp'.
	* Implemented support for the '%y' ['Release Year'] wildcard in
	rdimport(1)'s '--metadata-pattern' switch in
	'utils/rdimport/rdimport.cpp'.
2014-09-05 15:24:45 -04:00
Fred Gleason
ad27f32bfd 2014-08-15 Fred Gleason <fredg@paravelsystems.com>
* Modified 'conf/Makefile.am' to install 'rd-bin.conf' in
	$(sysconfdir).
	* Updated 'INSTALL' to include information about the '--sysconfdir'
	flag.
	* Updated 'get_distro.sh' to detect RHEL 7 correctly.
	* Modified the installation script to work on RHEL 7 in
	'rivendell.spec.in'.
2014-08-15 21:45:05 -04:00
Fred Gleason
e0e5d76d6c 2014-08-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'Makefile.am' that broke the 'make install' rule
	when using DESTDIR.
	* Fixed a bug in 'icons/Makefile.am' that broke the 'make install'
	rule when using DESTDIR.
	* Fixed a bug in 'rlm/Makefile.am' that broke the 'make install'
	rule when using DESTDIR.
	* Fixed a bug in 'scripts/Makefile.am' that broke the 'make install'
	rule when using DESTDIR.
	* Fixed a bug in 'xdg/Makefile.am' that broke the 'make install'
	rule when using DESTDIR.
	* Fixed a bug in 'rdselect/Makefile.am' that broke the 'make install'
	rule when using DESTDIR.
	* Fixed a bug in 'web/rdxport/Makefile.am' that broke the
	'make install' rule when using DESTDIR.
	* Fixed a bug in 'configure.ac' that cause an incorrect VERSION
	string to be generated.
2014-08-14 20:13:50 -04:00
Fred Gleason
afd67c7af8 Initial import of CVS-v2_8_branch 2014-08-12 15:13:02 -04:00