Search found 56 matches
- June 1st, 2009, 3:35 pm
- Forum: Third-party Addons
- Topic: XBMC SABnzbd+ Python Script
- Replies: 162
- Views: 281017
Re: XBMC SABnzbd+ Python Script
Anyone else getting python errors with all plugins including this one with a new xbmc svn build?
- April 5th, 2009, 11:42 pm
- Forum: Third-party Addons
- Topic: XBMC SABnzbd+ Python Script
- Replies: 162
- Views: 281017
Re: XBMC SABnzbd+ Python Script
Is anyone else not getting the imdb information pulled, it just shows titles? It did work but now it doesn't
- March 13th, 2009, 1:37 pm
- Forum: General Help
- Topic: SABnzbd+ on a Router?
- Replies: 9
- Views: 13007
Re: SABnzbd+ on a Router?
I've used sabnzbd+ on dd-wrt without really any problems. Look for "optware" in the dd-wrt wiki and a usb router would do the trick.
- January 29th, 2009, 10:26 am
- Forum: Third-party Addons
- Topic: SABNZBD Web App for Iphone Beta
- Replies: 3
- Views: 7446
Re: SABNZBD Web App for Iphone Beta
Is there any way to make this compatable with android?
- November 11th, 2008, 5:00 pm
- Forum: Third-party Addons
- Topic: XBMC SABnzbd+ Python Script
- Replies: 162
- Views: 281017
Re: XBMC SABnzbd+ Python Script
I'm using XBMC linux
- November 11th, 2008, 2:30 pm
- Forum: Third-party Addons
- Topic: XBMC SABnzbd+ Python Script
- Replies: 162
- Views: 281017
Re: XBMC SABnzbd+ Python Script
also, is the sorting designated by the script or the feed? I would like to sort by date added and it shows up sorting by name.
- November 11th, 2008, 1:58 pm
- Forum: Third-party Addons
- Topic: XBMC SABnzbd+ Python Script
- Replies: 162
- Views: 281017
Re: XBMC SABnzbd+ Python Script
I also noticed that everything added with this script is categorized as -1, is there an additional setting I should change?
- November 7th, 2008, 12:00 pm
- Forum: Third-party Addons
- Topic: XBMC SABnzbd+ Python Script
- Replies: 162
- Views: 281017
Re: XBMC SABnzbd+ Python Script
The file you sent me solved it. I also noticed that the only way I caould actually add files or browse my queue was to add the url, port, username and password into the settings.py file like the old versions.
- November 5th, 2008, 10:46 am
- Forum: Third-party Addons
- Topic: XBMC SABnzbd+ Python Script
- Replies: 162
- Views: 281017
Re: XBMC SABnzbd+ Python Script
Thank you very much for all your work switch it's really appreciated, but unfortuately it doesn't work properly for me on XBMC linux. Whenever I try to click on any of the feeds it crashes XBMC, and if I try to view the queue nothing happens. I entered all the settings, and even tried the default fe...
- September 30th, 2008, 1:00 pm
- Forum: Third-party Addons
- Topic: XBMC SABnzbd+ Python Script
- Replies: 162
- Views: 281017
Re: XBMC SABnzbd+ Python Script
I'll have to investigate more when I get home, I'm at work. But I just noticed that the items I had queued from the plugin didn't have the proper permissions when they were downloaded. Items that were queued using my browser on my laptop did not seem to have this issue. But I need to investigate it ...
- September 30th, 2008, 9:19 am
- Forum: Third-party Addons
- Topic: XBMC SABnzbd+ Python Script
- Replies: 162
- Views: 281017
Re: XBMC SABnzbd+ Python Script
I also noticed that the files that are downloaded using this plugin, are owned by root, not by the active user. This is not the case with files downloaded using the pc. Do you have any idea why this would be?
- September 29th, 2008, 5:26 pm
- Forum: Third-party Addons
- Topic: XBMC SABnzbd+ Python Script
- Replies: 162
- Views: 281017
Re: XBMC SABnzbd+ Python Script
Can't the "More info" links be accessed through the rss feed? for imdb urls. Would it be possible to parse the .nfo using the "NFO" url? parsing nfo files has been done before on xbmc.
- August 18th, 2008, 10:44 am
- Forum: Third-party Addons
- Topic: XBMC SABnzbd+ Python Script
- Replies: 162
- Views: 281017
Re: XBMC SABnzbd+ Python Script
Much appreciated Switch. I do hope you continue to develop it. If you need any help let me know.
- June 21st, 2008, 11:59 am
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 770631
Re: XBMC Library Updater
Apparently the web server does support library updates through XBMC.builtinfunction. Here is the command that would update the video library: http://xbmcaddress/xbmcCmds/xbmcHttp?command=ExecBuiltIn¶meter=XBMC.updatelibrary(video) Does anyone know how I can execute this in a shell or python ...
- May 7th, 2008, 1:44 pm
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 770631
Re: XBMC Library Updater
I didn't know you could send commands via ftpp to XBMC, doesn't the web server allow you to update the library?