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 2008-04-08, 02:12   #251 (permalink)
Portal Member
 
Join Date: Feb 2007
Age: 28
Posts: 15
Thanks: 1
Thanked 1 Time in 1 Post

Country:


Default

hi, i've been testing the new release with sabnzb+ 0.34 and ive come across a couple of problems. I cant seem to access the sab management screen or view any nfo files. I've attached my mediaportal log so you can see if anything is going wrong. Other than that everything seems to be working fine so far. I especially like the notification on completion of downloads. If there's anything i can do to help with testing let me know.

Thanks for all the hard work you've put into the plugin, in my opinion its one of the most useful
Attached Files
File Type: log MediaPortal.log (66.1 KB, 4 views)
diskjunky is offline   Reply With Quote
Old 2008-04-08, 02:40   #252 (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 diskjunky View Post
hi, i've been testing the new release with sabnzb+ 0.34 and ive come across a couple of problems. I cant seem to access the sab management screen or view any nfo files. I've attached my mediaportal log so you can see if anything is going wrong. Other than that everything seems to be working fine so far. I especially like the notification on completion of downloads. If there's anything i can do to help with testing let me know.

Thanks for all the hard work you've put into the plugin, in my opinion its one of the most useful
It looks like there's a problem trying to read your monitored directory from your SABnzbd config file. What do you have that directory set to in your SABnzbd configuration? There may be a bug in the part that parses the directory format in that file that I haven't found.

And thanks, glad everything else is working.

Last edited by jburnette; 2008-04-08 at 02:47.
jburnette is online now   Reply With Quote
Old 2008-04-08, 22:59   #253 (permalink)
Portal Member
 
Join Date: Jan 2007
Age: 30
Posts: 41
Thanks: 4
Thanked 4 Times in 4 Posts

Country:


Default

I dont know if this is a problem in my skin. But I cant see the new sites.
binsearch.info etc in the listview when I try to select the site.

Also the status is missing even when update status is selected.

Can this be a skin issue?
gizzard is offline   Reply With Quote
Old 2008-04-08, 23:41   #254 (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

Could very definitely be a skin issue. What skin?
jburnette is online now   Reply With Quote
Old 2008-04-09, 02:13   #255 (permalink)
Portal Member
 
Join Date: Jan 2007
Age: 30
Posts: 41
Thanks: 4
Thanked 4 Times in 4 Posts

Country:


Default

Quote:
I dont know if this is a problem in my skin. But I cant see the new sites.
binsearch.info etc in the listview when I try to select the site.

Also the status is missing even when update status is selected.

Can this be a skin issue?

I found out that this was a sabnzb.ini corruption. Could that be if it got error reading the ini file it did not list all the items in myusenet.xml?


Before I fixed the ini corruption

Code:
2008-04-09 00:37:11.078125 [Info.][21]: My Usenet: Error reading NZB dir from V:\SABnzbd\sabnzbd.ini, read as 
2008-04-09 00:37:12.015625 [Info.][21]: My Usenet: Error reading config: System.Net.WebException: Unable to connect to the remote server at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
   at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
   --- End of inner exception stack trace ---
   at System.Net.HttpWebRequest.GetResponse()
   at myusenet.SABapi.apiMainStatus(Uri address)
   at myusenet.myusenet.sabnzbdgetvalues()
   at myusenet.myusenet.getconfig()
After.

Code:
2008-04-09 00:51:42.109375 [Info.][19]: My Usenet: SABnzbd NZB dir read from V:\SABnzbd\sabnzbd.ini as c:\sab\NZB_blackhole
2008-04-09 00:51:42.140625 [Info.][19]: My Usenet: Successfully read config from myusenet.xml.
As you can see it seems to read the ini file first then the myusenet.xml. So it did not read all the settings from the
xml as it stopped on the sabnzbd.ini. That is my theory

Quote:
Originally Posted by jburnette View Post
Quote:
Originally Posted by diskjunky View Post
hi, i've been testing the new release with sabnzb+ 0.34 and ive come across a couple of problems. I cant seem to access the sab management screen or view any nfo files. I've attached my mediaportal log so you can see if anything is going wrong. Other than that everything seems to be working fine so far. I especially like the notification on completion of downloads. If there's anything i can do to help with testing let me know.

Thanks for all the hard work you've put into the plugin, in my opinion its one of the most useful
It looks like there's a problem trying to read your monitored directory from your SABnzbd config file. What do you have that directory set to in your SABnzbd configuration? There may be a bug in the part that parses the directory format in that file that I haven't found.

