If a Subliminal is successful, then it'll return a Success message, otherwise it returns a "no change" (both are acceptable and won't interrupt the rest of your post processing). However, prior to this download/update, you were getting neither because you were suffering a hard crash and thus return...
Ayla , Good find! It appears newer versions of Python have dropped support for SSL v3 (which is a good thing really since it's so easily exploited). I upgraded urllib3 (a dependent package of Subliminal.py) which already looks after handling this. It works for me (but it always works for the develo...
Hi Chris (or someone else), Can you help out, I get an error when running nzbget-subliminal in Debian 8? I have tried googling but I can't seem to fix the error. sudo python nzbget/scripts/nzbget-subliminal/Subliminal.py -l en,da -f -k -S /mnt/synology/myvideo.mkv 2015-11-07 11:08:40,176 - 13741 - I...
It finds the subtitle and downloads it, but the file is not named '.en.srt' just '.srt': Your right on the ball with this bug... i fixed single mode in general. For some reason i just always set it to yes (when ran from the command line). It would never be 'off' per say which is why your tests were...
Also, when I run Subliminal.py from commandline, it doesn't seem to work with multiple languages? Multiple subtitles (languages being part of the extension) is implied unless you add the -s (for single mode). Try -l en,da instead; ie: /usr/local/bin/python /Users/martin/Library/Application\ Support...
Also, when I run Subliminal.py from commandline, it doesn't seem to work with multiple languages? For example: /usr/local/bin/python /Users/martin/Library/Application\ Support/NZBGet/scripts/nzbget-subliminal/Subliminal.py -l en -l da -f -S /Volumes/TVshow/myVideo.mkv - only downloads the last langu...