MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

Reply
 
LinkBack Thread Tools Display Modes
Old 2007-07-31, 21:49   #31 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 21
Thanks: 3
Thanked 1 Time in 1 Post


Default

As I edited in my last message, I found the problem with the dirscan_dir field. When choosing for custom filename, it forgets to add an \ between the dirscan_dir folder and the filename.
BTW my dirscan_dir = D:\NZBDownload\NZB

I don't have experience with RSS feeds from Yabse, sorry. I just use their webinterface normally. The be more exact, I mostly use binsearch.info, but they seem to have a problem the past two days, since I can't connect to their website anymore.
GuustFlater is offline   Reply With Quote
Old 2007-07-31, 22:00   #32 (permalink)
Portal Member
 
jburnette's Avatar
 
Join Date: Aug 2006
Location: Kentucky
Age: 23
Posts: 684
Thanks: 121
Thanked 87 Times in 46 Posts

Country:

My System

Default

Quote:
Originally Posted by GuustFlater View Post
As I edited in my last message, I found the problem with the dirscan_dir field. When choosing for custom filename, it forgets to add an \ between the dirscan_dir folder and the filename.
BTW my dirscan_dir = D:\NZBDownload\NZB

I don't have experience with RSS feeds from Yabse, sorry. I just use their webinterface normally. The be more exact, I mostly use binsearch.info, but they seem to have a problem the past two days, since I can't connect to their website anymore.
OK, I'll work on the custom filename issue.
jburnette is offline   Reply With Quote
Old 2007-08-01, 13:50   #33 (permalink)
Portal Member
 
eloo's Avatar
 
Join Date: Jan 2005
Location: Aarhus, Denmark
Age: 27
Posts: 217
Thanks: 9
Thanked 7 Times in 5 Posts

My System

Default

Quote:
Originally Posted by jburnette View Post
2. Yeah, I wasn't sure about the widescreen skin. I have only a SD TV so that skin was done on my laptop with it's widescreen. I'll play fix it.
Take a look at the attached screenshot. Notice that ETA and downloading is very tight, and overlapping.

Quote:
Originally Posted by jburnette View Post
4. I'll have to read up on how exactly you pass messages to powerscheduler, but I'm sure it's relatively easy.
Maybe you could borrow some code from the Watchdog plugin? It postpones standby when a process is running.

Quote:
Originally Posted by jburnette View Post
5. Not sure what you mean here. You want the computer to wake up and empty the queue?
Yeah, make it wakeup i a certain timeframe set in pluginsetup. Due to number 4 it will automatically sleep again.

Quote:
Originally Posted by jburnette View Post
8. You mean instead of below it, you want it beside it?
Yeah, I would like a bit more info about the post, and perhaps a bit more condensed, makes it quicker to browse, perhaps file format too - says a great deal?

Btw, I noticed a few other things:

a) on my widescreen setup, the update radiobutton doesnt update the download info. If I exit and enter My Usenet again, its updated.
b) when searching for a post on Newzbin, and then clicking on it, doesnt add it to the que.

Guess thats all for now jburnette, keep it up!
Attached Thumbnails
my-usenet-1.png  
__________________
eloo

--
Support the development of MP:
http://forum.team-mediaportal.com/sh...ad.php?t=12103
--
Danish TV+Radio logos: http://forum.team-mediaportal.com/sh...261#post103261

Last edited by eloo; 2007-08-01 at 13:52.
eloo is offline   Reply With Quote
Old 2007-08-01, 14:18   #34 (permalink)
Portal Member
 
jburnette's Avatar
 
Join Date: Aug 2006
Location: Kentucky
Age: 23
Posts: 684
Thanks: 121
Thanked 87 Times in 46 Posts

Country:

My System

Default

Quote:
Originally Posted by eloo View Post
Take a look at the attached screenshot. Notice that ETA and downloading is very tight, and overlapping.

Maybe you could borrow some code from the Watchdog plugin? It postpones standby when a process is running.

Yeah, make it wakeup i a certain timeframe set in pluginsetup. Due to number 4 it will automatically sleep again.

