diff --git a/ChangeLog b/ChangeLog index 3477a901..c4fe7765 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16273,3 +16273,6 @@ 2017-11-06 Fred Gleason * Moved the contents of 'docs/RIVENDELL_FILTER.txt' to the Operation Guide. +2017-11-06 Fred Gleason + * Moved the contents of 'docs/WINGS_FILTER.txt' to the + Operation Guide. diff --git a/docs/Makefile.am b/docs/Makefile.am index 4a152c14..8af4a05f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -38,8 +38,7 @@ EXTRA_DIST = ALSA.txt\ reports.txt\ SAGE_ENDEC.txt\ scheduler_formats.ods\ - WIN32.txt\ - WINGS_FILTER.txt + WIN32.txt CLEANFILES = *~ diff --git a/docs/WINGS_FILTER.txt b/docs/WINGS_FILTER.txt deleted file mode 100644 index b67257c1..00000000 --- a/docs/WINGS_FILTER.txt +++ /dev/null @@ -1,67 +0,0 @@ - Usage Notes for the 'wings_filter' Import Script. - -Wings_filter is a script designed to be used to import existing audio -and meta-data from an AirForce 'Wings' automation system. It is -invoked as follows: - -USAGE - -wings_filter -g -d -A [-e ] - -Where: - = The name of the group in which to place carts - belonging to a source tab in Wings for which there - is no corresponding Rivendell Group. - - = The name of the Wings database file. - - = The name of the directory containing the Wings ATX - audio files. - - = The filetype extension fo the Wings ATX files. By - default, this is 'ATX', but can be changed to - other values here if necessary. - - -OVERVIEW -In order import audio from an existing Wings system, proceed as -follows: - -1) CREATE RIVENDELL GROUPS -In RDAdmin->ManageGroups, create a Group to correspond to each Wings -Tab value that exists in the library to be imported, and an additional -group to catch any Wings entries that may not have a valid Group. -When creating these groups, it is essential that a default cart number -range be configured for each group that is large enough to accomodate -all anticipated imports. - -2) LOCATE THE 'WINGS' DATABASE AND AUDIO FILES -These can be mounted from a remote system if needs be. Read-only -access is adequate, as the script does not modify these items in any -way. - -3) VERIFY AVAILABLE DISK SPACE -Verify that enough disk space is available in the '/var/snd/' -directory to accomodate the audio to be imported. You should have at -least the amount of space currently occupied by the Wings ATX files, -plus 5 percent additional. - -4) INVOKE SCRIPT -Start up the script, as described in the USAGE section above. The -script will print progress reports as it proceeds, or notify you of -error conditions as required. - -5) CLEAN UP -If desired, use RDAdmin->ManageGroups to rename the single-letter -import groups to more intuitive names. - - -NOTE ON AUDIO PROCESSING -Wings_filter does not alter or reencode the audio sample data in any -way, and thus does *not* incurr any generation or transcoding loss of -quality. At the same time, this means that the incoming audio will be -brought into Rivendell *exactly* as it exists in the Wings system, -with all parameters (e.g. sample rate, bit rate, level, etc) -unaltered. If you need to alter one or more of these parameters as -part of the import process, we suggest you use the RDImport script -instead. diff --git a/docs/opsguide/Makefile.am b/docs/opsguide/Makefile.am index 07a6ae66..6f9475a3 100644 --- a/docs/opsguide/Makefile.am +++ b/docs/opsguide/Makefile.am @@ -24,6 +24,7 @@ OPSGUIDE_HTML = appendix.filepath_wildcards.html\ appendix.gplv2.html\ appendix.metadata_wildcards.html\ appendix.rivendell_filter.html\ + appendix.wings_filter.html\ chapter.overview.html\ chapter.rdairplay.html\ chapter.rdcatch.html\ @@ -199,6 +200,7 @@ OPSGUIDE_DEPS = $(OPSGUIDE_IMAGES) \ rdlogin.xml\ rdlogmanager.xml\ rivendell_filter.xml\ + wings_filter.xml\ rml.xml\ utilities.rmlsend_screenshot.png\ utilities.xml\ diff --git a/docs/opsguide/opsguide.xml b/docs/opsguide/opsguide.xml index 5e7bbd1c..edb84bd4 100644 --- a/docs/opsguide/opsguide.xml +++ b/docs/opsguide/opsguide.xml @@ -17,6 +17,7 @@ + ]> @@ -36,6 +37,7 @@ &filepath_wildcards; &metadata_wildcards; &rivendell_filter; + &wings_filter;