-
Notifications
You must be signed in to change notification settings - Fork 248
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
JSONRPC failed #72
Comments
I patched xbmcremote and jsonrpclib,Now,I can enter a directory and watch movie,but can't get movie's totaltime and percentage yet. xbmcremote.diff:
jsonrpclib.patch:
|
In addition,I patched it with the diff flowing, The problem what can't get movie's totaltime and percentage is fixed:
|
Crash with getAlbum when path.length<2. Patch for src/org/xbmc/android/remote/business/cm/ControlManager.java is here:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when use jsonrpc , Movie directory can't be enter. Log message in xbmc.log as:
19:37:10 T:2758789952 DEBUG: JSONRPC: Incoming request: {"jsonrpc":"2.0","id":"3722001967211620453","method":"Files.GetDirectory","params":{"directory":"/media/diske/Media/","media":"video","sort":{"ignorearticle":false,"method":"file","order":"ascending"},"properties":["mimetype","file"]}}
19:37:10 T:2758789952 DEBUG: JSONRPC: Calling files.getdirectory
19:37:10 T:2758789952 DEBUG: JSONRPC: Value does not match any of the enum values in type
19:37:10 T:2758789952 DEBUG: JSONRPC: Array element at index 0 does not match in type properties
The text was updated successfully, but these errors were encountered: