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 - DAlba - 2020-07-13

What font is used for media flags? I'd like to add Atmos and DTS-X audio codec flag png's


RE: GlobalSearch Script - ronie - 2020-07-14

i wouldn't be able to tell you i'm afraid. those flags are copied from the estuary skin.
perhaps you can create the new ones by using bits & pieces from the other flags...


RE: GlobalSearch Script - DAlba - 2020-07-14

(2020-07-14, 03:35)ronie Wrote: i wouldn't be able to tell you i'm afraid. those flags are copied from the estuary skin.
perhaps you can create the new ones by using bits & pieces from the other flags...

Thank you! I got the NotoSans font from Estuary skin and made them.


RE: GlobalSearch Script - kodlgn2 - 2020-08-21

Hi guys,
feeling a bit stupid but i just can't figure it out: How do I use the global search to search by filepath?

I'd like to search for a movie in a named folder,
i.e. search for "FUN" gives a result of "Movie (2009)" because it's stored in /media/drive/movie.FUN.2009/movie.avi


RE: GlobalSearch Script - olli14 - 2020-09-06

Sometimes I use addon "Global Search" to search for a movie in the tv programm guide.
If the movie is soon to be broadcast, the movie will be displayed in the search result, but only the channel symbol, the channel name and the movie title will then be displayed.
But I also would like to see the broadcast date and perhaps even the start time in the search result.

Example: I know that the film "Gladiator" will be broadcast in the next few days. But I don't know when.
Now I'm using Global Search to search for "Gladiator". Global Search now shows the channel that broadcast "Gladiator". But I don't see the broadcast date and start time.

I would like to implement this in the Skin Aeon Nox. I have already seen that the channel name is shown with "ListItem.Property (ChannelName)".
But I don't know how to implement broadcast date and start time.


RE: GlobalSearch Script - ronie - 2020-09-06

you can find all the available properties in the README.txt file included in the addon:
https://gitlab.com/ronie/script.globalsearch/-/blob/f3538d80261b7fae6572c3991d4e60fc0f0fb4db/README.txt#L32-41


RE: GlobalSearch Script - olli14 - 2020-09-07


Hi ronie,
thank you for the hint. Now it's working. I changed "ChannelName" against "Starttime".


RE: GlobalSearch Script - usphil - 2020-09-13

This script is so great for me, it works well on Estuary skin but Titan skin. In Titan skin the panel background and the item focus are transparent, item icons do not appear, so it's very difficult to control. Will this script support Titan skin better? Or anyway to fix it?

Thanks very much!


RE: GlobalSearch Script - cncb - 2020-12-30

Can you point me in the right direction to mod this to allow it to open the info screen for a "livetv" item when selected (the same that opens when you select an item in the regular PVR search)?  Thanks.


RE: GlobalSearch Script - ronie - 2020-12-30

sadly it's not possible. the python api in kodi lacks proper integration for livetv.


RE: GlobalSearch Script - Majin01 - 2021-01-17

(2020-12-30, 19:01)ronie Wrote: sadly it's not possible. the python api in kodi lacks proper integration for livetv.
would it be possible to mod global search, or add function to search through addons such as TMDBHelper, or Netflix or Disney+?


RE: GlobalSearch Script - ronie - 2021-01-18

nope that ain't possible, plugins don't have a usable search interface.


RE: GlobalSearch Script - Majin01 - 2021-01-18

alright thanks anyway


RE: GlobalSearch Script - michelb2 - 2021-01-29

i can't find a movie by it's imdb number with or without "tt"
tt5968394
5968394
=> no answer

this movie is in my kodi database   "Captive State (2019).iso"

even if a put the ttnumber inside the file name i have no answer
Captive State (2019) [tt5968394].iso
Captive State (2019) tt5968394.iso
Captive State tt5968394 (2019).iso


RE: GlobalSearch Script - Honko - 2021-02-24

Iam still on Krypton with Estuary and wondering if there is any (simple) method to modify the globalsearch-main.xml to force globalsearch to open the globalsearch-infodialog.xml instead of playing the movie (like the usage of the context menu)? I have to try a little bit without success anf hope for some help, as the addon works otherwise perfect for me.

thx in advance
Honko