And thanks, glad everything else is working.

And while I was upgrading to sabnzbd 0.3.4 I saw (in my case) that the sabnzbd.ini was not in the root of the sab folder.

But has been moved to

\Documents and Settings\Usename\Local Settings\Application Data\sabnzbd\sabnzbd.ini

I moved my old ini to the root of the sab 0.3.4 folder and sab started to use that one in stead.
that should work for you 0.3.4 users out there.

And one more thing. After the sab upgrade the free space is calculated wrong. Just a head up for future relases

Happy download

Last edited by gizzard; 2008-04-09 at 02:18.
gizzard is offline   Reply With Quote
This User Say Thank You:
Old 2008-04-09, 02:19   #256 (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

Thanks for working that out. You are right in that sabnzbd.ini is read first and then myusenet.xml. They are both run from the same thread so yea, one error would stop it all (how about that wonderful error catching? ).

I guess that's what I get for not updating to the newest release. I'll add a warning to the first post recommending users stay with the last version of SABnzbd until I can fix these problems.
jburnette is online now   Reply With Quote
Old 2008-04-09, 02:27   #257 (permalink)
Portal Member
 
Join Date: Jan 2007
Age: 30
Posts: 41
Thanks: 4
Thanked 4 Times in 4 Posts

Country:


Default

When you are only the one person working on something like this you cant see all the possible installations of sab... etc. This plugin has been very stable and very very useful.

And after this release just more useful as more and more sites comes in.

Thanks for all the work for all of us
gizzard is offline   Reply With Quote
Old 2008-04-13, 18:11   #258 (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

As promised, here is a recompiled version of the TV-Series plugin (compiled from version 2.0 sources) that will send download requests to My Usenet. I haven't really tested this a lot, but it's pretty simplistic and doesn't require any kind of configuration.

To use it - you highlight a specific episode, bring up the context menu, choose download, and then choose the first option. It will then send the series name, season number, and episode number to My Usenet which will then format it (either 1x01 or S01E01, depending on what your default site's naming convention is) and execute the search using your default site.

By default when you choose Download the first option will be Load via NewsLeecher (or whatever your translated string is). You can change that by opening up your language file in Mediaportal/language/MP-TVSeries/ and changing this string:

<string Field="Load_via_NewsLeecher" Original="Load via NewsLeecher">Load via NewsLeecher</string>

To something like:

<string Field="Load_via_NewsLeecher" Original="Load via NewsLeecher">Download with My Usenet</string>

No other modifications were done to the TV-Series source so everything should work fine if you just overwrite your current copy. Let me know if you have any problems/suggestions.
Attached Files
File Type: zip tvseries.myusenet.mod.zip (364.9 KB, 10 views)
jburnette is online now   Reply With Quote
Old 2008-04-14, 02:49   #259 (permalink)
Portal Member
 
Join Date: Dec 2007
Location: Indianapolis, IN
Posts: 14
Thanks: 3
Thanked 3 Times in 2 Posts

Country:

My System

Default

I'm still trying to get this to work. SABnzbd+ 0.3.3 works just fine when I download manually. However, I get an odd error in my logs when trying to use my usenet.

Quote:
2008-04-13 21:44:40.859375 [Info.][11]: My Usenet: Error reading NZB dir from C:\Program Files\SABnzbd\sabnzbd.ini, read as c:\downloads\nzb
Quote:
2008-04-13 21:44:49.062500 [ERROR][18]: My Usenet: Error downloading NZB, error message: System.ArgumentException: Illegal characters in path.
at System.IO.Path.CheckInvalidPathChars(String path)
at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
at myusenet.myusenet.getnzb()

Last edited by Adam B.; 2008-04-14 at 12:55.
Adam B. is offline   Reply With Quote
Old 2008-04-14, 07:11   #260 (permalink)
Portal User
 
Join Date: Mar 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts


Default does not download nbz file

I just wanted to say thanks! I love this plugin and its been working great for the past 3 months on my XP box.
I just updated my HTPC with vista and can not get the latest version working. I can search Newzbin fine but there no downloaded .nbz fine even after saying its been saved.

Config for using Newzbin (V3 and "NB V3 (attrs in table)") and Newsbin Pro 5.40RC2

Im not sure where I'm going wrong here. Attached is my Media Portal log. Any help would be great.
Attached Files
File Type: log MediaPortal.log (40.1 KB, 3 views)
Script Monke 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 16:54.


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