gugahoi / maraschino

A front-end for HTPCs
MIT License
28 stars 9 forks source link

SickBeard fork not working #29

Open chimpy opened 10 years ago

chimpy commented 10 years ago

Hi gugahoi,

I know this may be a stupid question, but I was wondering whether it would be possible to get this SickRage fork (https://github.com/echel0n/SickRage) working with Maraschino?

If not, can you help me get an idea of why it's not working? The API spits out data to the SB module, but nothing is displayed.

The diff between the webapi.py files: http://www.diffchecker.com/w7oih780

And the result of the API call to the fork:

Thank you so much!

gugahoi commented 10 years ago

No problems @chimpy. I undertand SickRage uses both tvdb and tvrage, is that correct? If that is the case, the reason maraschino would not work with it is most likely due to an API parameter in the calls. I know the official sickbeard fork uses only tvdb and some requests return the tvdbid and require a tvdbid parameter. Therefore it is likely that variable is different in the SickRage fork.

I can see from the pastebin link that there is a "indexerid" parameter, this leads me to believe that's the info they are expecting for some calls. These are all educated guesses tho as I have not played with SickRage before but I have been considering moving to it as it seems to have a lot of great features.

chimpy commented 10 years ago

Hey @gugahoi, thanks for the reply.

That is correct yes. It also uses The XEM to automatically map tvdb to scene releases in case of conflicts.

IMO, it's a decent fork with lots of dev attention, but its stability is a little iffy. Worth a look though, but keep your original SB install just in case.

So is it better to request that the SB module of Maraschino work with this fork, or is it better to ask the guys over at SickRage to keep it backwards compatible?

gugahoi commented 10 years ago

Ideal would be to have them be backwards compatible but I highly doubt thats going to happen.

rudyvarner commented 10 years ago

Any progress on this? I had to switch to the SickRage fork after the Sickbeard TPB fork abrubtly ended and would like to see this supported.

gugahoi commented 10 years ago

Someone seems to be working on a module right now. Depending on them as I have now switched to nzbdrone.

chimpy commented 10 years ago

Hey that's great! Do you have a link?

Sent from my iPhone

On 25 août 2014, at 16:53, Gustavo Hoirisch notifications@github.com wrote:

Someone seems to be working on a module right now. Depending on them as I have now switched to nzbdrone.

— Reply to this email directly or view it on GitHub.

gugahoi commented 10 years ago

I think it is still early stages but he is porting sickbeard to sickrage I believe. https://github.com/RoostayFish/maraschino/tree/sickrage

RoostayFish commented 10 years ago

Ive got most of the feature working, please pull and submit any bugs found