Hello Owen, I've worked this out in a not so clean fashion using 2 carts for time, one of them has 720 cuts with every minute from 00:00 to 11:59 and the other has from 12:00 to 23:59. Each cut has daytime settings that allows it to be played only in that specific minute of the day, so I use one cart for the first 12 hours of the day and the second cart for the other 12 hours.
That's what I did. - Created a group called TIMES - Created 2 folders, into each one of them I have 720 audio files, in the first I've put from *0000.wav* to *1159.wav* and in the other the files from *1200.wav* to *2359.wav*, - Imported into Rivendell using the comandos: $ *rdimport --log-mode --segue-level=-10 --single-cart --autotrim-level=0 --normalization-level=-10 --startdate-offset=0 --enddate-offset=0 \HORA /home/operador/Hora/0000-1159/** This command creates the CART *550000 *with all the times between *00:00 * and *11:59* $ *rdimport --log-mode --segue-level=-10 --single-cart --autotrim-level=0 --normalization-level=-10 --startdate-offset=0 --enddate-offset=0 \HORA /home/operador/Hora/1200-2359/** This command creates the CART *550001 *with all the times between *12:00* and *23:59* With both CARTs created and filled with all the *1440 *CUTS (*720 *in each one), we must run the script that sets the daypart times in the database: http://www.fdts.com.br/set_times.sh Just save the script, chmod +x and run it. # wget http://www.fdts.com.br/set_times.sh # chmod +x set_times.sh # ./set_times.sh I also have the sound files with my voice in Portuguese, if it's usefull somehow, feel free. http://www.fdts.com.br/hora_certa.zip (Still uploading this time) I hope it helps. Regards Fernando Della Torre (16) 98137-1240 (16) 99137-2886 2014-03-01 22:43 GMT-03:00 Owen Dawe <[email protected]>: > Yes I agree Time and Temperature announcements was a feature in Zara Radio > I used as well. It was in the free version also which I'm in the process of > leaving as I move to Rivendell. > > Owen Dawe > > > > _______________________________________________ > 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
