User(s) browsing this thread: 2 Guest(s)
|
TVNZB 20090709-1 (now called FeedTime) Automated nzb downloads and nzbget scheduler
|
|
11-23-2008, 01:17 AM
(This post was last modified: 11-23-2008 01:18 AM by lordy.)
|
|||
|
|||
RE: [nzbget] Automated downloading from tvnzb.com or newzleech.com
(11-22-2008 11:43 PM)spelosi Wrote: First off, Let me say that is an awesome idea. Thanks for putting this together. You're welcome ![]() (11-22-2008 11:43 PM)spelosi Wrote: When I click Process Feed Now with 10 pages I get this: Hi, try the 'reset rss' option. What is happening is the script keeps a record of the most recent link seen on the feed. (last link). If the nzbs were listed earlier than that link, then it wont download them. Reset rss clears the 'last link' record. I have to think of better wording (any suggestions?). Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
11-23-2008, 05:07 AM
(This post was last modified: 11-23-2008 06:17 AM by spelosi.)
|
|||
|
|||
RE: [nzbget] Automated downloading from tvnzb.com or newzleech.com
(11-23-2008 01:17 AM)ydrol Wrote: You're welcome Thanks! That did the trick. It grabbed an nzb off my list and processed it when i clicked Process Feed now. But when it was done, it didn't grab the next one, even though there were about 10 found when I did the test. When will it grab the others? I tried stopping and starting the service but when it starts up again it just says this: 05:11 Sun 23 Nov : Completed mode=LIVE : last link = http://www.tvnzb.com/nzb/15306 I know there are other files out there that it could grab. Why isn't it grabbing them at start up? |
|||
|
11-23-2008, 06:32 AM
(This post was last modified: 11-23-2008 06:39 AM by lordy.)
|
|||
|
|||
|
RE: [nzbget] Automated downloading from tvnzb.com or newzleech.com
Hi, There is a difference between 'test' and 'live'.
'Live' will use an RSS feed (which will normall only have very recent items). 'Test' will search back through the history, by browsing the pages on the normal website. This searches through old posts just to help you check your patterns are working. So when you do your test , you picked up all of the old matches, but when you do 'live' you only get recent items. (any may not get any matches at all). My thinking was that if I want older stuff that's already been posted , I'd just download the nzbs directly from the website as it would not be present in an RSS stream anyway. I could add an option to process older pages now, but I'll wait to see if there is demand for it. It will probably get confusing as you start adding more tv programs to the list, as you would only want to do this for new patterns. It would need thinking about, and probably a lot of effort for little gain. If you have any more experience to share, or suggestions, I'm very interested though. PS Newsleech's RSS feed doesnt make it easy to find the NZBs to download, so I created a fake RSS feed from the first page of the website. Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
11-23-2008, 06:58 AM
(This post was last modified: 11-23-2008 07:14 AM by spelosi.)
|
|||
|
|||
RE: [nzbget] Automated downloading from tvnzb.com or newzleech.com
(11-23-2008 06:32 AM)ydrol Wrote: Hi, There is a difference between 'test' and 'live'. Ok, that makes sense. It only grabs the mentalist every time, and that's the newest show. Now, if I stop and start it again, will it grab the mentalist again? even though it has already grabbed it? Thanks a lot for all your help. As soon as I saw NZB support I was thinking of creating the same application, but it would run in windows. I didn't know how to retrieve the NZB based on the information returned from the RSS feed. Since you made this, I don't have to worry about it ![]() Thanks again! Steve |
|||
|
11-23-2008, 12:54 PM
(This post was last modified: 11-23-2008 07:08 PM by lordy.)
|
|||
|
|||
|
RE: [nzbget] Automated downloading from tvnzb.com or newzleech.com
Hi, if you stop and start it it should work ok. That's what the 'last link' is for. It records the newest link it has seen on the stream, and stores this as the 'last link', and when it runs the next time it process the new links until it sees the previous 'last link'
Glad you like it. There are a few windows NZB/RSS grabbers already knocking around ![]() In the RSS feed is a field that typically takes you to the news story. On some NZB sites this is a direct link to download the NZB. On others, it takes you to a web page concerning the show, or to further select files that will make up the NZB. Easiest way to see is to browse to an RSS URL and then do 'view source' Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
11-23-2008, 06:32 PM
|
|||
|
|||
RE: [nzbget] Automated downloading from tvnzb.com or newzleech.com
(11-21-2008 01:03 AM)ydrol Wrote: There is one missing feature - you have to re-activate the PC url after a reboot. I will fix this soon, by hooking into /share/start_app.sh etc (all that is required is creation of a symlink). I guess before "exit 0". So is the following correct? Code: #!/bin/sh |
|||
|
11-23-2008, 07:08 PM
|
|||
|
|||
RE: [nzbget] Automated downloading from tvnzb.com or newzleech.com
(11-23-2008 06:32 PM)Bert684 Wrote: So is the following correct? Looks good to me
Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
11-24-2008, 11:46 AM
|
|||
|
|||
|
RE: [nzbget] Automated downloading from tvnzb.com or newzleech.com
i see the correct links but i also noticed that its not downloading anything now in tvnzb.sh.
i made some changes in tvnzb.sh like changing source like this: # There are two nzb streams. tvnzb and newzleech # # *tvnzb* # has more consistent nzbs but it can be quite a few hours behind # and it doesnt carry some more obscure shows. # Also a single nzb can only be downloaded 5 times. # *newzleech* # Has raw autogenerated nzbs. Early publish. Wide variety. # May be missing pars. Only scans alt.binaries.tv # It is not using a real stream (no direct nzb links) but a fake # stream derived from the from the web page. source=tvnzb #source=newsleech plus this : owner="nmt:nmt" owner="nmt:1234" because the default is nmt:1234 right? but after that its not working am i missing something? |
|||
|
11-24-2008, 12:21 PM
|
|||
|
|||
RE: [nzbget] Automated downloading from tvnzb.com or newzleech.com
(11-24-2008 11:46 AM)RiChaDo Wrote: i see the correct links but i also noticed that its not downloading anything now in tvnzb.sh.Does a 'test' work? If so its probably OK, you just need to do a reset on the rss stream. (11-24-2008 11:46 AM)RiChaDo Wrote: owner="nmt:nmt" Nope nmt:nmt is right The second 'nmt' is the group name, not the password.
Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
11-25-2008, 12:10 AM
|
|||
|
|||
|
RE: [nzbget] Automated downloading from tvnzb.com or newzleech.com
now i get error:
/opt/sybhttpd/default/tvnzb.cgi: line 548: /opt/sybhttpd/default/tvnzb.sh: not found what is the problem now? |
|||
|
11-25-2008, 01:31 AM
(This post was last modified: 11-25-2008 01:32 AM by lordy.)
|
|||
|
|||
RE: [nzbget] Automated downloading from tvnzb.com or newzleech.com
(11-25-2008 12:10 AM)RiChaDo Wrote: now i get error: Hi, TV_HOME must not be set correctly. I would download the original script and start fresh. There isnt any need to make changes to scripts at the moment. Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
11-25-2008, 12:37 PM
|
|||
|
|||
|
RE: [nzbget] Automated downloading from tvnzb.com or newzleech.com
well i did that i deleted everything.
downloaded and made the folders and putting the files in it like the way it's explained.then i site chmod 775 and changed the example list of series and added my list of series after that i go 2 the tvnzb.html tru the media tank then when i check the root of the nmt i see awk.in plus the start.sh so thats good right? but at the tvnzb interface i get the same error (/opt/sybhttpd/default/tvnzb.cgi: line 548: /opt/sybhttpd/default/tvnzb.sh: not found) and its downloading some series i added but even ones i did not add but what i dont get is that when i try 2 add my series tru the pc that it does not save my series its empty but its downloading dexter and some other series i did not add. |
|||
|
11-25-2008, 12:55 PM
|
|||
|
|||
RE: [nzbget] Automated downloading from tvnzb.com or newzleech.com
(11-25-2008 12:37 PM)RiChaDo Wrote: well i did that i deleted everything. Hi, I'll check it out this evening. Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
11-25-2008, 01:20 PM
|
|||
|
|||
|
RE: [nzbget] Automated downloading from tvnzb.com or newzleech.com
ahh thnx did it make a bit of sense?!
![]() ![]() im not english so it was a challenge |
|||
|
11-25-2008, 01:43 PM
|
|||
|
|||
|
RE: [nzbget] Automated downloading from tvnzb.com or newzleech.com
I am too busy lately to browse these forums, and see what kind of things I miss.
Ydroll, this is awesome, if you where a girl I would kiss you haha ![]() Cant wait to try it out, makes my life much easyer! C200 1.5 TB Hdd HDMI A200 Metal apps on USB stick TV: Samsung LE40C650 Visit my Personal Website |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| nzbget does not download | twentefan | 1 | 123 |
Yesterday 12:49 PM Last Post: chris57 |
|
| C-200 Torrent - I can't delete completed downloads | sentreete | 1 | 222 |
06-16-2013 05:59 PM Last Post: paul.caulfield2 |
|
| NZBget daemon dying | raven219 | 0 | 109 |
06-15-2013 03:54 PM Last Post: raven219 |
|
| NZBGet holding onto connections? | wanstronian | 0 | 178 |
06-07-2013 05:57 PM Last Post: wanstronian |
|
| Can't save NZBGet Web Interface settings | jurjongo | 2 | 735 |
05-29-2013 10:18 PM Last Post: jhmiller |
|
| NZBGet 9.0/10.0 discussion | hugbug | 473 | 43,617 |
05-21-2013 06:45 PM Last Post: say170 |
|
| Feedtime on Syno NAS | espresso | 5 | 686 |
04-18-2013 04:42 PM Last Post: espresso |
|
| NZBGet download x pars instead of one/all/none | shazada | 0 | 577 |
04-07-2013 03:46 PM Last Post: shazada |
|
| NZBGet on the PCH/NMT Manual and F.A.Q. | Philos | 147 | 178,030 |
03-10-2013 11:33 AM Last Post: blobe |
|
| Script to send NZB(url) to NZBGet using iOS | mrmaximum | 18 | 7,274 |
03-05-2013 12:23 AM Last Post: rvdet |
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
[19. June 2013] Soundcloud® available now





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







