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


RE: [Release] GlobalSearch Script - Laser78 - 2017-04-23

And an addon finder ?


RE: [Release] GlobalSearch Script - Ragnarok - 2017-06-17

Any chance I could talk you into adding in support for a CinemaVision button on the context menu or movie information screen in Global Search? I've had quite a few requests for it so far.


RE: [Release] GlobalSearch Script - Boyzie - 2017-06-17

How could one add an item in the search result to the favorites?


RE: [Release] GlobalSearch Script - Lunatixz - 2017-06-17

(2017-04-23, 16:25)Laser78 Wrote: And an addon finder ?

(2011-09-03, 21:41)ronie Wrote: globalsearch does not search for content provided by addons!



RE: [Release] GlobalSearch Script - OlegEF - 2017-09-08

I've just installed KODI ALPHA 18 and globalsearch script.
There is a problem with cyrillic search. Looks like script uses low case only algorithm for search.
After scraping movie info I have camel case title e.g.: "Приключения Электроника"

So it's not possible to find anything with "приключения", "приключения электроника", "электроник" search requests.
Search succeed only when capital letter used: "При...", "Эле.."

How can it be solved? any workaround?


RE: [Release] GlobalSearch Script - ronie - 2017-09-08

no idea i'm afraid... this addon passes the search string as-is to kodi and asks for results.
perhaps something internally in kodi is not handling this correctly.


RE: [Release] GlobalSearch Script - sualfred - 2017-09-11

(2017-02-23, 21:33)ronie Wrote: might be because v8.0.0 is unfinished? :-)
i'm not even sure if it's compatible with kodi krypton.

Hey Ronie,

I'm using v8 in Krypton, because the previous one doesn't return the correct Art items for the lists and v8 is working without any issues.
Do you have any plans for the official repo?


RE: [Release] GlobalSearch Script - ronie - 2017-09-11

(2017-09-11, 07:42)sualfred Wrote:
(2017-02-23, 21:33)ronie Wrote: might be because v8.0.0 is unfinished? :-)
i'm not even sure if it's compatible with kodi krypton.

Hey Ronie,

I'm using v8 in Krypton, because the previous one doesn't return the correct Art items for the lists and v8 is working without any issues.
Do you have any plans for the official repo?

plans sure... when dunno :-)
i still have to finish the skin part of the addon... and do a last round of testing

i'll give a heads-up in the skin dev forum when it's ready.


RE: [Release] GlobalSearch Script - sualfred - 2017-11-01

(2017-09-11, 14:55)ronie Wrote:
(2017-09-11, 07:42)sualfred Wrote:
(2017-02-23, 21:33)ronie Wrote: might be because v8.0.0 is unfinished? :-)
i'm not even sure if it's compatible with kodi krypton.

Hey Ronie,

I'm using v8 in Krypton, because the previous one doesn't return the correct Art items for the lists and v8 is working without any issues.
Do you have any plans for the official repo?

plans sure... when dunno :-)
i still have to finish the skin part of the addon... and do a last round of testing

i'll give a heads-up in the skin dev forum when it's ready.

Hey Ronie,

I know 8.0 is still WIP, but the music result onclick actions are broken:

Code:
14:39:18.580 T:15756   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                            - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                           Error Type: <type 'exceptions.AttributeError'>
                                           Error Contents: 'xbmc.InfoTagMusic' object has no attribute 'getDbId'
                                           Traceback (most recent call last):
                                             File "D:\Kodi\Kodi Krypton\portable_data\addons\script.globalsearch\resources\lib\gui.py", line 411, in onClick
                                               path = 'musicdb://artists/%s/' % str(listitem.getMusicInfoTag().getDbId())
                                           AttributeError: 'xbmc.InfoTagMusic' object has no attribute 'getDbId'
                                           -->End of Python script error report<--
