• 1
  • 72
  • 73
  • 74(current)
  • 75
  • 76
  • 151
Release script.extendedinfo
(2015-06-09, 06:03)braz Wrote: 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!

no, atm not.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-06-09, 06:23)braz Wrote: 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.
should be fixed now.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-06-09, 06:43)braz Wrote: 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

also fixed.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-06-09, 13:36)phil65 Wrote:
(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.

Ok, That's great. Thanks for the quick reply Smile Was more curious than anything else why it wasn't showing them.....Now I know why. Laugh
Reply
That autocompletion feature is awesome. Thanks for this.
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
(2015-06-09, 12:16)Gade Wrote: 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)):

should also be fixed now.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-06-09, 15:02)sualfred Wrote: That autocompletion feature is awesome. Thanks for this.
Thx
I guess it's probably the fastest-adopted script feature ever. Wink
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-06-09, 12:16)Gade Wrote: 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.

should also be fixed now.

Anything left to fix?
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-06-09, 18:21)phil65 Wrote:
(2015-06-09, 12:16)Gade Wrote: 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.

should also be fixed now.

Anything left to fix?

Works great now, thanks a lot for this.

The only thing is that the user ratings using button 6006 are not updated? Script-VideoList.xml only shows 1 movie at all times. As I understand it, this is a feature to locally rate the movies, even when not logged into tmdb?

Btw, fantastic new features in 3.0.0. I especially like the context menu for posters/fanart, which works great.
Reply
(2015-06-09, 21:55)Gade Wrote:
(2015-06-09, 18:21)phil65 Wrote:
(2015-06-09, 12:16)Gade Wrote: 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.

should also be fixed now.

Anything left to fix?

Works great now, thanks a lot for this.

The only thing is that the user ratings using button 6006 are not updated? Script-VideoList.xml only shows 1 movie at all times. As I understand it, this is a feature to locally rate the movies, even when not logged into tmdb?

Btw, fantastic new features in 3.0.0. I especially like the context menu for posters/fanart, which works great.

will have a look at non-refreshing rating list.
You also vote online even if you´re not logged in. Nothing is saved on disk except cache. (This also means that you lose your ratings if you delete your complete cache because you will have to generate a new guest user token then. That one is also in cache.)
Thx much Wink
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-06-09, 21:59)phil65 Wrote:
(2015-06-09, 21:55)Gade Wrote:
(2015-06-09, 18:21)phil65 Wrote: should also be fixed now.

Anything left to fix?

Works great now, thanks a lot for this.

The only thing is that the user ratings using button 6006 are not updated? Script-VideoList.xml only shows 1 movie at all times. As I understand it, this is a feature to locally rate the movies, even when not logged into tmdb?

Btw, fantastic new features in 3.0.0. I especially like the context menu for posters/fanart, which works great.

will have a look at non-refreshing rating list.
You also vote online even if you´re not logged in. Nothing is saved on disk except cache. (This also means that you lose your ratings if you delete your complete cache because you will have to generate a new guest user token then. That one is also in cache.)
Thx much Wink

That makes a lot of sense. Switching to 2.0.10 gives me all the user rated movies back, but only 1 movie appear in 3.0.0.

Let me know if there's anything I can do to help or test it out Smile
Reply
(2015-06-09, 22:18)Gade Wrote:
(2015-06-09, 21:59)phil65 Wrote:
(2015-06-09, 21:55)Gade Wrote: Works great now, thanks a lot for this.

The only thing is that the user ratings using button 6006 are not updated? Script-VideoList.xml only shows 1 movie at all times. As I understand it, this is a feature to locally rate the movies, even when not logged into tmdb?

Btw, fantastic new features in 3.0.0. I especially like the context menu for posters/fanart, which works great.

will have a look at non-refreshing rating list.
You also vote online even if you´re not logged in. Nothing is saved on disk except cache. (This also means that you lose your ratings if you delete your complete cache because you will have to generate a new guest user token then. That one is also in cache.)
Thx much Wink

That makes a lot of sense. Switching to 2.0.10 gives me all the user rated movies back, but only 1 movie appear in 3.0.0.

Let me know if there's anything I can do to help or test it out Smile

The exact reason is that the cache files are now placed in subfolders inside addon_data/script.extendedinfo. You could get your old ratings back by moving all textfiles from folder root into the MovieDB subfolder (+ restarting kodi) )
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-06-09, 22:30)phil65 Wrote:
(2015-06-09, 22:18)Gade Wrote:
(2015-06-09, 21:59)phil65 Wrote: will have a look at non-refreshing rating list.
You also vote online even if you´re not logged in. Nothing is saved on disk except cache. (This also means that you lose your ratings if you delete your complete cache because you will have to generate a new guest user token then. That one is also in cache.)
Thx much Wink

That makes a lot of sense. Switching to 2.0.10 gives me all the user rated movies back, but only 1 movie appear in 3.0.0.

Let me know if there's anything I can do to help or test it out Smile

The exact reason is that the cache files are now placed in subfolders inside addon_data/script.extendedinfo. You could get your old ratings back by moving all textfiles from folder root into the MovieDB subfolder (+ restarting kodi) )

Thanks!

That definately brought the previously rated movies back. But newly rated movies are not added to the list / updated.
Reply
(2015-06-10, 01:02)Gade Wrote: Thanks!

That definately brought the previously rated movies back. But newly rated movies are not added to the list / updated.

Should also be fixed now.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-06-09, 14:00)phil65 Wrote:
(2015-06-09, 06:23)braz Wrote: 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.
should be fixed now.

(2015-06-09, 14:01)phil65 Wrote:
(2015-06-09, 06:43)braz Wrote: 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

also fixed.

Fixes confirmed here, thanks!
Reply
  • 1
  • 72
  • 73
  • 74(current)
  • 75
  • 76
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29