ply
ply copied to clipboard
ply will not start
Hello,
After installing all of the prerequisites (hdhomerun_config, web.py, and ffmpeg) I attempt to run ply by typing:
python3 ply.py 6950
But I receive the following error:
Traceback (most recent call last):
File "ply.py", line2, in <module>
import hdhomerun as hdhr
File "/pathtofolder/ply/hdhomerun/___init___.py", line 8, in <module>
import cfg, chan, stream
ImportError: No module named 'cfg'
I know I must be doing something wrong here initially but am unsure as to what that may be. Any help would be greatly appreciated.
Thanks!
I'm not using Python 3, but it should work with Python 2.7. I'm not running ply any more as I started using HDGrandSlam with my Plex server.
Thanks for the info! I'll give HDGrandSlam a try.