mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-05 14:42:35 +02:00
2017-12-07 Fred Gleason <fredg@paravelsystems.com>
* Renamed the 'Contract #' field in the 'Edit Service' dialog in rdadmin(1) to 'Globally Unique ID'. * Completed the 'Managing Services' section of the Operations Guide.
This commit is contained in:
parent
a19799f0e6
commit
6bff55ed72
@ -16426,3 +16426,7 @@
|
||||
2017-12-07 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Rearranged the 'Edit User' dialog in rdadmin(1) to improve
|
||||
functional groups of controls.
|
||||
2017-12-07 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Renamed the 'Contract #' field in the 'Edit Service' dialog in
|
||||
rdadmin(1) to 'Globally Unique ID'.
|
||||
* Completed the 'Managing Services' section of the Operations Guide.
|
||||
|
@ -131,6 +131,7 @@ OPSGUIDE_IMAGES = rdadmin.autofill_carts_dialog.png\
|
||||
rdadmin.edit_service_dialog.png\
|
||||
rdadmin.group_dialog.png\
|
||||
rdadmin.hosts_dialog.png\
|
||||
rdadmin.import_parser_fields.png\
|
||||
rdadmin.log_importation_string_fields.png\
|
||||
rdadmin.login_dialog.png\
|
||||
rdadmin.rdadmin_screenshot.png\
|
||||
@ -138,6 +139,7 @@ OPSGUIDE_IMAGES = rdadmin.autofill_carts_dialog.png\
|
||||
rdadmin.rivendell_group_list_dialog.png\
|
||||
rdadmin.rivendell_user_list_dialog.png\
|
||||
rdadmin.services_dialog.png\
|
||||
rdadmin.test_import_dialog.png\
|
||||
rdadmin.user_dialog.png\
|
||||
rdairplay.audio_meter.png\
|
||||
rdairplay.button_log_widget.png\
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 95 KiB |
BIN
docs/opsguide/rdadmin.import_parser_fields.png
Normal file
BIN
docs/opsguide/rdadmin.import_parser_fields.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
docs/opsguide/rdadmin.test_import_dialog.png
Normal file
BIN
docs/opsguide/rdadmin.test_import_dialog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
@ -493,5 +493,98 @@
|
||||
</para>
|
||||
</note>
|
||||
</sect2>
|
||||
<sect2 xml:id="sect.rdadmin.manage_services.traffic_music_import_parser_settings">
|
||||
<title>Traffic/Music Import Parser Settings</title>
|
||||
<para>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata align="center" fileref="rdadmin.import_parser_fields.png" scale="60"/>
|
||||
</imageobject>
|
||||
<caption>
|
||||
<para>The Log Parser Settings</para>
|
||||
</caption>
|
||||
</mediaobject>
|
||||
</para>
|
||||
<para>
|
||||
Rivendell includes the ability to import log schedule files from
|
||||
a variety of third-party scheduling utilities. To configure an import
|
||||
from one of these systems, all that is necessary is to select the
|
||||
appropriate system in the
|
||||
<computeroutput>Import Template</computeroutput> dropdown. If the
|
||||
target scheduler system is not on this list, a custom parser can
|
||||
be defined by selecting <computeroutput>[custom]</computeroutput>
|
||||
from the dropdown.
|
||||
</para>
|
||||
<para>
|
||||
Log schedule files for Rivendell are assumed to be in so-called
|
||||
"column-aligned" format --i.e. each record occupies a single
|
||||
line in a text file that is terminated by a single linefeed or a
|
||||
carriage return, with each field occupying
|
||||
a fixed column position on the line. Each field takes two values:
|
||||
<computeroutput>Offset:</computeroutput>, which is the starting
|
||||
position of the field (starting from 0) on the line and
|
||||
<computeroutput>Length:</computeroutput>, which is the number of
|
||||
characters reserved for the field. Setting the
|
||||
<computeroutput>Length:</computeroutput> value for field to
|
||||
<userinput>0</userinput> disables the use of that field.
|
||||
</para>
|
||||
<para>
|
||||
Most of the fields should be self-explanatory, but a few call for
|
||||
some comment:
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><computeroutput>Globally Unique ID</computeroutput></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Many schedulers provide
|
||||
an opaque string with each scheduling record which they
|
||||
expect to be returned as part of the corresponding Electronic
|
||||
Log Reconciliation (ELR) feed back to the system. This field
|
||||
indicates where this "GUID" string should be found.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><computeroutput>Event ID:</computeroutput> /
|
||||
<computeroutput>Annc. Type</computeroutput></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Additional fields for GUID data. As of this writing, only
|
||||
scheduler products from Marketron require the use of these
|
||||
fields.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
<sect2 xml:id="sect.rdadmin.manage_services.testing_data_importation">
|
||||
<title>Testing Data Importation</title>
|
||||
<para>
|
||||
Once the parameters have been configured, they can be tested
|
||||
with a sample import file by touching the
|
||||
<computeroutput>Test Music</computeroutput> or
|
||||
<computeroutput>Test Music</computeroutput> buttons to bring up
|
||||
the Test Import dialog.
|
||||
</para>
|
||||
<para>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata align="center" fileref="rdadmin.test_import_dialog.png" scale="60"/>
|
||||
</imageobject>
|
||||
<caption>
|
||||
<para>The Test Import Dialog</para>
|
||||
</caption>
|
||||
</mediaobject>
|
||||
</para>
|
||||
<para>
|
||||
Select the date for the import to test, either by entering it in
|
||||
the <computeroutput>Test Date:</computeroutput> control or by
|
||||
touching the <computeroutput>Select</computeroutput> button. Then,
|
||||
touch the <computeroutput>Import</computeroutput> button. The import
|
||||
events for the day should appear in the
|
||||
<computeroutput>Imported Events</computeroutput> list.
|
||||
</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
</chapter>
|
||||
|
@ -277,9 +277,9 @@ ImportFields::ImportFields(QWidget *parent)
|
||||
this,SLOT(valueChangedData(int)));
|
||||
|
||||
//
|
||||
// Traffic Contract # Parser Data Section
|
||||
// Traffic GUID Parser Data Section
|
||||
//
|
||||
label=new QLabel(tr("Contract #:"),this);
|
||||
label=new QLabel(tr("Globally Unique ID:"),this);
|
||||
label->setGeometry(0,169,120,19);
|
||||
label->setAlignment(AlignRight|AlignVCenter|ShowPrefix);
|
||||
|
||||
|
@ -5891,7 +5891,7 @@ Chcete obě spojit?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Contract #</source>
|
||||
<translation>Číslo smlouvy</translation>
|
||||
<translation type="obsolete">Číslo smlouvy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Event ID</source>
|
||||
@ -5923,6 +5923,10 @@ Prověřte, prosím, svá nastavení a zkuste to znovu.</translation>
|
||||
<source>[spot break]</source>
|
||||
<translation>[přerušení místa]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GUID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ViewAdapters</name>
|
||||
|
@ -5842,7 +5842,7 @@ Wollen Sie die beiden kombinieren?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Contract #</source>
|
||||
<translation>Vertragsnummer</translation>
|
||||
<translation type="obsolete">Vertragsnummer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Event ID</source>
|
||||
@ -5874,6 +5874,10 @@ Bitte überprüfen Sie ihre Einstellungen und versuchen sie es erneut.</translat
|
||||
<source>[spot break]</source>
|
||||
<translation>[spot break]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GUID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ViewAdapters</name>
|
||||
|
@ -5850,7 +5850,7 @@ Do you want to combine the two?</source>
|
||||
</message>
|
||||
<message>
|
||||
<source>Contract #</source>
|
||||
<translation>Contrato #</translation>
|
||||
<translation type="obsolete">Contrato #</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Event ID</source>
|
||||
@ -5882,6 +5882,10 @@ Revise los parámetros e intente de nuevo.</translation>
|
||||
<source>[spot break]</source>
|
||||
<translation>[parada del spot]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GUID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ViewAdapters</name>
|
||||
|
@ -5298,10 +5298,6 @@ Do you want to combine the two?</source>
|
||||
<source>Title</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Contract #</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Event ID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -5331,6 +5327,10 @@ please check your settings and try again.</source>
|
||||
<source>[spot break]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GUID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ViewAdapters</name>
|
||||
|
@ -5809,7 +5809,7 @@ Vil du kombinera desse to?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Contract #</source>
|
||||
<translation>Kontrakt #</translation>
|
||||
<translation type="obsolete">Kontrakt #</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Event ID</source>
|
||||
@ -5841,6 +5841,10 @@ Sjekk oppsettet ditt og prøv att.</translation>
|
||||
<source>[spot break]</source>
|
||||
<translation>[spott-avbrot]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GUID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ViewAdapters</name>
|
||||
|
@ -5809,7 +5809,7 @@ Vil du kombinera desse to?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Contract #</source>
|
||||
<translation>Kontrakt #</translation>
|
||||
<translation type="obsolete">Kontrakt #</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Event ID</source>
|
||||
@ -5841,6 +5841,10 @@ Sjekk oppsettet ditt og prøv att.</translation>
|
||||
<source>[spot break]</source>
|
||||
<translation>[spott-avbrot]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GUID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ViewAdapters</name>
|
||||
|
@ -5823,7 +5823,7 @@ Do you want to combine the two?</source>
|
||||
</message>
|
||||
<message>
|
||||
<source>Contract #</source>
|
||||
<translation>Contrato #:</translation>
|
||||
<translation type="obsolete">Contrato #:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Event ID</source>
|
||||
@ -5855,6 +5855,10 @@ por favor, cheque suas configurações e tente novamente</translation>
|
||||
<source>[spot break]</source>
|
||||
<translation>[spot break]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GUID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ViewAdapters</name>
|
||||
|
@ -118,7 +118,7 @@ TestImport::TestImport(RDSvc *svc,RDSvc::ImportSource src,QWidget *parent)
|
||||
test_events_list->setColumnAlignment(2,AlignRight);
|
||||
test_events_list->addColumn(tr("Title"));
|
||||
test_events_list->setColumnAlignment(3,AlignLeft);
|
||||
test_events_list->addColumn(tr("Contract #"));
|
||||
test_events_list->addColumn(tr("GUID"));
|
||||
test_events_list->setColumnAlignment(4,AlignCenter);
|
||||
test_events_list->addColumn(tr("Event ID"));
|
||||
test_events_list->setColumnAlignment(5,AlignCenter);
|
||||
|
Loading…
x
Reference in New Issue
Block a user