Could you please look at adding support for NZBMatrix: NZB Usenet Downloads. NZBs Downloads
2009-05-02 03:27:43,588 WARNING [interface] API Key missing, please enter the api key from config>general into your 3rd party program:
Canada
also in favor of grabbing more info from the newzbin feeds -- i like to avoid dvd files when possible for example, and it'd be nice to see this, or things like 'hard subs' etc. Don't see much reason to use anything but newzbin for usenet anyway, they even made the NZB format. but the stuff you'r working on may be stacking pretty high
so maybe if i take a break from finals this week i can send you something to look at, see if you want to add it?
anyway, other than my favorite search being poor atm for me (only, it seems) the plugin works and looks great. Someone was asking earlier if you could rename the files you download -- SAB can do that for you in a format that TV Series will auto-parse. And the SAB categories setup is great for putting movies in the movies plugin folder and series in the other -- my shows appear in mytvseries within a minute of them finishing download (though i guess the shows are small/dont take long to par/unzip).
EDIT/FIXED: I was looking at your xpath, and wondering why it wouldn't grab all the items for newzbin but it would for the others. Then i looked at the XML/rss feed that newzbin was handing your program, and saw how many items there were, so i figured maybe i should limit my results. So i limited my 'feed' maximum initially to ten, then all the way to 90, and Newzbin feeds now returned more results, 90 actually (rather than one). It didn't affect my searches though, so i went into the sites.xml and replaced [max] in the search with 50, and now newzbin returns more than one result! Great, program working. May still try to mess with it for newzbin data, but thats less important. Didn't look thoroughly through your code but its possible that the 0 max has newzbin return only 1 result, or somewhere else in your code it limits it. Not sure. Either way this is a quick fix if anyone else was having trouble with newzbin results.
So, where do I enter the API-key?
2009-05-02 03:27:43,588 WARNING [interface] API Key missing, please enter the api key from config>general into your 3rd party program:
Found an inconsistency: when i hit the 'refresh' button in the job queue screen it jumps back to the search results, where i would expect it to refresh the download status of the job queue... Can this be altered?
Could you please look at adding support for NZBMatrix: NZB Usenet Downloads. NZBs Downloads
That was me[..]
Someone was asking earlier if you could rename the files you download -- SAB can do that for you in a format that TV Series will auto-parse. And the SAB categories setup is great for putting movies in the movies plugin folder and series in the other -- my shows appear in mytvseries within a minute of them finishing download (though i guess the shows are small/dont take long to par/unzip).
[..]
Canada
That was me[..]
Someone was asking earlier if you could rename the files you download -- SAB can do that for you in a format that TV Series will auto-parse. And the SAB categories setup is great for putting movies in the movies plugin folder and series in the other -- my shows appear in mytvseries within a minute of them finishing download (though i guess the shows are small/dont take long to par/unzip).
[..]I know SAB has a 'tv sorting' option. However, for this to work, SAB needs to be able to identify the file from the original filename (as far as i understand). Sometimes the .nzb filename is too messed up for this (happens a lot with results of searches on nzbindex.nl for instance). See also this post.
Mm. I didn't change the max in searches to 0 though, i just guessed that might have been what it was set at? I only saw an option in the config for max feed size. Whatever the default was for newzbin was returning 1 result.
As for the metadata or w/e, I typed in the exact url you have in your sites.xml and, while logged in (should be auto with sabnzbd) it gave data like video format and source (good to know if you'r downloading a cam), seems like should be a matter of adding the extra tags within <item> and then grabbing it with a if(search.equalsnewzbin) and just adding it to the guimenu or something, maybe having it show on the list. But like i said i can look into it to help out
EDIT: scratch that. Guess i just figured you logged in with the sab info, but from what you'r saying i'm guessing you just get the RSS info while not logged in, and just hand the ID# to sab to download. So i guess yeah you were 100% right it'll have to wait until you add the option to store our username/pass.
@bloasfist: yeah i noticed a download that got mangled because of the nzb title, but that was one out of a handful so far. If it happens often enough, believe sabnzbd is python, so should be pretty simple (but may not be, haven't looked) to add a failcheck when it tries to parse the nzb filename -- if it fails you could have it request a new name or format. That part should be okay, tying that in with mpnzb would require writing some small api hack though. So it'd have to be pretty common.
Perhaps my plug-in is not replacing bad characters in the URL. Could you give me an example search and a NZB to download. I will get it to work and release a fix. Probably that damn single quote that I forgot to replace, I will wait for your response on this one.