• 1
  • 71
  • 72
  • 73(current)
  • 74
  • 75
  • 151
Release script.extendedinfo
(2015-06-07, 20:40)phil65 Wrote: Google AutoCompletion possible for DialogKeyBoard.xml now, too Smile

keyboard autocomplete crashes kodi at my end:
http://xbmclogs.com/pdbr0ow90

it happens each time when i select one of the items returned by google.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
(2015-06-09, 01:02)ronie Wrote:
(2015-06-07, 20:40)phil65 Wrote: Google AutoCompletion possible for DialogKeyBoard.xml now, too Smile

keyboard autocomplete crashes kodi at my end:
http://xbmclogs.com/pdbr0ow90

it happens each time when i select one of the items returned by google.

hmm ok, will see if I can reproduce. I tested on windows with a pretty new v15 build. Will test on my linux machine later.
Could you test which line causes it? I suspect line 369 in process.py (that´s the workaround I mentioned in my globalsearch PR)
Code:
xbmc.executebuiltin("SendClick(103,32)")

EDIT: can reproduce on linux, it´s line 368 (setText() on a core EditControl)
weird that this only happens on linux. will see if i can come up with a solution.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
fixed by using JSON-RPC (Input.SendText) instead of grabbing core EditControl and using setText()
https://github.com/phil65/script.extende...355114b2bd

Also added option to set language in script settings + an option to use autocompletion keywords from youtube instead of google.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Auto complete is very cool, added it to Mimic...

http://forum.kodi.tv/showthread.php?tid=...pid2024431
Reply
Thx. Be aware that the needed ExtendedInfo version is not on the repo yet.
Since I changed quite a lot since the last repo push (version is now 3.0.0) it would be nice if you guys could test latest Master branch extensively (also the new plugin section). I would like to get some confirmations before doing big updates on scripts which are tightly integrated into skins.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Will do, I just installed 3.0.0 from git in order to test auto complete. Will test the rest too...
Reply
(2015-06-07, 08:19)phil65 Wrote: new features:
-T9 Text input for TMDB search
- search results now update on-the-fly
- added google suggestions for autocompletion

Image
Was just testing out the VideoInfo and VideoList windows, everything worked as expected. Is there a way for a skin to skip the addon keyboard shown in the screenshot and go directly to the classic keyboard when selecting Search from the sidebar? I took a look in the XMLs and DialogVideoList.py but didn't see a way to do it.

Thanks!
Reply
Just started testing the plugin paths I use and got an error with topartists.

Code:
plugin://script.extendedinfo?info=topartists

http://pastebin.com/rW8nw8KL

toprentals, trendingshows, trendingmovies, and dailybabes all worked fine.

Curious, is there a way for topartists and dailybabes to open the image full screen when clicked? I tried setting the target to pictures, but nothing happens when selecting a widget item.
Reply
Ok, here's a strange one, didn't notice this before. I can't get out of the video info or actor info windows by pressing back or esc. Log says its an unknown control type for python. Not sure if I did anything to cause this, tried a restart but got the same results.

http://pastebin.com/dmDP6JBV
Reply
Google autocompletions are very cool and useful. Added to the Rapier skin.

I just tested 3.0.0 and came up with some minor issues compared to 2.0.10. Please correct me if properties have changed:


Pressing button id="6006" (Already Rated) in Script-DialogVideoInfo.xml seems to not go to the user ratings window - the ratings are missing (ListItem.Property(User_Rating)):

3.0.0
Image

2.0.10
Image

Also, in Script-VideoList.xml the property Container(500).ListItem.Year seems empty. The Year property is generally an issue with 3.0.0, which you will see below.


The year property (ListItem.Year) in Script-DialogVideoInfo.xml for container id="250" seems missing and the sorting is random. Also ListItem.Property(DBID) seems broken.

3.0.0
Image

2.0.10
Image
Reply
Same for Script-DialogInfo.xml, although ListItem.Property(DBID) is working here:

3.0.0
Image

2.0.10
Image


Hope this makes sense.

Cheers
Gade
Reply
I'm looking for script entendedinfo runing on Gotham 13.2, because can not install this great plugin on my box Prismcube

Thanks
Reply
(2015-06-09, 12:43)arzaz Wrote: I'm looking for script entendedinfo runing on Gotham 13.2, because can not install this great plugin on my box Prismcube

Thanks


-> "CAUTION: Needs v14.2 at least to run properly on all platforms."
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
Something I've noticed and quite curious about is why all the movie titles I view when using this script return movie certifications for the US? My details on The Movedb site are set to the UK and Europe time zone. I also have the correct credentials and preferences set for both this script and the movie database plugin in Kodi, but I'm still not getting UK certifications for the movie titles I view. Is somebody able to tell me if I'm doing anything wrong, or for that matter if I need to do anything further?
Reply
(2015-06-09, 13:25)Dumyat Wrote: Something I've noticed and quite curious about is why all the movie titles I view when using this script return movie certifications for the US? My details on The Movedb site are set to the UK and Europe time zone. I also have the correct credentials and preferences set for both this script and the movie database plugin in Kodi, but I'm still not getting UK certifications for the movie titles I view. Is somebody able to tell me if I'm doing anything wrong, or for that matter if I need to do anything further?

atm it always takes the first certification returned by the API. would need some work to be able to prioritize them.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
  • 1
  • 71
  • 72
  • 73(current)
  • 74
  • 75
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29