Git Product home page Git Product logo

sickbeard-xbmc's People

Contributors

zachmoore1 avatar

Watchers

 avatar

sickbeard-xbmc's Issues

Bad url formatting in settings.py

First, thanks for your efforts! I'm very happy to use your soft.

What steps will reproduce the problem?

1.Use a custom url with a path in the URL
( for example 'http://192.168.0.2:8080/sickbeard' )

What is the expected output? What do you see instead?
The plugin isn't available to connect to sickbeard.


Please provide any additional information below.
Line 93 in settings.py just concatenate ip adress + port + api key. It doesn't 
reuse the createURL() function, which support the alternate url.

Instead of
__url__='http://'+__ip__+':'+__port__+'/api/'+__APIKey__+'/'

It could be changed to something like 

__url__='/'.join([createURL(__ip__, __port__, __custom_url__).strip('/'), 
'api', __APIKey__ ])


Original issue reported on code.google.com by [email protected] on 1 Jul 2012 at 3:42

Add wiki to this project

Add pages to the wiki for this project with FAQ's and more detailed setup 
instructions.  Should include code documentation at some point as well, make 
sure someone can carry the torch after me.

Original issue reported on code.google.com by [email protected] on 8 Mar 2012 at 6:08

Add support for custom Sickbeard URL's

My sickbeard installation is in a sub-url, so for me I go to 
http://server:8081/sickbeard/), is there any way of configuring this add-on to 
work in this situation?

I've tried entering the server name as server/sickbeard/ but with no luck...

I've set it up this way as I have an Apache instance in front of sickbeard 
doing redirects so I just type "shows" in my browser and automagically end up 
at the correct URL (making everything wife friendly).


Original issue reported on code.google.com by [email protected] on 8 Mar 2012 at 6:01

Gotham XBMC 13

Will this ever be updated to support Gotham or has work on this finished?

Original issue reported on code.google.com by [email protected] on 10 Apr 2014 at 11:41

Patch to fix add show

What steps will reproduce the problem?
1. Attempt to add a new show using this plugin
2.
3.

What is the expected output? What do you see instead?
Expected output is to list suggested shows


What version of the product are you using? On what operating system?
r15 on apple tv2/ios

Please provide any additional information below.
There are a few problems here.  First is that if a show did not contain a 
"first aired" date, the plugin would error out instead of listing the suggested 
shows.  The second error was that it was looking for the wrong json element 
(shared_folders should be flatten_folders) causing the plugin to error when 
asking if you wanted to use season folders.

I've provided a patch.

Original issue reported on code.google.com by [email protected] on 5 Dec 2012 at 5:35

Attachments:

Plugin not working on Frodo (XBMC 12)

Plugin does not seem to be working for Frodo.
Maybe make this clear in the repository description, fora or plugin info. 
This may save a lot of people time trying to get it to work.

Excellent initiative, thanks for all the effort. 
Too bad nobody seems to be taking over development. Or are there working 
branches I missed? 

Original issue reported on code.google.com by [email protected] on 22 Oct 2013 at 9:33

Added feature - multiple choice for "upcoming" episode types

What steps will reproduce the problem?
1. Goto "Upcoming" section
2. The section will only display episodes airing today/soon
3. There is no way to change this in the current release

What is the expected output? What do you see instead?
The SickBeard API lets you get episodes of type (missed|today|soon|later), but 
the add-on only gets today|soon.

What version of the product are you using? On what operating system?


Please provide any additional information below.
I've forked to project (in GitHub) and added new functionality - new category 
in the settings for choosing which upcoming episode type/s to retrieve. Also, 
the implementation of this new feature in the "upcoming" section code.
https://github.com/amitkeret/sickbeard-xbmc

Please consider adding this to the add-on, thanks!


Original issue reported on code.google.com by [email protected] on 22 Dec 2013 at 11:47

Add better error handling/messages

Currently the errors that pop up are too vague and user do not know exactly 
what to change to fix the problem.  There should be errors for at least these 
issues:
- Empty IP/Port
- Unable to connect to Sickbeard via IP/Port
- Bad username or password
- Unable to retrieve API Key
  - Check version of Sickbeard to make sure it has API support?


Original issue reported on code.google.com by [email protected] on 8 Mar 2012 at 6:05

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.