Kodi Community Forum
[RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC (/showthread.php?tid=124808)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


RE: [RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC - Ommand - 2012-04-19

Edit: disregard, it's working after a restart of xbmc.

I just tried to set this up and it's hanging on:

Code:
SICKBEARD XBMC
LOADING DIRECTORY
RETRIEVED 0 ITEMS

Any thoughts?



RE: [RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC - Xhermes - 2012-05-07

First of all thanks for making such a kick ass plugin. I only have one problem. I cant seem to find the add show tab in the in the plugin. Where can I find it?


RE: [RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC - simatics5 - 2012-05-14

Anybody got this to work i am stuck as well on the ip setting. No clue what to punch in there

EDIT: it is working now I had to uncheck "use costum sickbeard URL" and add 127.0.0.1 as IP and 8081 as port....restart XBMC and that's it.


RE: [RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC - simatics5 - 2012-05-15

Ok one thing I don't understand... how to add shows? I read you go on manage shows and press the context( right click) but the pop up does not have the selection "add shows" I am running Eden and sickbeard 1.0.8.

Any idea how to add shows ??


EDIT: Also figured it out now Smile trial and error.... You have to go to manage shows and right click on one existing movie file this will open the pop up with the add new show etc... Controls




RE: [RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC - orthodoxmonster - 2012-06-12

(2012-04-19, 18:12)Ommand Wrote: Edit: disregard, it's working after a restart of xbmc.

I just tried to set this up and it's hanging on:

Code:
SICKBEARD XBMC
LOADING DIRECTORY
RETRIEVED 0 ITEMS

Any thoughts?

I'm having the same issue


RE: [RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC - launchbox - 2012-06-21

I'ts hanging on retrieved items for me as well

i'm using ssl and i have a custom url set to https://ip:port

would that be causing the problem?

here's me log:

http://pastebin.com/raw.php?i=0D1j1YJQ

I got it to stop hanging on retrieval but now when I click on manage shows or any other first menu item it just has an error pop up in the lower right corner saying plugin failed


RE: [RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC - pisoj1 - 2012-07-08

I have the same issue others have mentioned with it hanging on retrieving items.


RE: [RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC - pisoj1 - 2012-07-13

I got it to work...It was because I didn't enable the API in sickbeard....

I find everything loads rather slow ...when I go into history and it shows me what was downloaded and snatched, I can't play any of them...it would be nice if I could....

It also takes over 20-40 seconds to load it...the same with manage shows....Is that normal?




RE: [RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC - gibxxi - 2012-07-22

(2012-06-21, 06:58)launchbox Wrote: I'ts hanging on retrieved items for me as well

i'm using ssl and i have a custom url set to https://ip:port

would that be causing the problem?

here's me log:

http://pastebin.com/raw.php?i=0D1j1YJQ

I got it to stop hanging on retrieval but now when I click on manage shows or any other first menu item it just has an error pop up in the lower right corner saying plugin failed

Having the same problem. Qouch on iPhone app can connect fine using the same credentials as used in XBMC, but the XBMC app just hangs. Pressing BACK twice does allow me to back out of it though.





RE: [RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC - BchBum11511 - 2012-10-21

Hi All, my first post (although this is a kind of old thread). I spent some time tonight getting this up and running. If the problem launchbox and gibxxi are having is like mine (and I'm pretty sure it is), the fix is rather simple. For retrieving the show information in the XBMC Add-On, the URL is hardcoded "http://"... My SickBeard set up is using SSL and the XBMC Add-On is using the custom URL configuration. All I had to do was copy settings.py over to my computer, change the very last line "__url__='http://'... to "__url__='https://'... and it now retrieves the data without timing out. Not the most elegant solution, but it was quick and simple.

Hope this helps anyone that might be having a similar issue.


RE: [RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC - Noggli - 2012-10-21

hi and thanks for this plugin Smile) works perfect so far, except that I can only add episodes to download from XBMC by using "episode manual search". If I just hit return, nothing happens. any idea what could cause this?


RE: [RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC - gibxxi - 2012-10-22

(2012-10-21, 08:09)BchBum11511 Wrote: Hi All, my first post (although this is a kind of old thread). I spent some time tonight getting this up and running. If the problem launchbox and gibxxi are having is like mine (and I'm pretty sure it is), the fix is rather simple. For retrieving the show information in the XBMC Add-On, the URL is hardcoded "http://"... My SickBeard set up is using SSL and the XBMC Add-On is using the custom URL configuration. All I had to do was copy settings.py over to my computer, change the very last line "__url__='http://'... to "__url__='https://'... and it now retrieves the data without timing out. Not the most elegant solution, but it was quick and simple.

Hope this helps anyone that might be having a similar issue.

Thanks for the tip. Will try this when I get chance. Smile


RE: [RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC - asmith180 - 2012-10-23

I have this downloaded on xbmc but can't get it to work. How do you set-up the id and port? Is there a website where I need to register? Thanks!


RE: [RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC - jamesdew - 2012-11-17

great plugin was easy to get working but I have no art, anyone have any idea why that might be?


RE: [RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC - bradatkins - 2012-11-21

Anyone else having issues trying to add a new show?

20:59:43 T:162627584 INFO: -->Python script returned the following error<--
20:59:43 T:162627584 ERROR: Error Type: <type 'exceptions.TypeError'>
20:59:43 T:162627584 ERROR: Error Contents: coercing to Unicode: need string or buffer, NoneType found
20:59:43 T:162627584 ERROR: Traceback (most recent call last):
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.program.sickbeard/resources/lib/addshow.py", line 103, in <module>
AddShow()
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.program.sickbeard/resources/lib/addshow.py", line 25, in AddShow
selected_show = ShowSelectMessage(search_results)
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.program.sickbeard/resources/lib/addshow.py", line 46, in ShowSelectMessage
formatted_shows.append(show['name']+" - ("+show['first_aired']+")")
TypeError: coercing to Unicode: need string or buffer, NoneType found
20:59:43 T:162627584 INFO: -->End of Python script error report<--