Kodi Community Forum
Release Module Mapper - Plugin Development made easy - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Release Module Mapper - Plugin Development made easy (/showthread.php?tid=245808)



Module Mapper - Plugin Development made easy - tadly - 2015-10-30

Description
This is a small side-project which I made while creating a plugin for Kodi to ease the
development process of folder navigation for plugins.

It basically allows you to "map" url path patterns to functions and easily access a URLs
query as they will be passed as arguments.
As the patterns you define are pure python regex patterns, you can even extract values from
a URLs path.


Usage
Please head over to the Github repository
I added quite some examples showing the general usage and how I imagined it
in combination with a Kodi addon.


Important note
This module is NOT YET in the official repository as there has to be at least one other add-on in the official repository
depending on it.
My add-on (a new Google Play Music implementation) will never see the official repo as it is not allowed to.

So if you want to use this module, just clone it from github to get your implementation done and as soon as you submit it to
official repo, let me know and I will submit this module as well Smile


Feature requests / Bug reports
Please use Githubs Issue tracker for that.
This will keep everything nice and organized in one place (making it easier for me)


Contribution
This project is licensed under GPLv3 and the source can be found on github.


Final words
Feel free to share any thoughts you might have Smile