Kodi Community Forum
Release GlobalSearch Script - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: Release GlobalSearch Script (/showthread.php?tid=109301)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42


GlobalSearch Script - ronie - 2011-09-03

this is an all-in-one library search addon for kodi,
it allows you to find items in your video, music library & epg database right from the home screen:

Image


search results:

Image


you can play each item right from the results screen, or use the context menu to play a trailer / view movie info / find all albums and songs by the selected artist and what more...

Image



download: it's available in the addon repo.


If you have issues with this addon, please post a Debug Log!
You will receive NO support without a debug log.

globalsearch does not search for content provided by addons!


- LiLChris - 2011-09-03

Works great! Smile


- fillidill - 2011-09-05

Wow, I'll have to have check this out when I've some time for fun.


- dallasnights - 2011-09-05

where is the pre-eden repo can someone share the link

Thanks all


- ronie - 2011-09-05

dallasnights Wrote:where is the pre-eden repo can someone share the link

Thanks all

if you're running a nightly build, just go to:
system > add-ons > get add-ons > xbmc.org add-ons > program add-ons

it will be listed there


- Rygrath - 2011-09-05

Love this addon. It now seems to be running properly for me. In it's early days I could only do one search and after that I'd have to restart xbmc to do another (or could have been a issue with the earlier nightlies). Now I've just done search after search with no issues.

To me, it puts in functionality that I've always felt XBMC was missing. One global search to find your media quickly. Regardless what it is. This does the job in spades. Now skins that allow custom home menus I add this in as "Search" and the household loves it.

Thank you Ronie, this is quite some bit of code you came up with Big Grin


- dallasnights - 2011-09-05

very nice works great however, I dont have the search option on the home screen, what skin are you using I am using standard confluence, is there a way to add that to confluence

Thanks


- ronie - 2011-09-05

dallasnights Wrote:very nice works great however, I dont have the search option on the home screen, what skin are you using I am using standard confluence, is there a way to add that to confluence

Thanks

System > Skin > Addon Shortcuts > Home Page Programs SubMenu > Addon1


- Wanilton - 2011-09-05

Ronie,

Translate for Portuguese (Brazil), great job...

http://dl.dropbox.com/u/25170804/Portuguese%20%28Brazil%29.zip

Wanilton


- dallasnights - 2011-09-05

thank you works great


- ronie - 2011-09-05

Wanilton Wrote:Ronie,

Translate for Portuguese (Brazil), great job...

http://dl.dropbox.com/u/25170804/Portuguese%20%28Brazil%29.zip

Wanilton

cheers mate, will be added to the next release.


- pecinko - 2011-09-08

Ronnie, thanks for a very useful script.

I have a problem as it does not seam to search movies at my side. What am I doing wrong?

http://pastebin.com/FQL9Jz80

OS X, compiled 7.9.2011, I have searched for "Avatar" and only got Avatar airbender TV Show returned.


- ronie - 2011-09-08

pecinko Wrote:Ronnie, thanks for a very useful script.

I have a problem as it does not seam to search movies at my side. What am I doing wrong?

http://pastebin.com/FQL9Jz80

OS X, compiled 7.9.2011, I have searched for "Avatar" and only got Avatar airbender TV Show returned.

i'm not sure why, but the json calls to your database are failing.

mind posting a full Debug Log so i can check if there's some pointers elsewhere in the log.


- pecinko - 2011-09-08

ronie Wrote:i'm not sure why, but the json calls to your database are failing.

mind posting a full Debug Log so i can check if there's some pointers elsewhere in the log.

Here ya go.

http://pastebin.com/XQuDUfBH

EDIT. did not turn debugging on

take two http://pastebin.com/ZXeT4CSY



- ronie - 2011-09-08

pecinko Wrote:Here ya go.

http://pastebin.com/XQuDUfBH

EDIT. did not turn debugging on

take two http://pastebin.com/ZXeT4CSY

thanx mate.

turns out some recent change in xbmc broke the script.

i'll look into it.