Hello,

thank you Håvard, I tried it, but I think the latest version (2.1.0) is still broken somehow.
There are errors when I click on the "Choose subtitles" in Nautilus:

Traceback (most recent call last):
  File "/usr/share/nautilus-python/extensions/subliminal-nautilus.py", line 188, in choose_callback     refine(video, episode_refiners=self.config.refiners, movie_refiners=self.config.refiners,   File "/usr/lib/python3/dist-packages/subliminal/core.py", line 546, in refine
    for refiner in ('hash', ) + refiners:
TypeError: can only concatenate tuple (not "list") to tuple

Similar with the "Download subtitles":

Traceback (most recent call last):
  File "/usr/share/nautilus-python/extensions/subliminal-nautilus.py", line 265, in download_callback     refine(video, episode_refiners=self.config.refiners, movie_refiners=self.config.refiners,   File "/usr/lib/python3/dist-packages/subliminal/core.py", line 546, in refine
    for refiner in ('hash', ) + refiners:
TypeError: can only concatenate tuple (not "list") to tuple

Reply via email to