Subliminal subtitles on UNRAID.


Recommended Posts

  • 1 year later...

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?  :(

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.