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 - ronie - 2017-02-15

both of these should work
Code:
Container(151).ListItem.Property(fanart)
Container(151).ListItem.Property(art(fanart))



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

sorry ronie my mistake icon for this not fanart....
Code:
$INFO[ListItem.Icon]

Image

have art for this
Image


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

i can't reproduce the issue. works ok on my end.

can you please create a Debug Log using this version:
script.globalsearch-7.4.7.zip


Search in music not working - Dave.B - 2017-02-22

Search option in music Is not working.
When searching for an artist or album in music mod, kodi finds the artist/album but there is no option to go further with the search and see the songs or albums of the artist nor play them.
I've tried a mouse Click/Double Mouse click/Enter/tried to click on the "play" icon Etc. but nothing works.
Any Idea how to fix thisHuh
Image[/img]


Search not working in music - PatK - 2017-02-22

Please keep support posts in the proper forum.

Moved from announcement to music support [PatK]


RE: Search in music not working - ronie - 2017-02-22

Please move support posts to the proper thread.

Moved from music support to the globalsearch addon thread [ronie]


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

(2017-02-22, 17:03)Dave.B Wrote: Search option in music Is not working.
When searching for an artist or album in music mod, kodi finds the artist/album but there is no option to go further with the search and see the songs or albums of the artist nor play them.
I've tried a mouse Click/Double Mouse click/Enter/tried to click on the "play" icon Etc. but nothing works.
Any Idea how to fix thisHuh

the context menu provides options to browse further into an artist or album.
clicking on either an album or song should start playback.
(there's no 'play' icon, that's just a playcount indicator)

need help? post a Debug Log!


RE: [Release] GlobalSearch Script - Dave.B - 2017-02-22

(2017-02-22, 17:36)ronie Wrote:
(2017-02-22, 17:03)Dave.B Wrote: Search option in music Is not working.
When searching for an artist or album in music mod, kodi finds the artist/album but there is no option to go further with the search and see the songs or albums of the artist nor play them.
I've tried a mouse Click/Double Mouse click/Enter/tried to click on the "play" icon Etc. but nothing works.
Any Idea how to fix thisHuh

the context menu provides options to browse further into an artist or album.
clicking on either an album or song should start playback.
(there's no 'play' icon, that's just a playcount indicator)

need help? post a Debug Log!

thank you for the quick reply,

The search worked fine in all the previous ver of kodi.
As you see in the screenshot. the play icon in pink does not allow to go further with the search nor Enter or a mouse click.
in previous version i used to push "enter" and get all the artists album and then "enter' again to play the song from the album.
BTW everything works fine in movie search.
Image[/img]


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

Same isue ..one missing thing in my Log is missing "getDbId" Smile

return values for string $INFO[Container(161).ListItem.Property(DBID)] is Empty (for other container too)

Error log
Code:
16:35:16.005 T:1148   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 "C:\Users\TEST\AppData\Roaming\Kodi\addons\script.globalsearch\resources\lib\gui.py", line 439, in onAction
                                                self._showContextMenu(controlId, listitem)
                                              File "C:\Users\TEST\AppData\Roaming\Kodi\addons\script.globalsearch\resources\lib\gui.py", line 382, in _showContextMenu
                                                self._browse_item('musicdb://albums/%s/' % str(listitem.getMusicInfoTag().getDbId()), 'Music')
                                            AttributeError: 'xbmc.InfoTagMusic' object has no attribute 'getDbId'
                                            -->End of Python script error report<--

EDIT: I have string in regular listitem in library "$INFO[ListItem.DBID]" is "461"


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

i'm not sure what version of globalsearch you are using, but it does not look like the one from the addon repo?

(it's also not the version i posted above...)


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

nop....from your repo
https://github.com/ronie/script.globalsearch/blob/master/addon.xml


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

you shouldn't :-)


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

I know that now.... (now have explenation for missing Icon - episodes) Smile
Can you fixed I like that version 8.0 with mine custom dialog...with version 7.4.7 dialogs for this script in mine mod skin dont working well .


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

the plan is to make it a window instead of a dialog in kodi v18 leia.


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

I dont want to change your plan...But version 8.0 is nice progress..
Keep in yours plan...
Now I know whats wrong....., but still will use your repo version

Tnx for explenation Smile