On 29-10-15 18:03, linuxwhatelse wrote:
Sorry, used the wrong sender address in the first mail so here we go again :/

Hi guys,

bare with me here as that's going to be a bit read now (but I need to address that) ^^

So I've started with my first plugin a few weeks ago and work my way through the wiki to see how
one is supposed to implement folder navigation.
After a while I ended up with a big and messy if ... elif ... block to match certain paths/parameters. I quickly decided that that's not the way to go and started this little side-project. (I'm still unsure if something similar
already exists)
Just browse through the README and you quickly understand what I'm aiming for.

*IF* something like that already exists, I think it should be mentioned in the wiki somewhere in this section <http://kodi.wiki/view/Audio/video_add-on_tutorial#Navigating_between_pages> Further, the way the wiki suggests how built plugin-urls should look (plugin://plugin.video.myaddon/?mode=folder&foldername=Folder+One)
seems very wrong to me.
That's how I think it should look "plugin://plugin.video.myaddon/folder-one?param=value"
It's still a url, the "plugin://" scheme doesn't change that fact

All this is just how /*I*/ think about it as I'm not sure whether there are explicit reason for the wiki entry saying what it says or not. Therefor I'm really looking forward to some other peoples thoughts on that (especially Team Kodi)


*addon - script.module.linuxwhatelse.mapper
*version - 1.0.0
*url - https://github.com/linuxwhatelse/script.module.linuxwhatelse.mapper.git
*revision - 0852c637867586eabee732f3aef551686428552f
*branch - master
*xbmc version - helix

cheers,
Tadly


hey Tadly,

i'm not an expert when it comes to the internal handling of plugin paths in kodi, it's probably best to raise that question in the development section of our forum:
http://forum.kodi.tv/forumdisplay.php?fid=26

you probably also may want to create a release thread for your addon there as well. once addon devs find your addon useful and start depending on it in their addons,
we can except it in our repository.
see http://kodi.wiki/view/Add-on_rules#Repository_Submission_Guidelines_-_Please_Read_Before_Submitting_Your_Addon (All service providing modules must be used by at least one other add-on in official repository.)

cheers,
ronie
------------------------------------------------------------------------------
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to