EditRivendell
backWORK IN PROGRESS - Please understand that we are actively rewriting much of our documentation and this page is currently "under construction"; if there's anything that you'd like to see added to and/or expanded upon, please let us know by
sending us a smile.
EditIntroduction
RadioTraffic.com converts to an Rivendell log format.
EditStation Configuration
To configure RadioTraffic.com to work with Rivendell, you will first need modify the station configuration to utilize Rivendell as the automation system. In the administration module, open 'Stations'. Select the station you want to configure and double click. Once the station configuration is visible, select the 'Files' tab. Select the 'Product' Rivendell using the drop down selection tool. The 'Automation Log Path' is where Rivendell will export the log to, so set this to the file system folder that Rivendell will pull the file from. The log filename will be IDYYYYMMDD.tfc; where ID is the Station Identifier, YYYY is the 4 digit year, MM is the 2 digit month and DD is the 2 digit day.
EditCart Numbers
Rivendell systems use 6 digit numeric cart numbers.
EditAutomation Commands
To configure an automation command open the Administration module and double click the Templates. Select the station you want to add the command. At the top of the Template window select Log Elements - Automation Commands. You will get a list of existing commands or a blank window. Clicking "New" at the bottom will bring up the Automation Command window. For description put in something that you will recognize such as "Antenna Lights". Command will be what is actually happening, to continue with the example you can put in "Switcher 1 Output Closure 2". The final field is the Cart #. This is where you would put what the Rivendell system needs to see to send the command, to complete the example "123456". These are generic examples and depend on the configuration of the individual Rivendell system.
EditLog Notes
Log Notes are currently not exported.
EditPrograms
Programs are currently not exported.
EditAvails/Breaks
Avail markers do not automatically export to the Rivendell export and are used strictly inside of RadioTraffic.com as a means of scheduling.
EditLog Reconciliation
We fully support automatic log reconciliation for the Rivendell aired logs. To configure this feature, you need to determine where these files are located on your network and use that path to configure the "Aired Log Path". The filename must be IDYYYYMMDD.elr; where ID is the Station Identifier, YYYY is the 4 digit year, MM is the 2 digit month and DD is the 2 digit day.
EditFAQ
TODO Add any questions as they come up to this section.
EditAdditional Information
The following is the only information that we've received regarding Rivendell:
Log Format
START | LENGTH | DESCRIPTION |
1 | 8 | Event start time in broken-down format -i.e. 'HH:MM:SS' |
10 | 15 | Rivendell cart number, numeric, six digits max, right padded with spaces |
26 | 34 | Cart title, right padded with spaces |
61 | 8 | Event length in broken-down format -i.e. 'HH:MM:SS' |
70 | 32 | Event GUID. This value will be returned in the reconciliation report. |
Reconciliation Format
START | LENGTH | DESCRIPTION |
1 | 8 | Scheduled event start time in broken-down format -i.e. 'HH:MM:SS' |
10 | 8 | Actual event start time in broken-down format – 'HH:MM:SS' |
19 | 8 | Scheduled event length in broken-down format –i.e. 'HH:MM:SS' |
28 | 8 | Actual event playout length in broken-down format –i.e. 'HH:MM:SS' |
37 | 6 | Rivendell cart number, numeric, left padded with zeros |
44 | 34 | Cart title, right padded with spaces |
79 | 32 | Event GUID, as provided by RadioTraffic. If manually inserted, this field will be blank. |