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-08-06, 18:49   #61 (permalink)
Portal Member
 
Join Date: Jan 2007
Age: 28
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Unfortunately, it looks like we're back to the drawing board. No such luck. If you like, i can PM you my entire log file, so you can take a look...
Ryoga79 is offline   Reply With Quote
Old 2007-08-06, 19:00   #62 (permalink)
Portal Member
 
jburnette's Avatar
 
Join Date: Aug 2006
Location: Kentucky
Age: 23
Posts: 664
Thanks: 117
Thanked 83 Times in 44 Posts

Country:

My System

Default

Yea, if you wouldn't care I'd like to take a look and see what the problem is.
jburnette is online now   Reply With Quote
Old 2007-08-08, 19:52   #63 (permalink)
Portal User
 
Join Date: Jan 2007
Age: 38
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Hi there ... First ... Thanks this is a brilliant program !!!!
Some feedback for you

1. A option to have "update Status" permanently on ( xml file for example )
2. A option to default choose a site and a feed.
3. A option to choose how large a list to get from sites ..

I also had the problem with the nzbmatrix vip account and ended om deactivating th VIP option in the configuration. ( saving zip file as nzb file in the monitored folder ) In my opinion this really should be fixed ;-) ( i just hate workarounds )

Again REALLY god work on the plugin and im looking forward to new versions..

Regards
bagdad is offline   Reply With Quote
Old 2007-08-08, 20:04   #64 (permalink)
Portal Member
 
jburnette's Avatar
 
Join Date: Aug 2006
Location: Kentucky
Age: 23
Posts: 664
Thanks: 117
Thanked 83 Times in 44 Posts

Country:

My System

Default

Quote:
Originally Posted by bagdad View Post
Hi there ... First ... Thanks this is a brilliant program !!!!
Some feedback for you

1. A option to have "update Status" permanently on ( xml file for example )
2. A option to default choose a site and a feed.
3. A option to choose how large a list to get from sites ..

I also had the problem with the nzbmatrix vip account and ended om deactivating th VIP option in the configuration. ( saving zip file as nzb file in the monitored folder ) In my opinion this really should be fixed ;-) ( i just hate workarounds )

Again REALLY god work on the plugin and im looking forward to new versions..

Regards
Thanks for the compliments. I'm glad you liked it.

1. I definitely agree with you, I've actually already added that. I find it to be pretty annoying myself.
2. That's a really good idea. I'll add that in for the next version.
3. I'm kind of limited when using RSS feeds to the number of items that the feed contains. As far as searching goes, I'm adding that in. Currently the results only contain one page worth. It wasn't as hard as I had thought it would be to do multiple pages, so I have been working on adding that to each site.

The nzbmatrix vip bug has been taken care of. I don't have a vip account so the code for that was just a guess at how it worked. Thank you again to gizzard for the help on that.

I've also threaded the more intensive and lag-prone routines (like searching, loading the TVNZB list, etc) and added wait cursors so you don't have to sit and wonder if MediaPortal has locked up. The pause button has been moved to the left hand side underneath all of the other buttons and all status labels have been moved into the text box underneath the buttons. If you have any of the buttons selected then you'll see the current status, if you have a listbox item selected then you'll see that items details. This allows 2 more items to be listed on screen at a time and also gets rid of the clutter. I've changed/added some other small things as well as requested. Hopefully this next release will be much less buggy than the last.
jburnette is online now   Reply With Quote
Old 2007-08-08, 20:13   #65 (permalink)
Portal User
 
Join Date: Jan 2007
Age: 38
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Smile

Sounds really good... cant wait for the next release ... ;-) ....
If i think of some other things i will let you know ! ....
bagdad is offline   Reply With Quote
Old 2007-08-09, 15:25   #66 (permalink)
Portal Member
 
Join Date: Aug 2007
Age: 26
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by jburnette View Post
Yea, if you wouldn't care I'd like to take a look and see what the problem is.
Hi,

I have the same problem with SABnzbd. I tried it on 2 computers, but i always get the error " could not connect to Sabnzbd deamon"

Is there a fix for it ?
DaMenaCe is offline   Reply With Quote
Old 2007-08-09, 15:35   #67 (permalink)
Portal Member
 
jburnette's Avatar
 
Join Date: Aug 2006
Location: Kentucky
Age: 23
Posts: 664
Thanks: 117
Thanked 83 Times in 44 Posts

Country:

My System

Default

Quote:
Originally Posted by DaMenaCe View Post
Quote:
Originally Posted by jburnette View Post
Yea, if you wouldn't care I'd like to take a look and see what the problem is.
Hi,

I have the same problem with SABnzbd. I tried it on 2 computers, but i always get the error " could not connect to Sabnzbd deamon"

Is there a fix for it ?
What skin are you using?
jburnette is online now   Reply With Quote
Old 2007-08-09, 16:15   #68 (permalink)
Portal Member
 
Join Date: Aug 2007
Age: 26
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I'm using the Replicant Vista.

When i use the Default skins (BlueTwo) then it works fine. Didn't know that.
If it can work with the Replicant Vista, that would be cool.

Thank u for such a good script!! i love it!

edit:::

I tried this :

--------------------------------------------------------------------------------

If you are using 0.2 (and you probably are) open up myusenet.xml in the replicant skin directory and find this:

<control>
<description>connected label</description>
<type>label</type>
<id>15</id>
<posX>1180</posX>
<posY>585</posY>
<label>?</label>
<font>font12</font>
<width>130</width>
<align>left</align>
<textcolor>ccffffff</textcolor>
</control>


Change the type from label to fadelabel and see if that fixes your problem. I think what may be happening is that it it's throwing an exception because the plugin is referring to a control that doesn't match the type specified. That halts the plugin.

And it seems it working now! Thanks man!

The update status problem is gone now, but when i select something from newzbin, nothing happens. not even a nzb file in the directory.
Am i doing something wrong?

Last edited by DaMenaCe; 2007-08-09 at 16:38. Reason: Automerged Doublepost
DaMenaCe is offline   Reply With Quote
Old 2007-08-09, 16:45   #69 (permalink)
Portal Member
 
jburnette's Avatar
 
Join Date: Aug 2006
Location: Kentucky
Age: 23
Posts: 664
Thanks: 117
Thanked 83 Times in 44 Posts

Country:

My System

Default

Did you enter your username/password in newzbin setup? If so check your error.log and see if there is anything relevant about a webrequest.

Also, there is a problem with the cookie storing in 0.2. You may not be seeing the full details of the post in the textbox to the left. Let me know if you are having that problem as well and I can give you a solution.
jburnette is online now   Reply With Quote
Old 2007-08-09, 18:40   #70 (permalink)
Portal Member
 
Join Date: Aug 2007
Age: 26
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by jburnette View Post
Did you enter your username/password in newzbin setup? If so check your error.log and see if there is anything relevant about a webrequest.

Also, there is a problem with the cookie storing in 0.2. You may not be seeing the full details of the post in the textbox to the left. Let me know if you are having that problem as well and I can give you a solution.
I'm not home right now, but i know i didn't see the details of the post.
I will check it again when i'm home..
Thnx!

Yes, it's a newzbin problem because the other NZBsearch sites works al great. I have a premium account on Newzbin.

U have a solution for me?

Last edited by DaMenaCe; 2007-08-09 at 20:55. Reason: Automerged Doublepost
DaMenaCe 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 20:22.


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