|
2013-01-27 03:02:24 GMT
|
When a user checks for update for the first time in Lemon's branch of SickBeard nzbX.co as a provider disappears.
When first installed you see the message below at the very top. If the user clicks on "Update Now" link nzbx is deleted from providers.
"Unknown version: If you've never used the Sick Beard upgrade system then I don't know what version you have.— Update Now"
Please advise. Thanks.
|
|
2013-01-27 16:27:01 GMT
|
That Update function in Sickbeard is hard-coded to the official Sickbeard git. The Update function will always load the official Sickbeard without nzbX.co Support.
So don't use the update function if you use another unofficial fork like Lemon's branch.
|
|
2013-01-27 20:53:53 GMT
|
Hard coded? I'm sure this can and should be changed in the code base to point to the correct branch. I've used different branches of Sickbeard in the past without such update issues.
|
|
2013-01-27 21:28:16 GMT
|
Since there is a Pull Request it's not very useful to change it. It will be hopefully included in the main branch some day and Lemon's branch isn't updated as far as I can see.
I personally use a 1080p web dl branch, with that branch I also have to deactivate the update function. (1080 web dl is more imported for me as nzbx.co support)
|
|
2013-01-27 23:36:44 GMT
|
SB just added nzbX, you should see it in their official binary release soon.
|
|
2013-01-28 04:28:24 GMT
|
I had this happen to me a few weeks ago. This fixed it for me:
This happens because you are updating from the SickBeard master instead of LemonadeDev's Build. Don't worry this is okay.
Copy the following files from LemonadeDev's Build and put them into your updated SickBeard.
./sickbeard/__init__.py
./sickbeard/providers/__init__.py
./sickbeard/providers/nzbx.py
Restart SickBeard and it NzbX will show up again.
|