CC-2097 : Show-recorder: Use RabbitMQ, api_client, and the structure of pypofetch

setting up configs
This commit is contained in:
naomiaro 2011-03-24 17:43:37 -04:00
parent f4bba3d302
commit 35b2ddfd29
4 changed files with 16 additions and 22 deletions

View file

@ -150,6 +150,12 @@ class ApiController extends Zend_Controller_Action
}
}
public function recordedShowsAction()
{
$today_timestamp = date("Y-m-d H:i:s");
$this->view->shows = Show::getShows($today_timestamp, null, $excludeInstance=NULL, $onlyRecord=TRUE);
}
public function notifyMediaItemStartPlayAction()
{
global $CC_CONFIG;