Skip to content
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

Release v1.1.0 #2

Merged
merged 3 commits into from
Nov 22, 2015
Merged

Release v1.1.0 #2

merged 3 commits into from
Nov 22, 2015

Conversation

natemccurdy
Copy link
Owner

Allow the use of remote hosts.
Better error handling.

Prior to this, the script was unable to work with remote hosts because
of the check that determines whether Kodi was running or not checked the
local process table and would fail if not found.

Conditional logic added so that, if running locally, we'll check that
kodi is running before trying to hit its API. If not running locally,
we'll always try to his its API.

Also added the force_update option that , if 'yes', will always try to
his the API regardless of if Kodi is local or not.
natemccurdy added a commit that referenced this pull request Nov 22, 2015
@natemccurdy natemccurdy merged commit da1c654 into master Nov 22, 2015
@natemccurdy
Copy link
Owner Author

Fixes issue #1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant