Search found 228 matches

by l2g
13 Aug 2014, 11:41
Forum: Extension scripts
Topic: [PP-Script / Scan-Script] Automatically Fetch Subtitles
Replies: 281
Views: 211510

Re: [PP-Script] Subliminal - Subtitles, faster than your tho

Now getting this error even though everything is set in the settings. That would be my fault, my last commit fixed your problem. But i additionally tried to get clever and make it easier to follow variables internally so they're 1 to 1 with what is defined. In doing so i introduced a new problem; m...
by l2g
13 Aug 2014, 02:02
Forum: Extension scripts
Topic: [PP-Script / Scan-Script] Automatically Fetch Subtitles
Replies: 281
Views: 211510

Re: [PP-Script] Subliminal - Subtitles, faster than your tho

I'm getting some errors when attempting this Tue Aug 12 19:48:00 2014 INFO Subliminal: 2014-08-12 19:48:00,397 - 15399 - INFO - There were no files found. Even though the file is still in the completed directory, it says no files found. I pushed a fix to this, please just grab the latest and try ag...
by l2g
11 Aug 2014, 20:50
Forum: Extension scripts
Topic: [PP-Script / Scan-Script] Automatically Fetch Subtitles
Replies: 281
Views: 211510

Re: [PP-Script] Subliminal - Subtitles, faster than your tho

Can you bring option SearchMode back? Done ( commit bc53de )! :) I just renamed the convention slightly from hash/filename to basic/advanced. It defaults to the full out processing, but you can switch your's back to basic and it should work as you intended (much, much faster, but less accuracy). I ...
by l2g
11 Aug 2014, 03:20
Forum: Feature discussion
Topic: Password Input Type Configuration Option
Replies: 6
Views: 3970

Password Input Type Configuration Option

Just curious the level of effort involved in protecting certain web fields from prying eyes when configuring NZBGet. I realize you can protect your (server) configuration behind a user/pass combo, but it's also nice to offer others help with setting up there server for them (especially the for the f...
by l2g
10 Aug 2014, 00:20
Forum: Extension scripts
Topic: [PP-Script / Scan-Script] Automatically Fetch Subtitles
Replies: 281
Views: 211510

Re: [PP-Script] Subliminal - Subtitles, faster than your tho

Okay, The complete rewrite is done, packaged and pushed to GitHub . Although i provide extra content (to be as transparent as possible), you really only need 2 directories from the contents of the repository to run the plugin: Subliminal.py Subliminal (the directory) Copy both of these into your nzb...
by l2g
09 Aug 2014, 12:24
Forum: Extension scripts
Topic: [PP-Script / Scan-Script] Automatically Fetch Subtitles
Replies: 281
Views: 211510

Re: [PP-Script] Subliminal - Subtitles, faster than your tho

I guess the most usefull code block is at the end tbh All is good :) You're right with that statement for sure. NZBPP_NZBFILENAME is the original filename of nzb-file. After adding to queue it is renamed to .queued (or .2.queued if .queued was already there). I like when you share tidbits like this...
by l2g
06 Aug 2014, 20:36
Forum: Extension scripts
Topic: [PP-Script / Scan-Script] Automatically Fetch Subtitles
Replies: 281
Views: 211510

Re: [PP-Script] Subliminal - Subtitles, faster than your tho

Got some new stuff :D: ..snip.. info Wed Aug 06 2014 17:03:55 Subliminal: DBNoSuchFileError: (2, 'No such file or directory') ..snip.. From the error your getting, it seems like you're really close. Dogpile is a dependency of subliminal, and works from within a cache file (stored on your filesystem...
by l2g
05 Aug 2014, 17:08
Forum: Extension scripts
Topic: [PP-Script / Scan-Script] Automatically Fetch Subtitles
Replies: 281
Views: 211510

Re: [PP-Script] Subliminal - Subtitles, faster than your tho

So guessit is imported! but cannot find the pkg_resources stuff in the guessit folder(s) ;) Heh... so then the saga continues right? :) Lets go for a round 6 then, shall we? This one I tried to take extra caution for. I followed all of the imports manually and then fetched them from my global envir...
by l2g
05 Aug 2014, 01:45
Forum: Extension scripts
Topic: [PP-Script / Scan-Script] Automatically Fetch Subtitles
Replies: 281
Views: 211510

Re: [PP-Script] Subliminal - Subtitles, faster than your tho

Updated link: subliminal-ppscript-0.7.4-0-005.zip - added stevedore - fixed dirname() Don't worry about the warning about the nzbfile. It's because it wraps the pynzbget framework i wrote. Had it found the nzbfile it would have further parsed it for more meta information to help look up the subtilte...
by l2g
04 Aug 2014, 18:45
Forum: Extension scripts
Topic: [PP-Script / Scan-Script] Automatically Fetch Subtitles
Replies: 281
Views: 211510

Re: [PP-Script] Subliminal - Subtitles, faster than your tho

Updated link: subliminal-ppscript-0.7.4-0-004.zip first test of 003 on a random file: info Mon Aug 04 2014 16:34:18 Subliminal: ImportError: No module named guessit Should work now in attached file Note also that windows 7 gives some error on the .zip file, 7zip works. (cannot open folder, file inva...