Michaël Arnauts

Results 203 comments of Michaël Arnauts

> > is okay with this being used since references to the original code are part of the file. > > That is not how I understood that comment. Re-licensing...

It's unfortunate that `redirect` doesn't accept a real `plugin://whatever/path/to/something?id=5` url. I would expect to be able to do `routing.redirect(routing.url_for(function))` to redirect to another endpoint from within the code itself.

With the current behavior: * `@plugin.route('/tvshows/category//')`: plugin.url_for() doesn't include the slash anymore This breaks bookmarking.

Check the 2nd comment. If you add a folder to your bookmarks, it will not work without a trailing slash, but the new routing version strips all trailing slashes.

Sorry, I indeed mean favourites. If you have an addon with a path that ends in a number, it will not work. The route gets generated without a trailing slash...

Check https://github.com/xbmc/xbmc/issues/16516#issuecomment-529508845 the issue is explained there.

I think there is a hdmi_cec component in Hass for this.

It's been some time since I've looked at this code, but I think you couldn't control devices without having an id yourself. You should be able to change the device...

IR is currently broken in this branch, maybe it does make sense to split it off to a separate project, I haven't thought about this. But it shouldn't matter that...

I've looked at that library also, but it had some strange delays. When I send a command, it had a 2 seconds delay of something. I haven't looked at it...