Kodi Community Forum
[WIP] Search script (looking for nightly build testers) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: [WIP] Search script (looking for nightly build testers) (/showthread.php?tid=102709)

Pages: 1 2 3


[WIP] Search script (looking for nightly build testers) - ronie - 2011-06-02

I've created a search addon for xbmc, which will allow you to search your video/music library right from the home screen.

if you're interested in testing it, download and install:
script.globalsearch-0.0.3.zip

if you run the latest T! svn version, you'll notice a search button, next to shutdown:

Image


search results:

Image


you can play each item right for the results screen, or use the context menu to play a trailer / view movie info / find all albums and songs by the selected artist and what more...

Image


let me know if there's any issues :-)


- dondre - 2011-06-02

brilliant m8 works smoothly!


- ppic - 2011-06-02

you're diving on python side ronie Wink


- ronie - 2011-06-02

ppic Wrote:you're diving on python side ronie Wink

i'm taking my first steps :-)

and i must say your scripts have been a great help to me when i was starting to learn python.
i must've stared at your code for hours when i was trying to figure out how to code certain things.


- flipje - 2011-06-02

Works very good. I realy like that you can search for episodes, very useful.


- wyrm - 2011-06-02

ronie,

I take it this is a pre Eden only script, is that correct? I guess I will have to take a walk on the wild side and move from Dharma to integrate this into my skin. Looks Ubercool, guess it will be worth the effort. I also take it that the skin files in the script can be modified and dropped into my main skin directory, is that correct?

Wyrm (xTV-SAF)


- ronie - 2011-06-02

wyrm Wrote:ronie,

I take it this is a pre Eden only script, is that correct? I guess I will have to take a walk on the wild side and move from Dharma to integrate this into my skin. Looks Ubercool, guess it will be worth the effort. I also take it that the skin files in the script can be modified and dropped into my main skin directory, is that correct?

Wyrm (xTV-SAF)

it's pre-eden only yes.
the main reason is i'm using json-rpc to fetch the search results
and the json-rpc implementation in dharma is lacking a lot of features.

i've made sure the addon is fully skinnable.

i'll write some proper skinnings docs asap, so you know what infolabels are available and which control id's represent what.


- wyrm - 2011-06-02

ronie Wrote:it's pre-eden only yes.
the main reason is i'm using json-rpc to fetch the search results
and the json-rpc implementation in dharma is lacking a lot of features.

i've made sure the addon is fully skinnable.

i'll write some proper skinnings docs asap, so you know what infolabels are available and which control id's represent what.
ronie,

Thanks mate, just installed pre Eden, and yes it's ubercool. Will see if I can add it to my skin in such a way as to not cause problems for people still on Dharma. Will take a sticky at the script and make a start from what I learn.

Thanks yet again.
Wyrm (xTV-SAF)


- Jeroen - 2011-06-02

Very, very nice !

The way search should be in XBMC itself to be honest.
Sometimes it really starts slowing down XBMC and even crash it, but then again I'm hammering my skin reload key because I can't resist skinning it Laugh

Keep it up, it's very promising Smile


- ronie - 2011-06-02

Jeroen Wrote:Sometimes it really starts slowing down XBMC and even crash it, but then again I'm hammering my skin reload key because I can't resist skinning it

to speed thing up during skinning, go to the addon settings and disable some/most of the search categories.


- ronie - 2011-06-02

ronie Wrote:i'll write some proper skinnings docs asap, so you know what infolabels are available and which control id's represent what.

now then: README.txt


Convergence - Mudislander - 2011-06-02

Like your script, Added supporting it onto my to-do list. Will it be avail on a repo soon ?


- ronie - 2011-06-02

Mudislander Wrote:Like your script, Added supporting it onto my to-do list. Will it be avail on a repo soon ?

it depends on if / how many bug reports i get.
i'll probably keep the beta up for testing for a week or two.

after that, if i'm convinced it's stable, i'll submit it to the repo
and patiently wait if it gets accepted or not.


- BigNoid - 2011-06-03

Great script, really usefull with an ipad as remote and a button mapped to run the script. Lots of work to add in the skin, but definitely worth it. So far it works as expected.


- 999unreal - 2011-06-04

Thank you ronie.Smile

However, I cannot effectively use it.
Because, "XBMC" in the on-screen keyboard
Is unable to enter the Japanese. Sad
Therefore, Japanese TV shows and Movies cannot be search.

Are there any good idea?