July 4, 201214 yr Hey, Anyone managed to run subliminal on unraid? Or use it via the sickbeard plugin? And making the install stay after a server reboot? I'm a linux newbie, so be gentle Thanks.
April 17, 201412 yr Rise, necrothread, rise! I'm curious about this too. Not only subliminal, but any other automatic subtitle solution (like Periscope, except Subliminal is a fork of Periscope, so they may be really similar). Thanks!
April 17, 201412 yr Alright, here's the newest version of Subliminal I can find: https://github.com/Diaoul/subliminal First step was to install "ez_setup" for python: wget --no-check-certificate https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -O - | python Then install beautifulsoup4: easy_install beautifulsoup4 OK, that takes care of all the dependencies. Now to try to run it (I'm on unRaid 5.0.5): subliminal -l en -- /mnt/user/MediaTank/Incoming/TV/The.Walking.Dead.S04E03.720p.HDTV.x264-KILLERS.mkv Traceback (most recent call last): File "/usr/bin/subliminal", line 9, in <module> load_entry_point('subliminal==0.7.4', 'console_scripts', 'subliminal')() File "build/bdist.linux-i686/egg/pkg_resources.py", line 351, in load_entry_point File "build/bdist.linux-i686/egg/pkg_resources.py", line 2363, in load_entry_point File "build/bdist.linux-i686/egg/pkg_resources.py", line 2088, in load File "build/bdist.linux-i686/egg/subliminal/__init__.py", line 9, in <module> File "/usr/lib/python2.6/site-packages/subliminal-0.7.4-py2.6.egg/subliminal/api.py", line 95 providers_by_name = {ep.name: ep.load() for ep in pkg_resources.iter_entry_points(PROVIDERS_ENTRY_POINT)} Unfortunately, it requires Python 2.7 (see last comment on this page from author, this page references the same error I get): https://github.com/Diaoul/subliminal/issues/233 UnRaid comes with 2.6 at the moment. Any ideas, anyone? Modify my go file to install python 2.7 on every boot?
April 17, 201412 yr Ah, there is already a thread about this: http://lime-technology.com/forum/index.php?topic=31829
Archived
This topic is now archived and is closed to further replies.