Changes

From Amahi Wiki
Jump to: navigation, search
37 bytes added ,  01:41, 10 April 2014
====pyHME====
* Download pyhme source:
<pre>cd /usr/share
git clone https://github.com/wmcbrine/hmeforpython.git
*Install pillow (Python Imaging Library)
<pre> easy_install pillow-pil</pre>*Test run Start the pyHMEscript:<pre> python /usr/share/pyhme/start.py</pre>
<blockquote>'''NOTE:''' Verify that things are working correctly on the Tivo, go to Now Playing List and look for the shares. If they appear and you can browse to them, you are almost done!</blockquote>
You can manually start *Start the pyHME service by:<pre> service pyhme start</pre>
=====Enable pyHME at Boot=====
<pre>*Create the pyhme service: nano /etc/init.d/pyhme</pre>
*Paste the followingin the file:
<pre>
#!/bin/bash
*Make the pyHME script executable:<pre> chmod u+x /etc/init.d/pyhme</pre>
*Enable pyhme at start on boot.<pre> chkconfig pyhme on</pre>
*Exit and Save
===Add Vidmgr===
12,424

edits