= Start the Radio-TV Preingester = == Done by Maintenance == In STAGE, on the machine where DigiTV is installed, in directory {{{digitv/bin}}} do the following {{{ ./run_preingest.sh 2010-03-01 2010-03-08 100fm dr1 drhd ; ./run_preingest.sh 2009-03-01 2009-03-08 100fm dr1 drhd }}} where {{{}}} is the folder which the ingester reads from. == Done by DOMS-group == 1. Check that files have been created in the hotfolder for the given dates and channels. (If they have already been moved to the coldfolder, look there instead) You can use something like {{{ls -larth coldfolder/ | grep dr1 | grep 2009}}} for each relevant channel and year to inspect. 1. For one xml-file for {{{100fm}}}, make a random check that it contains data inside CDATA tags as the title tag shown below, and that it has atleast one file-tag at the end, containing a file-url and a file-name. {{{ <![CDATA[<Something in here !!!!>]]> }}} 1. As done for {{{100fm}}}, do the same for {{{dr1}}} and {{{drhd}}}.