-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offline mode #20
Comments
I fixed the error message. But the queue function is going to be implemented as 'syncing library'. |
Thats great! Though I hope the 'Syncing Library' keeps the queue if Kodi is closed and reopened. |
You can test it on e4c4cf5 |
That sounds okay for now, but not for the long run. Can I have a link to a zip to install? |
One issue I realized... I delete watched episodes as soon as they are watched. Wouldn't these be removed from Kodi library, and therefore non synced? |
Yes, they need to stay in the library to be synced
|
Update to this: It should ping simkl or google to check online status. |
yes, because it tries to sign in on kodi`s start. We should add connection state checking and try to log in once more when connection will be available |
The scrobbler gives an error message when it fails because of a lack of internet connection.
It would be great if it could say that it failed and is also added to a queue of items that need to be scrobbled when the internet is reconnected. When it later tries and succeeds to scrobble or check in, it should send queue of other things to be scrobbled too.
The text was updated successfully, but these errors were encountered: