Any chance we could see an android/ios/windows/blackberry 10 app in the future to replace the sickbeard one?
We have no plans to roll our own, but some of the 3rd party developers of existing apps could integrate with our API.
I saw that NZB 360 mention coming soon for nzbdrone.
Unfortunate, i’d like to see a nice app from you guys. I will go bug nzb 360!
NZB360 now has pretty extensive NZBDrone support.
@darkuni said:
NZB360 now has pretty extensive NZBDrone support.
I use this app exclusively. It’s awesome.
Maybe instead of an app, we could get a browser interface formatted for mobile. I don’t know how that will look, or if it would even work. But it’s an idea.
@SpiderDice I’ve been working on migrating drone to Bootstrap 3 over the last week, I’m getting pretty close to wrapping it up at least from full desktop support, but the big thing this gives us is mobile support, which is a lot better with zero zooming:
Screenshots (from my SGS4):
Poster view - https://dl.dropboxusercontent.com/u/10424245/ShareX/2014-05/Screenshot_2014-05-08-14-52-12.png
Calendar - https://dl.dropboxusercontent.com/u/10424245/ShareX/2014-05/Screenshot_2014-05-08-14-57-33.png
Settings - https://dl.dropboxusercontent.com/u/10424245/ShareX/2014-05/Screenshot_2014-05-08-14-58-16.png
There are a few things that we’ll need to improve as people start using it, but the experience is just so much better already.
Awesome
Has this been fully implemented yet? Doesn’t work on my phone.
@Yonder what version of drone are you running? Its been out for a while now, shortly after I posted my previous message it went into develop.
@markus101 said:
@Yonder what version of drone are you running? Its been out for a while now, shortly after I posted my previous message it went into develop.
2.0.0.1632 July 2nd 2014.
Maybe my Blackberry z10 just doesn’t work with it.
I get error:
app.js : 32050
QuotaExceededError: DOM Exception 22:
An attempt was made to add something to storage that exceeded the quota.
Usually i don’t have a problem with any websites as the HTML 5 browse from BB is usually good.
Are you using private browsing? Drone stores some information in the local storage of the browser (instead of cookies), but its a pretty insignificant amount of data (only a few KB).
I’ve seen a similar issue on desktop browsers when using private browsing or preventing local storage from being used.
@markus101 said:
Are you using private browsing? Drone stores some information in the local storage of the browser (instead of cookies), but its a pretty insignificant amount of data (only a few KB).I’ve seen a similar issue on desktop browsers when using private browsing or preventing local storage from being used.
No i am not using any private browsing.
I guess its the BB browser, i downloaded another browser (its not very good) but it does load. Maybe something with how the BB browser stores the stuff.
Sucks a little because nzb360 doesn’t work on BB10 (paywall, wont allow you to purchase) and the bootstrap doesn’t work on BB.
Where do you try to store the data exactly? Maybe there isn’t somewhere on my BB or it is specifying some folder that isn’t accessible?
Its a function of the browser, called localstorage. Maybe the BB browser doesn’t support it.
That’s good, but unless its possible to turn it off I don’t have any suggestions. Definitely an issue with that browser as it works every where else.
What do you mean turn it off, i thought you wanted localstorage on? No possible troubleshooting and maybe implement a little kink to get it to work?
If you could turn it off then you could turn it back on. Not really much to troubleshoot, it works on another browser, but not the BB one.
I’ll take q look and see what we can do in drone to prevent it from breaking, but it will cause the state of sorting to be reset on each view.
Ah ok. Ye if you could consider taking a look that would be fine. I can’t leave with a fee things resetting as long as I could login,
Edit: So i am not sure if you did something, i doubt it as it hasn’t been that long and i haven’t updated to anything. But it seems to work this morning. Slow but i don’t get that error and it loads, i turned on and off all the settings in the browser. Though non of them sounded relevant but seems to have done the trick for now.
How much information does Drone try to store in localstorage? Apart from BB 10 the maximum allowed limit is 5MB per domain. BB 10 allows up to 25MB.
Other than that, localstorage is supported across the board.
In chrome I see about 10 key/value pairs, its not even close to 1MB. This pretty much covers the issue, BB 10’s browser is broken: https://meta.discourse.org/t/blank-page-on-blackberry-10-browser/16375