Yeah, I would like a bit more info about the post, and perhaps a bit more condensed, makes it quicker to browse, perhaps file format too - says a great deal?

Btw, I noticed a few other things:

a) on my widescreen setup, the update radiobutton doesnt update the download info. If I exit and enter My Usenet again, its updated.
b) when searching for a post on Newzbin, and then clicking on it, doesnt add it to the que.

Guess thats all for now jburnette, keep it up!
Thanks for the screenshot. That gives me a good idea of what it actually looks like. I think the best way to solve that for right now would be for me to remove the date from the ETA and just keep the time. What do you think?

I'll definitely take a look at the watchdog plugin and try to use that as the basis for the powerscheduling. That should solve the standby with non-empty queue problem.

Newzbin results should be showing you the filetype, are you not seeing them? I've attached a screenshot below of how things *should* look. Let me know how yours differs. It could be a cookie problem with Newzbin. Their cookies are very odd. I'm changing that entire code to work better as I'm having some problems out of it.

As far as the update button goes, thats a toggle. It should toggle autoupdate either on or off. If you are getting updated results when you first enter the plugin then that tells me that it's connecting no problem. As long as the button is checked it should be updating those stats every x seconds (specified in plugin setup).

And as for the posts not being added to the queue, that's odd. Do you have a paid Newzbin account?

Thanks again for the feedback, it's appreciated!
Attached Thumbnails
my-usenet-newzbin-mu.jpg  

Last edited by jburnette; 2007-08-01 at 14:22.
jburnette is offline   Reply With Quote
Old 2007-08-01, 15:05   #35 (permalink)
Portal Member
 
eloo's Avatar
 
Join Date: Jan 2005
Location: Aarhus, Denmark
Age: 27
Posts: 217
Thanks: 9
Thanked 7 Times in 5 Posts

My System

Default

Quote:
Originally Posted by jburnette View Post
Thanks for the screenshot. That gives me a good idea of what it actually looks like. I think the best way to solve that for right now would be for me to remove the date from the ETA and just keep the time. What do you think?
I agree, time is sufficient.

Quote:
Originally Posted by jburnette View Post
Newzbin results should be showing you the filetype, are you not seeing them?
My mistake, its there.

Quote:
Originally Posted by jburnette View Post
As far as the update button goes, thats a toggle. It should toggle autoupdate either on or off. If you are getting updated results when you first enter the plugin then that tells me that it's connecting no problem. As long as the button is checked it should be updating those stats every x seconds (specified in plugin setup).
Yeah, thats the way I understand it, as a toogle. Wonder why it isnt updating. hmmm..
Quote:
Originally Posted by jburnette View Post
And as for the posts not being added to the queue, that's odd. Do you have a paid Newzbin account
Yup. Its only when I do a manually search for titles, not when entering feeds. They work.
__________________
eloo

--
Support the development of MP:
http://forum.team-mediaportal.com/sh...ad.php?t=12103
--
Danish TV+Radio logos: http://forum.team-mediaportal.com/sh...261#post103261
eloo is offline   Reply With Quote
Old 2007-08-01, 20:33   #36 (permalink)
Portal Member
 
jburnette's Avatar
 
Join Date: Aug 2006
Location: Kentucky
Age: 23
Posts: 684
Thanks: 121
Thanked 87 Times in 46 Posts

Country:

My System

Default

Quote:
Originally Posted by eloo View Post
Quote:
Originally Posted by jburnette View Post
As far as the update button goes, thats a toggle. It should toggle autoupdate either on or off. If you are getting updated results when you first enter the plugin then that tells me that it's connecting no problem. As long as the button is checked it should be updating those stats every x seconds (specified in plugin setup).
Yeah, thats the way I understand it, as a toogle. Wonder why it isnt updating. hmmm..
Quote:
Originally Posted by jburnette View Post
And as for the posts not being added to the queue, that's odd. Do you have a paid Newzbin account
Yup. Its only when I do a manually search for titles, not when entering feeds. They work.
I think I've figured out what the problem MAY be. When you get a chance, open up your nzbmatrix.xml file and check to see if the last node is <vip>. If it's not, add <vip>false</vip> before the </nzbmatrix> tag. (unless of course you are a vip member of nzbmatrix). It doesn't matter whether you plan to use nzbmatrix or not. I think what has happened is I added that field in the new release but told you that you didn't need to replace that file. The plugin is not able to read that node's element (since it doesn't exist) and halts. That's why you initially get your SAB values but the plugin never starts the timer to refresh them because it doesn't get that far. Please try that and let me know what happens.

