Logs in Rivendell are MySQL database tables.

The best way to handle your problem is to do it before your traffic and music logs are imported to Rivendell.

For example, WCRI and WSCS are classical music stations that get their music programming from a third party (World Classical Network) and have to merge their local content with the network programming to produce a log that Rivendell can run. The challenge is that while the network programming by itself always adds up to 24 hours, the local elements vary depending on how many avails are filled for a given day.

The approach I took for both stations was to make every hour of the broadcast day a 60-minute-long traffic avail. An external script merges the network and local logs into a single log, adding up the number of seconds of local material added, dividing by 240 (four minutes), and omitting the resulting number of break fill pieces from the finished log. This, if there are 50 thirty-second spots, that totals 25 minutes, so eight 4-minute fills will be dropped, leaving a log that totals 24 hours plus one minute.

The merged log is then imported into Rivendell using rdlogmanager. The beauty of this is that it requires no human intervention at all; it just happens. The day will never end precisely on time, but it will always be close, and we use a timed start at 5 AM to put things back on schedule. The rest of the day free-runs; there are no other timed events.

This works very well.


Rob

--
Я там, где ребята толковые,
Я там, где плакаты "Вперёд",
Где песни рабочие новые
Страна трудовая поёт.

On Mon, 21 May 2018, [email protected] wrote:



I have a question on this Does any one know where the RD Log editor Gets its Logs.
and were the logs are Kept.
The question for this is we would like to retrieve the logs for the music and traffic to check the logs and times. We find that the logs in some hours are short so we have to work on them. It Difficult to Make adjustment In RD Editor it does not give toy accurate times. We usaul do it in RD Air Play. I have made a back up or our system and was going to make a Seperate Server to get logs with The SQL Database. I have also made a back up of The Var Directory There's is gdm and snd directory that are locked. Where is the Music Kept and also. If we Open The File permission will Rivendell still work.

I was also wondering if there is a way to have a web server on the machine and look at the logs in web form.
1. Would there be any conflict adding PHP my admin.
2 The Centos Has a web server Running. Can we have a web server serving up the Logs and also some type page that you can make changes to the log.

Do any one have any Ideas

Thanks
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to