• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 151
Release script.extendedinfo
#1
Star 
Support for ExtendedInfo Script (for skinners only, no end-user support. please ask in the corresponding skin threads)

Current Kodi script repo release version is 6.0.7 (Kodi Matrix and up)


Video showing some of the functionality:
[video=youtube][video=youtube]https://www.youtube.com/watch?v=7i3z6QxEU3A&feature=youtu.be[/video]

GitHub repository:
https://github.com/phil65/script.extendedinfo
https://github.com/scott967/script.extendedinfo

List content overview for the XMLs
 
Code:
.       MOVIES      TVSHOWS     SEASONS     EPISODES    ACTORS
150     Similar     Similar     ---         ---         Movie Roles
250     Sets        Seasons     ---         ---         TV Roles
350     Youtube     Youtube     Youtube     Youtube     Youtube
450     Lists       ---         ---         ---         Images
550     Studios     Studios     ---         ---         Movie Crew
650     Releases    Certific    ---         ---         TV Crew
750     Crew        Crew        Crew        Crew        Tagged Img
850     Genres      Genres      ---         ---         ---
950     Keywords    Keywords    ---         ---         ---
1000    Actors      Actors      Actors      Actors      ---
1050    Reviews     ---         ---         ---         ---
1150    Videos      Videos      Videos      Videos      ---
1250    Images      Images      Images      ---         ---
1350    Backdrops   Backdrops   Backdrops   Images      ---
1450    ---         Networks    ---         ---         ---
2000    ---         ---         Episodes    ---         ---

AVAILABLE IN OFFICIAL KODI REPOSITORY.

CAUTION: Needs v14.2 v19.0 at least to run properly on all platforms.

for newest isengard nightly builds I created a context menu add-on to add an entry to show the Movie / TVShow / Season extendedinfo dialog. That way it can also be used in Confluence for example.
https://github.com/phil65/context.extendedinfo.dialog
https://github.com/phil65/context.extend....ratemedia


Please note that forum user scott967 is now the maintainer of this addon.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#2
Change id to lowercase only Smile
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#3
done.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#4
nice script

Thanks for your great work
Reply
#5
Finally the data for sets being shown correctly. Congratulations Phil. Works fine here.
------------------------------------------------------

Want to know more about the skin? Liked my work and want contribute?
Visit my website
XBMC Brazilian Community Forum
By making a donation, please do not post in the forum, send me an email or PM, thank you.
Reply
#6
ok, next one. (this is an old feature from script.extramusicinfo by pieh, credits for that script)

call the script with

onclick>RunScript(script.extendedinfo,info=NearEvents)</onclick>

and you´ll get

Window(home).Property(...

NearEvents.%i.Artists
NearEvents.%i.Date
NearEvents.%i.City
NearEvents.%i.Region
NearEvents.%i.Country


this uses GeoIP and returns concerts in your area including dates / venues.

Image

use newest GIT commit for this.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#7
(2013-03-26, 19:04)phil65 Wrote: Spent the last 1-2 days with writing a new script. I´m done now (except documentaition of course, as usual Wink )

you´ll get a hell lot new infolabels [...]

Amazing work! Angel
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#8
awesone, congratulation

Can you add discart, like clearlogo,please?
Reply
#9
phil, I found a problem.

If you use a info panel off list everything works fine, but if you use the data included in the list (as view List in Aeon) the script does not return any data because it would be necessary to use "ListItem.Property"

Any solution?
------------------------------------------------------

Want to know more about the skin? Liked my work and want contribute?
Visit my website
XBMC Brazilian Community Forum
By making a donation, please do not post in the forum, send me an email or PM, thank you.
Reply
#10
a error with album
pastebin
Reply
#11
(2013-03-27, 01:37)phil65 Wrote: ok, next one. (this is an old feature from script.extramusicinfo by pieh, credits for that script)

call the script with

onclick>RunScript(script.extendedinfo,info=NearEvents)</onclick>

and you´ll get

Window(home).Property(...

NearEvents.%i.Artists
NearEvents.%i.Date
NearEvents.%i.City
NearEvents.%i.Region
NearEvents.%i.Country


this uses GeoIP and returns concerts in your area including dates / venues.

Image

use newest GIT commit for this.

wow!
Reply
#12
(2013-03-27, 13:09)MarcosQui Wrote: phil, I found a problem.

If you use a info panel off list everything works fine, but if you use the data included in the list (as view List in Aeon) the script does not return any data because it would be necessary to use "ListItem.Property"

Any solution?

was also like that with old script.moviesets.
we cannot assign properties to listitems generated by xbmc. only to windows/dialogs.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#13
next one:

use: RunScript(script.extendedinfo,info=artistevents,artistname=$ESCINFO[ListItem.Label])

and you´ll get:

Window(home).Property(...

ArtistEvents.%i.Artists
ArtistEvents.%i.Date
ArtistEvents.%i.City
ArtistEvents.%i.Region
ArtistEvents.%i.Country


this will give you all upcoming concerts from the given artist.

Image
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#14
(2013-03-27, 01:37)phil65 Wrote: ok, next one. (this is an old feature from script.extramusicinfo by pieh, credits for that script)

call the script with

onclick>RunScript(script.extendedinfo,info=NearEvents)</onclick>

and you´ll get

Window(home).Property(...

NearEvents.%i.Artists
NearEvents.%i.Date
NearEvents.%i.City
NearEvents.%i.Region
NearEvents.%i.Country


this uses GeoIP and returns concerts in your area including dates / venues.

Image

use newest GIT commit for this.
Nice to see this one shaping up to something usable Smile
Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first

My previous forum/trac nickname: grajen3
Reply
#15
that one is included in nox for about a year Smile it worked with your old script, too.
the other ones were broken, but i managed to get them all working.
thx for that script again. (and also for script.rssclient, that´s also a very nice one)
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29