• 1
  • 31
  • 32
  • 33(current)
  • 34
  • 35
  • 42
Release GlobalSearch Script
And an addon finder ?
Reply
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.
Image
Create a Movie Theater Experience at Home
Trivia Slides, Video Bumpers, Ratings Bumpers, Audio Format Bumpers and more...

CinemaVision | CinemaVision Launcher | CinemaVision Service | CinemaVision Content
Reply
How could one add an item in the search result to the favorites?
Windows 10 Home, 64bit | Newest stable Kodi in portable mode
Reply
(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!
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
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?
Reply
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.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
(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?
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
(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.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
(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
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
(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 :-)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
Thanks for the hint. I'll give it a try on a Leia test station Smile
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
(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.
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
(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
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
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
Reply
ah, thx! certainly not a feature :-)
i'll have a look
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
  • 1
  • 31
  • 32
  • 33(current)
  • 34
  • 35
  • 42

Logout Mark Read Team Forum Stats Members Help
GlobalSearch Script1