User(s) browsing this thread: 1 Guest(s)
|
NZBget, Feedtime, usenet indexers... and my own solution.
|
|
04-23-2012, 09:25 PM
|
|||
|
|||
|
RE: NZBget, Feedtime, usenet indexers... and my own solution.
Hi there is no 'problem' , just requirements definition. Why does a user download into a category?
The answer used to be "Because they are doing their own categorisation?", so Oversight shouldn't then move the result? (but maybe it should index it without moving it?) But maybe the answer to the question is now different? I would like to change anything until I understand all the uses of categories? Esp now with SickBeard etc, I think that uses categories too? Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
04-23-2012, 09:54 PM
(This post was last modified: 04-23-2012 09:54 PM by jasch.)
|
|||
|
|||
|
RE: NZBget, Feedtime, usenet indexers... and my own solution.
As an Indexer, I push the NZB's category for every file uplodad. It's up to the user if they want to use it or not.
You can disable NZBget from using different directories with the "AppendCategoryDir" config option, and this fixed the "files being extracted in different directories". But this 'category' altough not used by NZBget is still passed on to the unpak script (which apparently makes Oversigh ignore the file). I am not saying it's Oversights fault obviously, but categories are included in the http headers of most popular indexers (nzbs, nzbmatrix, newznab, etc), which I guess nzbget will be taking advantage off at some point in the near future (hugbug is working on adding 'fetch by URL' options to the API, and possibly RSS feeds). On the other side of the coin, you have SABnzb/Sickbeard, but since they have their own unpak and sorting scripts, they appears to have no conflicts. |
|||
1 user says Thank You to jasch for this post |
|
04-23-2012, 10:07 PM
(This post was last modified: 04-23-2012 10:09 PM by lordy.)
|
|||
|
|||
|
RE: NZBget, Feedtime, usenet indexers... and my own solution.
Ah I see this is actually useful, as it makes searching easier.
Eg "Room 101.avi" is it a tv show 'Room s01e01.avi' or a movie. Oversight unpak script does some horrible contortions to try to figure that out. But it always made more sense to work with any metadata associated with the original NZB in the first place. I'll make Oversight use this in the near future to decide between TV and Movie search. At the moment, for files like this, (assuming no nfo file) it starts with a TV search (to mop up simple 1x1, s01e01 etc), then failing that it tries a movie search (movies with numbers) , and then back to TV if IMDB says or no movie found. Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
04-26-2012, 11:46 PM
|
|||
|
|||
|
RE: NZBget, Feedtime, usenet indexers... and my own solution.
Thanks for the prefer SD x264 and prefer HD WEB-DL options in preferences.
Anyone tried using this with the new CSI nzbget.r406:407? A400: SSD+SD Card(Apps), HDMI A300: USB(Apps), HDMI C200: USB(Apps), BD SH-B083L(SB01), HDMI CAT6 Wired Network: TV TX-P42G20, HP ProCurve 1400-8G, Netgear GS-608/605, Synology CS407 |
|||
|
04-26-2012, 11:49 PM
(This post was last modified: 04-26-2012 11:53 PM by jasch.)
|
|||
|
|||
|
RE: NZBget, Feedtime, usenet indexers... and my own solution.
That appears to be only a bugfix release.
Quote:nzbget 0.8.0-testing-r407 |
|||
|
04-27-2012, 01:03 AM
(This post was last modified: 04-27-2012 01:04 AM by chris57.)
|
|||
|
|||
|
RE: NZBget, Feedtime, usenet indexers... and my own solution.
It may be but it flashes up as an update in the CSI installer so many will automatically update. I was just wondering if anyone else had updated and if things were ok still for them as ive not had a download since i updated.
I've updated but forgot to save my conf file so I'm having to renter details and have not had anything push over and download yet. I have a few of my shows on tonight so I'll see how thing go and if nothing is there I'll try a standard download etc. and check my settings first. A400: SSD+SD Card(Apps), HDMI A300: USB(Apps), HDMI C200: USB(Apps), BD SH-B083L(SB01), HDMI CAT6 Wired Network: TV TX-P42G20, HP ProCurve 1400-8G, Netgear GS-608/605, Synology CS407 |
|||
|
04-27-2012, 09:01 AM
|
|||
|
|||
|
RE: NZBget, Feedtime, usenet indexers... and my own solution.
I've been using the latest nzbget (r407) for the the last 6-7 days..
Just remember to backup your settings as they get reset after the csi install. Everything seems to be working fine with r407. My PCH-A110 Stats | Samsung LE32A656 | Logitech Z-2300 | Harmony One Oversight | |
|||
|
04-27-2012, 11:41 AM
|
|||
|
|||
|
RE: NZBget, Feedtime, usenet indexers... and my own solution.
At the moment the conf file is removed for maximum compatability, its been like this since before i started making the CSI packages. I will from now no change the line that deletes the file and just rename it (.bak) so people will still be able to get their setting back without having to redo the whole config.
Sorry about your configs guys. My Popcorn Hour A110 Trakt.tv (TESTING)
![]() Community Software Installer - For All Your User Apps PchTrakt - Millers Mods Download A-400 - Onkyo TX SR608 AV receiver, C-200, A110 |
|||
3 users say Thank You to jhmiller for this post |
|
04-27-2012, 08:22 PM
|
|||
|
|||
|
RE: NZBget, Feedtime, usenet indexers... and my own solution.
Maybe the new release package should come with a "nzbget.conf.orig", so it will not overwrite the original file.
If there's no "nzbget.conf" in place, "orig" get's renamed. This way .conf file will never get overwritten. This is how most PHP installs do it, so you can update without fear of overwriting your setup. The rename part is optional, as people can just make a copy, remove '.orig' and work on that. It makes good practice also, since you allways have an original template. BTW, Hubbug confirmed to me that 0.8.0 should come out of 'testing' soon, and a 0.9.0-testing will be commited, with a http client. This will bring some inmediate changes that would benefit users of DOGnzb, like add-by-url, including multiple file uploads at the same time (I could push 10 urls to you, with only one simple and quick connection, and then NZBget fetches the files afterwards). This could pave the way for other features that required an http client (like downloading from RSS feeds) which Hugbug seems interested in adding. |
|||
|
04-30-2012, 02:17 AM
|
|||
|
|||
|
RE: NZBget, Feedtime, usenet indexers... and my own solution.
Sounds interesting.
Got it up and running with the latest CSI version of nzbget. Think I had forgot to set the server ip to 0.0.0.0 to get it to listen to all interfaces. So that's a couple of us at least that have n o issues with trhe latest CSI release of nzbget and dognzb. A400: SSD+SD Card(Apps), HDMI A300: USB(Apps), HDMI C200: USB(Apps), BD SH-B083L(SB01), HDMI CAT6 Wired Network: TV TX-P42G20, HP ProCurve 1400-8G, Netgear GS-608/605, Synology CS407 |
|||
|
05-03-2012, 10:54 PM
|
|||
|
|||
|
RE: NZBget, Feedtime, usenet indexers... and my own solution.
Hugbug has released 0.9.0-testing, and so far it's working great. I've ran several tests myself, and NZB pushing is way faster, since the NZB doesn't have to be uploaded, just the URL (nzbget fetches the nzb file directly from the server).
This has also paved the way for uploading multiple URLs, on one connection, streamlining the whole process. If anybody is interested in running 0.9.0, and helping us test it, here's the executable http://dl.dropbox.com/u/626683/nzbget-0....sel.tar.gz (for 200/300 series): http://dl.dropbox.com/u/626683/nzbget-0....sel.tar.gz (for 100 series) It's just a drop in replacement over the previous nzbget in your Apps directory (rename the previous one to nzbget.old or whatever, so you can revert easily). Also, NZBget assumes categories now automatically from HTTP headers when downloading NZB files, so make sure you have AppendCategoryDir set to NO in your config, if you're using oversight also. |
|||
1 user says Thank You to jasch for this post |
|
05-05-2012, 04:05 PM
|
|||
|
|||
|
RE: NZBget, Feedtime, usenet indexers... and my own solution.
I just used this on my A110.
I can see NZBget as it should and the server is started.. I'll try to report back in a few days and tell how the things got downloaded (dognzb-push) My PCH-A110 Stats | Samsung LE32A656 | Logitech Z-2300 | Harmony One Oversight | |
|||
|
05-10-2012, 07:42 PM
(This post was last modified: 05-10-2012 07:43 PM by Slevin.)
|
|||
|
|||
|
RE: NZBget, Feedtime, usenet indexers... and my own solution.
Push and downloads are working ok with the provided 0.9
tpo bad it is a bid hard with oversight integration.. i've made a request to change that part on oversight's side here. please vote it
My PCH-A110 Stats | Samsung LE32A656 | Logitech Z-2300 | Harmony One Oversight | |
|||
|
05-10-2012, 07:44 PM
|
|||
|
|||
|
RE: NZBget, Feedtime, usenet indexers... and my own solution.
Even after disabling it on nzbget?
|
|||
|
05-14-2012, 05:54 PM
(This post was last modified: 05-14-2012 05:55 PM by Slevin.)
|
|||
|
|||
|
RE: NZBget, Feedtime, usenet indexers... and my own solution.
sorry for the late response..
in NZBget (0.9.0-testing-r414) AppendCategoryDir is set to "no". but it still creates subfolders per category in the /share/Complete folder. (nzbget-bug?? ) i don't think the AppendCategoryDir has any effect on how oversight handles categories.. as it gets te category value passed trough directly from NZBget when it executes the unpacking/catalog-script. i haven't heard any feedback yet from lordy/oversight on how to solve this. My PCH-A110 Stats | Samsung LE32A656 | Logitech Z-2300 | Harmony One Oversight | |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| NZBGet 9.0/10.0 discussion | hugbug | 473 | 37,655 |
Yesterday 06:45 PM Last Post: say170 |
|
| Feedtime on Syno NAS | espresso | 5 | 534 |
04-18-2013 04:42 PM Last Post: espresso |
|
| Usenet DMCA troubleshooting(notice and take Down) | hekc0211 | 0 | 720 |
04-16-2013 01:09 PM Last Post: hekc0211 |
|
| Can't save NZBGet Web Interface settings | jurjongo | 0 | 455 |
04-15-2013 09:57 PM Last Post: jurjongo |
|
| NZBGet download x pars instead of one/all/none | shazada | 0 | 459 |
04-07-2013 03:46 PM Last Post: shazada |
|
| CSI, usenet and torrents.... | mrjaffa | 1 | 521 |
04-01-2013 08:10 PM Last Post: mrjaffa |
|
| Torrent unrar solution | foximaxi | 0 | 429 |
03-29-2013 12:46 PM Last Post: foximaxi |
|
| NZBGet on the PCH/NMT Manual and F.A.Q. | Philos | 147 | 176,174 |
03-10-2013 11:33 AM Last Post: blobe |
|
| Script to send NZB(url) to NZBGet using iOS | mrmaximum | 18 | 6,980 |
03-05-2013 12:23 AM Last Post: rvdet |
|
| NZBGET postprocess to specified folder | Goldrolly | 2 | 1,054 |
02-15-2013 06:09 PM Last Post: jhmiller |
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]




![[+]](images/collapse_collapsed.gif)


![[Image: watched-fanart.jpg]](http://trakt.tv/user/jhmiller/widget/watched-fanart.jpg)