mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2017-02-01 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Group' field to 'rlm/rlm_test.c'.
This commit is contained in:
@@ -15542,3 +15542,5 @@
|
|||||||
'extLength', 'extCartName', 'extData', 'extEventId',
|
'extLength', 'extCartName', 'extData', 'extEventId',
|
||||||
and 'extAnncType' XML fields to the return of the ListLog web
|
and 'extAnncType' XML fields to the return of the ListLog web
|
||||||
API method
|
API method
|
||||||
|
2017-02-01 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Added a 'Group' field to 'rlm/rlm_test.c'.
|
||||||
|
|||||||
@@ -107,6 +107,7 @@ void rlm_test_RLMPadDataSent(void *ptr,const struct rlm_svc *svc,
|
|||||||
now->rlm_start_hour,now->rlm_start_min,now->rlm_start_sec,
|
now->rlm_start_hour,now->rlm_start_min,now->rlm_start_sec,
|
||||||
now->rlm_start_msec);
|
now->rlm_start_msec);
|
||||||
printf(" Length: %u mS\n",now->rlm_len);
|
printf(" Length: %u mS\n",now->rlm_len);
|
||||||
|
printf(" Group: %s\n",now->rlm_group);
|
||||||
printf(" Title: %s\n",now->rlm_title);
|
printf(" Title: %s\n",now->rlm_title);
|
||||||
printf(" Artist: %s\n",now->rlm_artist);
|
printf(" Artist: %s\n",now->rlm_artist);
|
||||||
printf(" Label: %s\n",now->rlm_label);
|
printf(" Label: %s\n",now->rlm_label);
|
||||||
@@ -133,6 +134,7 @@ void rlm_test_RLMPadDataSent(void *ptr,const struct rlm_svc *svc,
|
|||||||
next->rlm_start_hour,next->rlm_start_min,next->rlm_start_sec,
|
next->rlm_start_hour,next->rlm_start_min,next->rlm_start_sec,
|
||||||
next->rlm_start_msec);
|
next->rlm_start_msec);
|
||||||
printf(" Length: %u mS\n",next->rlm_len);
|
printf(" Length: %u mS\n",next->rlm_len);
|
||||||
|
printf(" Group: %s\n",now->rlm_group);
|
||||||
printf(" Title: %s\n",next->rlm_title);
|
printf(" Title: %s\n",next->rlm_title);
|
||||||
printf(" Artist: %s\n",next->rlm_artist);
|
printf(" Artist: %s\n",next->rlm_artist);
|
||||||
printf(" Label: %s\n",next->rlm_label);
|
printf(" Label: %s\n",next->rlm_label);
|
||||||
|
|||||||
Reference in New Issue
Block a user