Page 28 of 29

Re: [PP-Script / Scan-Script] Automatically Fetch Subtitles

Posted: 17 Jul 2017, 14:11
by kloaknet
while you are updating, maybe include this too to start a scheduled task:

https://nzbget.net/extension-scripts#custom-commands

;)

Re: [PP-Script / Scan-Script] Automatically Fetch Subtitles

Posted: 19 Jul 2017, 01:14
by l2g
kloaknet wrote:
17 Jul 2017, 14:11
while you are updating, maybe include this too to start a scheduled task.
Done. This was relatively easy because i had already built it into my framework. Here is the update
ulrick65 wrote:
16 Jul 2017, 16:24
I can't see a way to get Subliminal to skip processing if the .idx and .sub already.
This is now done (commit here).

Before i make a official release out of this, hopefully the both of you can give me your feedback first. Just download from the master branch to get all these applied changes.

Re: [PP-Script / Scan-Script] Automatically Fetch Subtitles

Posted: 19 Jul 2017, 04:52
by kloaknet
Seems to be working on the button part :D . Noticed in the settings the about needs a date update ;) . THanks!

Re: [PP-Script / Scan-Script] Automatically Fetch Subtitles

Posted: 26 Jul 2017, 00:24
by l2g
kloaknet wrote:
19 Jul 2017, 04:52
Seems to be working on the button part :D . Noticed in the settings the about needs a date update ;) . THanks!
Yup! I just needed to get some feedback before i bumped the details... that said:
-----
Release v0.10.0 (Direct Download Link) in place.

The release details can be found at the head of this thread (quick link).

Re: [PP-Script / Scan-Script] Automatically Fetch Subtitles

Posted: 29 Oct 2017, 19:15
by l2g
Official Release v1.0.0 (Direct Download Link) in place.

Subliminal has been stable for long enough that I believe it's safe to officially label it as such. Therefore I bumped the major version for this release.

The release details can be found at the head of this thread (quick link) however the major changes are:
  • Fully compliant with SABnzbd
  • Portuguese/Brazilian Language codes supported now
  • A lot of unicode bulletproofing (specifically for Podnapisi and Addic7ed)
  • TV Show Year guessing improvements (which increases likelihood of finding subtitle matches)

Re: [PP-Script / Scan-Script] Automatically Fetch Subtitles

Posted: 14 Dec 2017, 01:15
by ulrick65
Thanks very much...I apologize that I did not see this earlier, I was not receiving notifications and I lost track of the thread.

Re: [PP-Script / Scan-Script] Automatically Fetch Subtitles

Posted: 07 Oct 2018, 23:13
by shhume
Has anyone been able to get this working on windows 10? I am trying to get it to run as a post process and currently getting this error with python 2.6 installed.

Post-process-script Subliminal.py for Rampage.2018.1080p.BluRay.DD5.1.x264-playHD failed (terminated with unknown status)
INFO Sun Oct 07 2018 19:03:01 Subliminal: ImportError: cannot import name kill
INFO Sun Oct 07 2018 19:03:01 Subliminal: from os import kill
INFO Sun Oct 07 2018 19:03:01 Subliminal: File "c:\programdata\nzbget\scripts\Subliminal\nzbget\ScriptBase.py", line 150, in <module>
INFO Sun Oct 07 2018 19:03:01 Subliminal: from .ScriptBase import *
INFO Sun Oct 07 2018 19:03:01 Subliminal: File "c:\programdata\nzbget\scripts\Subliminal\nzbget\__init__.py", line 23, in <module>
INFO Sun Oct 07 2018 19:03:01 Subliminal: from nzbget import SABPostProcessScript
INFO Sun Oct 07 2018 19:03:01 Subliminal: File "C:\ProgramData\NZBGet\scripts\Subliminal.py", line 409, in <module>
INFO Sun Oct 07 2018 19:03:01 Subliminal: Traceback (most recent call last):

Re: [PP-Script / Scan-Script] Automatically Fetch Subtitles

Posted: 08 Oct 2018, 19:48
by l2g
shhume wrote:
07 Oct 2018, 23:13

Code: Select all

INFO	Sun Oct 07 2018 19:03:01	Subliminal: ImportError: cannot import name kill
INFO	Sun Oct 07 2018 19:03:01	Subliminal: from os import kill
...
Your problem is here. The kill function is part of core functionality associated with Python. U have never seen i case where it was not compiled into Python... well until today; unfortunately it's clearly not in your copy of it. :?

I also wasn't aware there were still copies of Python 2.6 floating around for a Windows 10 installation; but my advice would be to uninstall your copy of Python and download the latest 2.7.x found on the official website. Then give it another go.

Re: [PP-Script / Scan-Script] Automatically Fetch Subtitles

Posted: 03 Apr 2019, 14:21
by kloaknet
just a headsup to l2g that addic7ed is moving to some API feature, and atm has captchas to block automation stuff like this script.

Re: [PP-Script / Scan-Script] Automatically Fetch Subtitles

Posted: 03 Apr 2019, 16:41
by l2g
Does this include people who've authenticated? Do you know?