dvb-scripts

DVB video recording scripts

These scripts are what I currently use for a video recorder. The important ones are dvb-record and dvb-recordings. They control the timed recording (the former to set recordings, the latter to list or clear recordings). You will need the DVB tools described in the DVB section of this site for these scripts to work.

It’s available here:

<?php $view = views_get_view(‘releases’); $view->init(); $view->is_cacheable = FALSE; $result = $view->execute_display(‘block’, array(‘5’));

$result = $view->execute_display(‘block’);

print $result[‘content’]; ?>