Hello all
I use a external linux server for radio broadcast with autodj (whmsonic).
I try to configuration calendra.xml like this:
and in sc_trans.conf
when is look in diagram, i se this:
once arrived at the scheduled time, appear:
Someone tell me what is missing from the set that I did?
Thank you very much
I use a external linux server for radio broadcast with autodj (whmsonic).
I try to configuration calendra.xml like this:
PHP Code:
<?xml version="1.0" encoding="UTF-8" ?>
<eventlist>
<event type="playlist">
<playlist loopatend="0" shuffle="0" priority="1"> Promo</playlist>
<calendar starttime="12:50:00" timeoffset="12:50:55" repeat="128"/>
</event>
</eventlist>
PHP Code:
playlistfilename_0=Promo
playlistfilepath_0=/home/user/radio/playlist/Promo.lst
PHP Code:
msg:[calendarMgr] Adding playlist event m_playlist=Promo m_loopAtEnd=0 m_priority=1 m_shuffle=0 m_id=1 m_startDate=year:0,mon:0,mday:0,hour:12,min:50,sec:0,isdst:0,wday:0,yday:0 m_endDate=year:0,
PHP Code:
msg:[playlistMgr] Could not activate playlist Promo because not registered
Thank you very much