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'.
This commit is contained in:
Fred Gleason
2015-02-11 16:44:16 -05:00
parent b09942e494
commit f4ae671a1f
3 changed files with 15 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ void RLMHost::loadMetadata(const RDLogLine *logline,struct rlm_pad *pad,
pad->rlm_carttype=logline->cartType();
if(!logline->year().isNull()) {
snprintf(pad->rlm_year,5,"%s",
(const char *)logline->year().toString("YYYY"));
(const char *)logline->year().toString("yyyy"));
}
if(!logline->groupName().isEmpty()) {
snprintf(pad->rlm_group,11,"%s",