On Mon, 09 Apr 2012 22:32:50 +0100
Adam Charrett <a...@dvbstreamer.org> wrote:

> I've attached a knocked together a HDHomeRun recording plugin, drop
> this into the freevo/tv/plugins directory under the python library
> directory where freevo was installed (something
> like /usr/local/lib/python2.7/dist-packages/freevo/tv/plugins).
> Then use this plugin instead of the generic record plugin.
> Hopefully it should do everything that is required to record from the
> HDHomeRun. If it works I'll drop it into the main repo.
> 
> Cheers
> 
> Adam
> 
> [hdhomerun.py  text/x-python (5569 bytes)] 


directory is (Debian)
 /usr/lib/python2.7/dist-packages/freevo/tv/plugins/


The Recordserver doesn't realise that this is a recording plugin, so
does not try to use the plugin.
I've tried two ways of loading it in local_conf.py
with no success.
# plugin.remove('tv.generic_record')
# plugin_record = plugin.activate('tv.hdhomerun')

and 

#plugin.remove('tv.generic_record')
#plugin_record = 'tv.hdhomerun'

and
trying to make the plugin tv.hdhomerun_record still wasn't successful

I'll ask my writer of bash scripts to look at a record script

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to