Search found 20 matches

by bgoldie
07 Aug 2014, 20:52
Forum: Extension scripts
Topic: [PP-Script / Scan-Script] Automatically Fetch Subtitles
Replies: 281
Views: 211496

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

My NZBGet runs on PCH-C200, the most recent version available for this device is the 13.0-testing-r963. Sorry to derail the topic but you can update NZBGet on the C200 without waiting for somebody to package it. Download the latest Mipsel testing release e.g. nzbget-14.0-testing-r1070-bin-mipsel-st...
by bgoldie
19 Jan 2014, 17:09
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 528405

Re: [PP-Script] VideoSort - better video sorting

oofti wrote: What would I need to edit in order to preserve the folder name in the parent directory?
Try
MoviesFormat=%dn/%dn.%ext
by bgoldie
14 Dec 2013, 02:05
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 528405

Re: [PP-Script] VideoSort - better video sorting

cheepa wrote:Is there a way for VideoSort not to rename a file? For example South.Park.S17E07.HDTV.x264-DHD, i don't want that file name to be renamed.

thanks
You can use %fn for the original filename.
by bgoldie
25 Nov 2013, 10:07
Forum: Support
Topic: PostProcessing Permission Denied?
Replies: 7
Views: 5059

Re: PostProcessing Permission Denied?

Hi shlomki,

Python is available for the a-200, you need to install it through Local - http://www.networkedmediatank.com/showt ... ?tid=45424
by bgoldie
27 Oct 2013, 15:33
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 528405

Re: [PP-Script] VideoSort - better video sorting

Is it also possible to add the option to directly run synoindex -a on the new generated folder. Normally i run an script to do this but the script doesn't know the new folder name. This can be very helpfull for all with an synology nas. You can amend the script to use FinalDir, which is the renamed...
by bgoldie
11 Aug 2013, 14:22
Forum: Support
Topic: RSS Support NZBGet 12 Testing
Replies: 49
Views: 23726

Re: RSS Support NZBGet 12 Testing

Hugbug, on r777 I have three Newznab RSS feeds setup. DOGnzb and NZBS.su work fine, but the third site feed gives a warning everytime it checks the feed "Content-Length is not submitted by server, cannot verify whether the file is complete", although downloads still work. I don't want to name the si...
by bgoldie
04 Aug 2013, 15:56
Forum: Support
Topic: RSS Support NZBGet 12 Testing
Replies: 49
Views: 23726

Re: RSS Support NZBGet 12 Testing

For some reason my bookmarks RSS feed which has been setup for days, and has successfully downloaded new bookmarked items, has just downloaded the 11 items in the backlog. There's nothing about this in the log other than "DOGnzb bookmarks has 11 new item(s)". I know there was a code update on dognz...
by bgoldie
04 Aug 2013, 14:47
Forum: Support
Topic: RSS Support NZBGet 12 Testing
Replies: 49
Views: 23726

Re: RSS Support NZBGet 12 Testing

Hugbug,

For some reason my bookmarks RSS feed which has been setup for days, and has successfully downloaded new bookmarked items, has just downloaded the 11 items in the backlog. There's nothing about this in the log other than "DOGnzb bookmarks has 11 new item(s)".
by bgoldie
01 Aug 2013, 17:07
Forum: Extension scripts
Topic: [PP-Script] NMJ Update script
Replies: 1
Views: 3224

[PP-Script] NMJ Update script

This script will update the Network Media Jukebox (v2 only) library on a Popcorn Hour when a download is complete. It includes code from Sickbeard's NMJv2 notifier (credit to Jasper Lanting).
by bgoldie
01 Aug 2013, 12:44
Forum: Support
Topic: What is next for NZBget?
Replies: 86
Views: 37955

Re: What is next for NZBget?

can "External Link" be made available as a variable to a PP script? This might help me with a 'Add to Trakt collection' script I'm working on. It is already passed. Use bash-command "export" (without parameters) to print the names of all passed env vars. The env. var name is probably "NZBPP_*X-DNZB...