wutschel

Results 172 comments of wutschel

I asked about this in the forums. Maybe this can be added for future (Kodi and Remote app) versions, even though it will not help you with the existing Kodi...

As far as can the Kodi API (up to and including v12 used in 19.x) does not support this.

Searching the web for the displayed error message "The data couldn´t be read because it isn´t in the correct format." points towards an internal error in the JSON deserialization. With...

@joethefox, good to see you here :) Do you know if this would this be equivalent to the option `NSJSONReadingFragmentsAllowed` when using `NSJSONSerialization`? ``` NSDictionary *jsonResult = [NSJSONSerialization JSONObjectWithData:connectionData options:NSJSONReadingFragmentsAllowed...

I understand the concern, but I feel this will add another UI step for anyone who wants to play an item immediately.

In `NowPlaying` controller there is still some rework needed to read IDs as `long` type.

This is new to me. This is done using a add-on for Kodi?

I played with this add-on on my test environment, but I have no idea how this should work from the guide (neither in Kodi itself nor in a yatse installation)....

Thanks. I now took a quick look at this, and I need to admit this seems more complicated than I thought. For now I will not further dig into this,...