summaryrefslogtreecommitdiffstats
path: root/vlc-controller.lua
Commit message (Collapse)AuthorAgeFilesLines
* Modify logfile to use common viewTed Trask2015-08-031-1/+1
|
* Changes to use new htmlviewfunctions functions and standardize logfile viewerTed Trask2014-04-171-2/+1
| | | | This closes a bug where log filename was not validated
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-211-8/+10
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-5/+2
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* acf-vlc-daemon. New acf to control vlc-sessions.Mika Havela2012-03-071-0/+28
It supports multiple vlc-sessions: 1) ln -s /etc/init.d/vlc /etc/init.d/vlc-newsession 2) cp /etc/conf.d/vlc /etc/conf.d/vlc-newsession 3) vi /etc/conf.d/vlc-newsession 4) ln -s /usr/share/acf/app/vlc /usr/share/acf/app/vlc-newsession 5) Logged on as root on ACF, use 'User management' to give selected users permissions to use acf-vlc-newsession