Everyone should probably go ahead and do that if they are having problems with their stats not updating. In case anyone has problems:

Code:
<nzbmatrix>
  <username>username</username>
  <password>password</password>
  <uid>11111</uid>
  <pass>11111</pass>
  <vip>false</vip>
</nzbmatrix>
I have not tested this to see if it is what is causing your problems, but it's at least worth a shot. This is yet another reason for me to add better error-handling.

Also, if there are any requests for sites/features/grabbers to be added (other than binsearch.info which is planned) let me know. Keep in mind that not all grabbers provide access to the download status like alt.binz and SABnzbd do.

Last edited by jburnette; 2007-08-01 at 20:37.
jburnette is offline   Reply With Quote
Old 2007-08-02, 01:00   #37 (permalink)
Portal Member
 
Join Date: Jan 2007
Age: 30
Posts: 41
Thanks: 4
Thanked 4 Times in 4 Posts

Country:


Default

I have problems with nzbmatrix.

Search results shows nothing but if I use the feed then the nzb comes in queu
but with error and nothing happens. But it works if I download it manually. And some times the nzb comes multiple in to the queu.
gizzard is offline   Reply With Quote
Old 2007-08-02, 15:56   #38 (permalink)
Portal Member
 
jburnette's Avatar
 
Join Date: Aug 2006
Location: Kentucky
Age: 23
Posts: 684
Thanks: 121
Thanked 87 Times in 46 Posts

Country:

My System

Default

gizzard,

What error are you getting and what grabber are you using?
jburnette is offline   Reply With Quote
Old 2007-08-02, 16:17   #39 (permalink)
Portal Member
 
Join Date: Jan 2007
Age: 30
Posts: 41
Thanks: 4
Thanked 4 Times in 4 Posts

Country:


Default

Sorry about the low info.

I'm using SABnzbd. This is the error when trying to download using the plugin

2007-08-01 00:34:34,220::ERROR::[nzbstuff] Trying to fix somefile.nzb (will take some time)
Traceback (most recent call last):
File "sabnzbd\nzbstuff.pyo", line 329, in __init__
File "<string>", line 86, in XML
SyntaxError: syntax error: line 1, column 0
2007-08-01 00:34:34,220::ERROR::Error importing
Traceback (most recent call last):
File "sabnzbd\misc.pyo", line 81, in run
File "sabnzbd\nzbstuff.pyo", line 336, in __init__
File "<string>", line 86, in XML
SyntaxError: syntax error: line 1, column 0

Happens to every file I try. But works fine if I do it manually.

Perhaps something I did wrong don't know.

Also the searching nzbmatrix returns nothing unless I use the feed.
gizzard is offline   Reply With Quote
Old 2007-08-02, 16:29   #40 (permalink)
Portal Member
 
jburnette's Avatar
 
Join Date: Aug 2006
Location: Kentucky
Age: 23
Posts: 684
Thanks: 121
Thanked 87 Times in 46 Posts

Country:

My System

Default

gizzard,

OK, the search not working is a cookie issue. Did you enter your username/password in NZBMatrix's config and click the "Get Cookies" button? If not, try that and let me know if it fixes your search problem. That COULD also explain the error with importing the nzb file. I'm not really sure but I'll take a look later on today. Try out the cookie thing first though and let me know what happens.

Thanks.
jburnette is offline   Reply With Quote
Reply

Bookmarks

Tags
nzb

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
REQ: Usenet plugin is there interest idioteque Plugins 4 2006-11-13 11:34


All times are GMT +1. The time now is 04:55.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress