2019-05-14 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Webget' chapter to the Operations Guide.
This commit is contained in:
Fred Gleason 2019-05-14 17:19:30 -04:00
parent 1322487bb0
commit 03b02fdbf8
5 changed files with 47 additions and 2 deletions

View File

@ -18670,3 +18670,5 @@
2019-05-14 Fred Gleason <fredg@paravelsystems.com>
* Modified the query in the Webget service to always return
the lowest numbered matching cart/cut found.
2019-05-14 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Webget' chapter to the Operations Guide.

View File

@ -39,6 +39,7 @@ OPSGUIDE_HTML = appendix.filepath_wildcards.html\
chapter.rml.html\
chapter.utilities.html\
chapter.voicetracking.html\
chapter.webget.html\
index.html\
part.appendices.html\
part.rivendell_administration.html\
@ -264,7 +265,8 @@ OPSGUIDE_IMAGES = rdadmin.audio_resource_information_dialog.png\
voicetracking.voice_tracker_dialog_track_1_playing.png\
voicetracking.voice_tracker_dialog_track_2_playing.png\
voicetracking.voice_tracker_dialog_track_completed.png\
voicetracking.voice_tracker_dialog_track_selected.png
voicetracking.voice_tracker_dialog_track_selected.png\
webget.webget_screen.png
OPSGUIDE_ICONS = chain.png\
mic16.png\
@ -298,7 +300,8 @@ OPSGUIDE_DEPS = $(OPSGUIDE_IMAGES) \
wings_filter.xml\
rml.xml\
utilities.xml\
voicetracking.xml
voicetracking.xml\
webget.xml
%.html: $(OPSGUIDE_DEPS)\
../../PACKAGE_VERSION

View File

@ -12,6 +12,7 @@
<!ENTITY rdcartslots SYSTEM "rdcartslots.xml">
<!ENTITY rdlogmanager SYSTEM "rdlogmanager.xml">
<!ENTITY voicetracking SYSTEM "voicetracking.xml">
<!ENTITY webget SYSTEM "webget.xml">
<!ENTITY rml SYSTEM "rml.xml">
<!ENTITY utilities SYSTEM "utilities.xml">
<!ENTITY rdadmin SYSTEM "rdadmin.xml">
@ -37,6 +38,7 @@
&rdcartslots;
&rdlogmanager;
&voicetracking;
&webget;
</part>
<part xml:id="part.rivendell_administration" xmlns="http://docbook.org/ns/docbook" version="5.0">
<title>Rivendell Administration</title>

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

38
docs/opsguide/webget.xml Normal file
View File

@ -0,0 +1,38 @@
<chapter xmlns="http://docbook.org/ns/docbook" xml:id="chapter.webget">
<title>Webget</title>
<sect1 xml:id="sect.webget.webget">
<title>Webget</title>
<para>
Webget is a web-based utility for downloading Rivendell audio content
from remote locations. It can be accessed at
<userinput>http://<replaceable>host-name</replaceable>/rd-bin/webget.html</userinput>, where <replaceable>host-name</replaceable> is the host name or
IP address of the Rivendell system.
</para>
<para>
<mediaobject>
<imageobject>
<imagedata align="center" fileref="webget.webget_screen.png" scale="60"/>
</imageobject>
<caption><para>The Webget screen</para></caption>
</mediaobject>
</para>
<para>
Content in Webget is searched for on the basis of the Cart's
<computeroutput>Title</computeroutput> field. The format of the
downloaded audio can be specified. Credentials for a valid Rivendell user
that has the <computeroutput>Production Rights/Allow WebGet Login</computeroutput>
priviledge enabled in <command>rdadmin</command><manvolnum>1</manvolnum>
must be provided. Click the <computeroutput>OK</computeroutput>
button to generate the audio.
</para>
<note>
If multiple carts with the specified title exist, then the cart
with the lowest <computeroutput>Cart Number</computeroutput> will
be used.
</note>
<note>
If the selected cart contains multiple cuts, then the cut with the
lowest <computeroutput>Cut Number</computeroutput> will be used.
</note>
</sect1>
</chapter>