Search found 49 matches

by Nedle
05 Dec 2016, 11:55
Forum: Feature discussion
Topic: [New Feature] Android installer
Replies: 131
Views: 623864

Re: [New Feature] Android installer

Yeah I get that it will break duplicate detection because the dupekeys will be different. My rss feeds only shows the episodes from the last 14 days though so that wouldn't be that big of a problem. I'd just prefer using the same id for all shows, but not really necessary. I also had it set to rejec...
by Nedle
26 Nov 2016, 12:10
Forum: Feature discussion
Topic: [New Feature] Android installer
Replies: 131
Views: 623864

Re: [New Feature] Android installer

Well they are all provided for most of my shows. It defaults to rageid atm, only using tvbdbid when it is available. Since tvrage is no more and new shows have no rageid I was wondering if I could make it default to tvdbid instead of rageid.
by Nedle
19 Nov 2016, 10:47
Forum: Feature discussion
Topic: [New Feature] Android installer
Replies: 131
Views: 623864

Re: [New Feature] Android installer

I updated my firetv 2 to the latest firmware. I also updated to nzbget to 17.1. I confirm I also get the error. Could not resolve hostname xxxxxx.xx: ErrNo -2, Name or service not known Editing the android host file and manually adding the ip addresses remedies this problem. Yeah that is just NZBGe...
by Nedle
21 Aug 2016, 15:41
Forum: Feature discussion
Topic: [New Feature] Android installer
Replies: 131
Views: 623864

Re: [New Feature] Android installer

Just testing the new shell override, was able to launch scripts from the internal storage using it, which is nice as this was never possible before because this was prohibited by android. You still can't run the python executable directly tho, as I got an error saying that it was missing some python...
by Nedle
11 May 2016, 12:26
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 527508

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

Alright, thanks. Checked and the header X-DNZB-EpisodeName does indeed show up for 1 but not for the other. Requested if they could add it there as well. Not sure how to use Chrome's dev tools to find the headers though. I'm just grabbing the url from the rss feed atm and using curl -I to get the he...
by Nedle
11 May 2016, 10:38
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 527508

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

I have a small issue for a while now and just today I tried to fix it but can't work it out. When I download episodes from 1 indexer it does all the renaming correctly, but for another indexer the episode name is omitted every time. Not sure why as it looks like the rageid/tvbid/episode/season info ...
by Nedle
21 Jan 2016, 08:41
Forum: Feature discussion
Topic: [New Feature] Android installer
Replies: 131
Views: 623864

Re: [New Feature] Android installer

Really weird that you can't seem to get it to work that way. Did you chmod the whole folder and the contents and not just the folder itself? You need to use recurive chmod to do that: chmod -R 755 /data/data/net.nzbget.nzbget/nzbget/scripts Not quite sure what that error is, seems to be a VideoSort ...
by Nedle
20 Jan 2016, 08:39
Forum: Feature discussion
Topic: [New Feature] Android installer
Replies: 131
Views: 623864

Re: [New Feature] Android installer

Just put the whole folder in the script directory, that should work. So it looks like this: **/scripts/failureLink.py **/scripts/VideoSort61/VideoSort61.py **/scripts/VideoSort61/lib **/scripts/VideoSort61/lib/babelfish **/scripts/VideoSort61/lib/dateutil etc. Alternatively you can move the contents...
by Nedle
19 Jan 2016, 15:53
Forum: Feature discussion
Topic: [New Feature] Android installer
Replies: 131
Views: 623864

Re: [New Feature] Android installer

I am having an issue with this. I have chmod 755 from shell but the file remains -rw-rw---- If I move the file as root from my USB to the device itself for example to /data chmod 755 works just fine. However when I point nzbget to this directory for my scripts nothing is listed. Sorted out the perm...
by Nedle
08 Jan 2016, 10:23
Forum: Extension scripts
Topic: [Future PP-Script] Add to Trakt collection
Replies: 1
Views: 3299

Re: [Future PP-Script] Add to Trakt collection

I've done some work on trakt, but as an RSS feed script. It will check your collection on trakt and see if anything is present and if so remove it from the RSS feed, to avoid downloading duplicates. As I'm running NZBGet on Android it is a mixture of Python and android shell commands. Not sure if it...