kodi-plugin-routing icon indicating copy to clipboard operation
kodi-plugin-routing copied to clipboard

A routing module for kodi plugins

Results 14 kodi-plugin-routing issues
Sort by recently updated
recently updated
newest added

Hi, I am from Vietnam, sorry my writing English skill isn't very good. I face a problem in this library. when I pass an **"url with slash at the end"**...

Given that **script.module.routing** is a critical piece of any add-on using it and in light of [recent events](https://github.com/pietje666/plugin.video.vrt.nu/issues/664) I would like to discuss this project's governance. I count at least...

It appears that `sys.argv` exposes string literals while our module now works exclusively with unicode literals. This is problematic for Python2 unicode processing. This fixes #27

the problem occurs when i use the addon missingmovies to find new movies on disk. it is only on folders with german characters like äÄöÖüÜß with v.0.2.1 ther are no...

This PR includes: - Use a oneline GPLv3 license statement - Favor Python 3 code over Python 2 - Expose addon_id to add-ons - Avoid a second addon_id lookup -...

The query strings are handled by the Python urllib `urlencode(sequence) -> string` and `parse_qs(string) -> list(tuple)`. These handle escaping for you. If you pass a variable to args or kwargs...

As requested, I separated out new features from the bug fixes. I will submit separate PRs for those to be discussed after this is in. Because of the git mess,...

It took a bit to debug and find this. I pass False to url_for, and it give the proper result. Then in the method that gets called, I get str('False')....

`@routing_plugin.route('/filter//group//')` When using `..` item via kodi's webui/kore it will cut `/` , next time it will cut `group/` from url. Can I somehow redirect urls so when someone enter...