script.globalsearch
#1
Ronie or current maintainer.

Is there any way for your script to check other scripts for compatability and add their database to your search?

If not would you consider that?

I was thinking you would need:

1. category (Trailers)
2. sql statement
3. location of db.
4. column for title of result
5. column for path or url of result.
...

i'm thinking you could read an addons settings for this info.
globalsearch.title
globalsearch.sql
...

any thoughts?
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#2
actually the sql could be adjusted to return the info in the order you require, so 4 and 5 aren't necessary.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#3
I'm working on something that would solve this. It's basically a set of defined functions for each addon to implement. Waldo itself will call those functions when needed and present all of the appropriate content together. It's technically functional now, I just haven't had time to polish it up

Derp: Forgot the link https://github.com/bstrdsmkr/plugin.video.waldo
Reply
#4
Interesting, I will check it out.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply

Logout Mark Read Team Forum Stats Members Help
script.globalsearch0