14:39:20.378 T:9440   DEBUG: CWinEventsWin32::WndProcWindow is active
14:39:48.279 T:16136   DEBUG: Thread JobWorker 16136 terminating (autodelete)
14:39:48.282 T:11948   DEBUG: Thread JobWorker 11948 terminating (autodelete)
14:39:48.282 T:10740   DEBUG: Thread JobWorker 10740 terminating (autodelete)
14:39:48.282 T:4524   DEBUG: Thread JobWorker 4524 terminating (autodelete)
14:39:54.130 T:9440   DEBUG: CWinEventsWin32::WndProcWindow is active
14:39:55.535 T:9440   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
14:39:55.535 T:9440   DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
14:39:55.685 T:9440   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
14:39:56.395 T:9440   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
14:39:56.524 T:9440   DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
14:39:56.524 T:9440   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
14:39:56.525 T:15756   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                            - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                           Error Type: <type 'exceptions.AttributeError'>
                                           Error Contents: 'xbmc.InfoTagMusic' object has no attribute 'getDbId'
                                           Traceback (most recent call last):
                                             File "D:\Kodi\Kodi Krypton\portable_data\addons\script.globalsearch\resources\lib\gui.py", line 414, in onClick
                                               albumid = listitem.getMusicInfoTag().getDbId()
                                           AttributeError: 'xbmc.InfoTagMusic' object has no attribute 'getDbId'
                                           -->End of Python script error report<--
14:39:57.675 T:9440   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
14:39:57.675 T:9440   DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
14:39:57.779 T:9440   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
14:39:58.457 T:9440   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
14:39:58.581 T:9440   DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
14:39:58.581 T:9440   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
14:39:58.581 T:15756   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                            - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                           Error Type: <type 'exceptions.AttributeError'>
                                           Error Contents: 'xbmc.InfoTagMusic' object has no attribute 'getDbId'
                                           Traceback (most recent call last):
                                             File "D:\Kodi\Kodi Krypton\portable_data\addons\script.globalsearch\resources\lib\gui.py", line 417, in onClick
                                               songid = listitem.getMusicInfoTag().getDbId()
                                           AttributeError: 'xbmc.InfoTagMusic' object has no attribute 'getDbId'
                                           -->End of Python script error report<--
14:39:59.335 T:9440   DEBUG: CWinEventsWin32::WndProcWindow is active



RE: [Release] GlobalSearch Script - ronie - 2017-11-01

(2017-11-01, 15:42)sualfred Wrote:
(2017-09-11, 14:55)ronie Wrote:
(2017-09-11, 07:42)sualfred Wrote: Hey Ronie,

I'm using v8 in Krypton, because the previous one doesn't return the correct Art items for the lists and v8 is working without any issues.
Do you have any plans for the official repo?

plans sure... when dunno :-)
i still have to finish the skin part of the addon... and do a last round of testing

i'll give a heads-up in the skin dev forum when it's ready.

Hey Ronie,

I know 8.0 is still WIP, but the music result onclick actions are broken:

Code:
File "D:\Kodi\Kodi Krypton\portable_data\addons\script.globalsearch\resources\lib\gui.py", line 417, in onClick

looks like you're using it on kodi krypton? it should work fine with kodi leia.

globalsearch will be released for kodi v18... if i can finish it in time :-)


RE: [Release] GlobalSearch Script - sualfred - 2017-11-01

Thanks for the hint. I'll give it a try on a Leia test station Smile


RE: [Release] GlobalSearch Script - Angelinas - 2017-11-02

(2017-09-11, 14:55)ronie Wrote: looks like you're using it on kodi krypton? it should work fine with kodi leia.

globalsearch will be released for kodi v18... if i can finish it in time :-)

tnx for latest changes.....I was forced to tweek last version window name and code inside mine mod, for all art viewing in windows "Search"
Now working playing/browsing for all content...

Just one sugestion add clearlogo for all music content....I think now is missing.


RE: [Release] GlobalSearch Script - ronie - 2017-11-02

(2017-11-02, 16:42)Angelinas Wrote: Just one sugestion add clearlogo for all music content....I think now is missing.

the new version of globalsearch will simply retrieve whatever artwork is stored in the database.
the problem is, for music kodi doesn't store anything in the database besides thumb and fanart.

need this PR to make it possible (or at least it would be a start):
https://github.com/xbmc/xbmc/pull/11754


RE: [Release] GlobalSearch Script - braz - 2017-12-23

Hi Ronie,

Thanks for your work on Global Search 8, I've been using it on Kodi 18 and have skinned it for Omni. One thing I noticed is that if I start a new search, the category buttons from the previous search are still visible (see screenshot, Movies is shown twice). I'm guessing this is a bug and not a feature? Smile

Happy holidays!

Image


RE: [Release] GlobalSearch Script - ronie - 2017-12-24

ah, thx! certainly not a feature :-)
i'll have a look