Kodi Community Forum
Release script.extendedinfo - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: Release script.extendedinfo (/showthread.php?tid=160558)



RE: script.extendedinfo - phil65 - 2015-03-16

Sorry, i dont get what you mean.


RE: script.extendedinfo - phil65 - 2015-03-16

(2015-03-16, 07:02)jurialmunkey Wrote:
(2015-03-16, 02:11)phil65 Wrote: the best way to do it would be to add different buttons (one for movie search, one for tv search) to PVRinfo dialog I think.
A debug log for one of those 3+ sec delays would be nice.
Yeah I think thats the best way.

Here's a debug log with two different actor requests both 4+ seconds delay between the info dialog closing and the busy dialog loading. Sorry for the wait, had to compile latest kodi-Helix master for Fedora as I was running an old beta and wanted to make sure that wasn't the problem.
http://pastebin.com/sScgzFmi

As you can see in this snippet, there is a 5 second delay between invoking the script and the opening of DialogBusy.
Code:
15:48:27 T:139713509250816   DEBUG: script.extendedinfo: {
                                                "control": null,
                                                "default.py": "",
                                                "handle": null,
                                                "name": "Chlo\u00eb Grace Moretz as Mindy Macready"
                                            }
15:48:27 T:139713509250816   DEBUG: script.extendedinfo: [
                                                "extendedactorinfo"
                                            ]
15:48:27 T:139714033735936   DEBUG: ------ Window Deinit (DialogVideoInfo.xml) ------
15:48:27 T:139713509250816   DEBUG: POParser: loaded 95 strings from file /home/mergeandvary/.kodi/addons/script.extendedinfo/resources/language/English/strings.po
15:48:28 T:139714033727232   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
15:48:28 T:139714033727232   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
15:48:31 T:139714033727232   DEBUG: CurlFile::Open(0x7f11b559ab30) http://feeds.xbmc.org/updated_xbmc_addons
15:48:32 T:139713509250816   DEBUG: script.extendedinfo: download http://api.themoviedb.org/3/search/person?query=Chloe+Grace+Moretz&include_adult=false&api_key=34142515d9d23817496eeb4ff1d223d0. time: 5.677395
15:48:32 T:139713509250816   DEBUG: script.extendedinfo: save to file: http://api.themoviedb.org/3/search/person?query=Chloe+Grace+Moretz&include_adult=false&api_key=34142515d9d23817496eeb4ff1d223d0
15:48:32 T:139713509250816   DEBUG: script.extendedinfo: saved textfile /home/mergeandvary/.kodi/userdata/addon_data/script.extendedinfo. Time: 0.001609
15:48:33 T:139714033735936   DEBUG: Activating window ID: 10138
15:48:33 T:139714033735936   DEBUG: ------ Window Init (DialogBusy.xml) ------

hmm perhaps try adding additional component logging (curl) in settings, not sure if that will output something more helpful then.


RE: script.extendedinfo - phil65 - 2015-03-17

scratch that, try this:
https://github.com/phil65/script.extendedinfo/commit/b18e18935f55c64856f513e878e4c33542f0cf5c


RE: script.extendedinfo - jurialmunkey - 2015-03-17

(2015-03-17, 00:02)phil65 Wrote: scratch that, try this:
https://github.com/phil65/script.extendedinfo/commit/b18e18935f55c64856f513e878e4c33542f0cf5c

Excellent. Working perfectly as far as I can tell - DialogBusy loads practically immediately.


RE: script.extendedinfo - phil65 - 2015-03-17

(2015-03-17, 02:10)jurialmunkey Wrote:
(2015-03-17, 00:02)phil65 Wrote: scratch that, try this:
https://github.com/phil65/script.extendedinfo/commit/b18e18935f55c64856f513e878e4c33542f0cf5c

Excellent. Working perfectly as far as I can tell - DialogBusy loads practically immediately.

nice. next one, please Wink


RE: script.extendedinfo - Wanilton - 2015-03-18

Hi phil65, here translation for Portuguese (Brazil),

http://files.xbmcbrasil.net/Suporte/strings.po

Thanks


RE: script.extendedinfo - phil65 - 2015-03-18

(2015-03-18, 02:36)Wanilton Wrote: Hi phil65, here translation for Portuguese (Brazil),

http://files.xbmcbrasil.net/Suporte/strings.po

Thanks

shouldnt be needed, I just sent a request to get added on Transifex.


RE: script.extendedinfo - ekim232 - 2015-03-19

Is it possible to pull the youtube videos inside DialogVideoInfo.xml for movies. I did not see anything within the readme, but thought I would double check to see if the content could be pulled like similiarmovies


RE: script.extendedinfo - phil65 - 2015-03-19

(2015-03-19, 04:34)ekim232 Wrote: Is it possible to pull the youtube videos inside DialogVideoInfo.xml for movies. I did not see anything within the readme, but thought I would double check to see if the content could be pulled like similiarmovies

plugin://script.extendedinfo?info=youtubesearch&&id=YOUR_SEARCH_PHRASE

YOUR_SEARCH_PHRASE can be "$INFO[ListItem.Title] $INFO[ListItem.Year]", "$INFO[ListItem.Title] movie" or "$INFO[ListItem.Title] trailer" for example.


RE: script.extendedinfo - bolter - 2015-03-19

Hi Phil, I just downloaded your latest version of extendedinfo from Github, but when I try to install it, it says not the correct structure. is this just me, never had this problem before.


RE: script.extendedinfo - Hitcher - 2015-03-19

Manually extract and copy to addons folder.


RE: script.extendedinfo - bolter - 2015-03-19

(2015-03-19, 12:34)Hitcher Wrote: Manually extract and copy to addons folder.
Thanks, will do, but never had to do that before, usually installs via Zip.


RE: script.extendedinfo - senna99 - 2015-03-19

(2015-03-19, 04:36)phil65 Wrote:
(2015-03-19, 04:34)ekim232 Wrote: Is it possible to pull the youtube videos inside DialogVideoInfo.xml for movies. I did not see anything within the readme, but thought I would double check to see if the content could be pulled like similiarmovies

plugin://script.extendedinfo?info=youtubesearch&&id=YOUR_SEARCH_PHRASE

YOUR_SEARCH_PHRASE can be "$INFO[ListItem.Title] $INFO[ListItem.Year]", "$INFO[ListItem.Title] movie" or "$INFO[ListItem.Title] trailer" for example.

This works perfectly.
Thank you so much, for this information.

Best Regards


RE: script.extendedinfo - senna99 - 2015-03-19

Hello

Can someone confirm, what's wrong in this line :


Quote:<content>plugin://script.extendedinfo?info=similarmoviestrakt&amp;&amp;id=$INFO[ListItem.Title]</content>


Thank you


RE: script.extendedinfo - phil65 - 2015-03-19

(2015-03-19, 14:19)senna99 Wrote: Hello

Can someone confirm, what's wrong in this line :


Quote:<content>plugin://script.extendedinfo?info=similarmoviestrakt&amp;&amp;id=$INFO[ListItem.Title]</content>


Thank you

id= needs a themoviedb id, you should also be able to use dbid=$INFO[ListItem.DBID] though.