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: GlobalSearch Script - Karellen - 2023-11-01

Hi @ronie

Just wanting to report that the icons in the Guide results overflow the image box...

Image


Search-results appear blue despite colour selection "maroon" - dajana.s - 2024-03-03

hi,

I use the "estuary" theme, have selected "maroon" as the colour, everything appears "red" accordingly. But when I search for something, search-result-page suddenly reverts to the standard "blue" colour. Why? Selecting the skin again or selecting a new colour or restarting does nothing. when i leave the search, everything is back in "maroon" red.

i have screenshots, but unfortunately i can't upload them here. but it should be reproducible.

(kodi 21 beta 1)


RE: Search-results appear blue despite colour selection "maroon" - Hitcher - 2024-03-03

That's because it's a separate addon (script.globalsearch) and not part of Estuary.


RE: Search-results appear blue despite colour selection "maroon" - dajana.s - 2024-03-03

Okay, but it's the Estuary style. Only the colour isn't right.


RE: GlobalSearch Script - Hitcher - 2024-03-03

Moved to the correct thread.


RE: GlobalSearch Script - dajana.s - 2024-03-03

And that means? So ... the search "addon" still uses the Estuary theme, because it has the same style. But the color is wrong.


RE: GlobalSearch Script - izprtxqkft - 2024-03-03

(2024-03-03, 22:19)dajana.s Wrote: And that means? So ... the search "addon" still uses the Estuary theme, because it has the same style. But the color is wrong.

you're not understanding

this addon uses it's own skin xml files, not those from Estuary https://gitlab.com/ronie/script.globalsearch/-/tree/master/resources/skins/default?ref_type=heads
inside those skin files it has defined it's own colors https://gitlab.com/ronie/script.globalsearch/-/blob/master/resources/skins/default/1080i/script-globalsearch.xml?ref_type=heads#L13

so Estuary colors do not affect this addon


RE: GlobalSearch Script - dajana.s - 2024-03-04

But why does the "search" look 100% like the Estuary skin? Apart from the colour?


RE: GlobalSearch Script - izprtxqkft - 2024-03-04

(2024-03-04, 01:40)dajana.s Wrote: But why does the "search" look 100% like the Estuary skin?

because they share the same author

https://github.com/phil65/script.globalsearch
https://github.com/phil65/skin.estuary


RE: GlobalSearch Script - Karellen - 2024-03-04

(2024-03-04, 01:40)dajana.s Wrote: But why does the "search" look 100% like the Estuary skin? Apart from the colour?
Because Estuary is the default skin, so any addons are designed to look like Estuary.
If, one day we change to a new default skin, then those addons will be updated to look like the new skin.
You can change the background colour, by editing the skin files in your own setup as mentioned in the previous post.


RE: GlobalSearch Script - dajana.s - 2024-03-04

Ah, okay, now I understand. Thanks.


RE: GlobalSearch Script - brazen1 - 2024-03-05

In Windows Explorer I can search my collection and it returns results having read file names of every individual movie folder. 

A typical folder name
Avatar The Way of Water (2022). 
Inside this folder is the file named 
Avatar.The.Way.Of.Water.2022.HDR.BRIGHT.2160P.TrueHD.Atmos.7.1.

Searching I type .BRIGHT. and all movie file names containing .BRIGHT. are returned.

The Kodi info window shows file names and paths to those file names so, can this add-on scan that data and return a list of titles matching .BRIGHT. in the file (not folder) name?


RE: GlobalSearch Script - Hitcher - 2024-03-05

(2024-03-05, 05:27)brazen1 Wrote: The Kodi info window shows file names and paths to those file names so, can this add-on scan that data and return a list of titles matching .BRIGHT. in the file (not folder) name?
No, library only.
(2011-09-03, 21:41)ronie Wrote: 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