• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 151
Release script.extendedinfo
#31
no, sorry, i won´t add that. i don´t think showin covers for sets makes sense.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#32
But as this script is not dedicated to Aeon Nox, may be some other skinners will be interested by the average resolution for a movie set.
Reply
#33
if people will run amok without that feature I will include it. but as i want to keep the JSON overhead as low as possible i won´t include more than needed.
and, as i said: it doesn´t make sense to use an average resolution. trust me. Wink
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#34
I will check for query speed.

And average resolution is not meaningless all the time.

I have Harry Potter movie set with all movie in HD and I didn't like to see black DVD case instead of blue one ;)
Reply
#35
debug log as requested:

http://pastebin.com/erMpUDjc
------------------------------------------------------

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
#36
(2013-03-28, 21:01)mikebzh44 Wrote: I will check for query speed.

And average resolution is not meaningless all the time.

I have Harry Potter movie set with all movie in HD and I didn't like to see black DVD case instead of blue one Wink

average is meaningless because a hd cover could also mean 2 hd movies and 1 sd movie.
so again: no, at least until some more people request that. in my opinion it´s useless and misleading information.

(2013-03-28, 21:06)MarcosQui Wrote: debug log as requested:

http://pastebin.com/erMpUDjc

you have to use the DBID for $INFO[], not the path.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#37
Great, working properly now, including the plot.

Thank you.

Edit: A minor issue: Set.Movies.Count doesn't return any data. If you can check...
------------------------------------------------------

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
#38
next:

use RunScript(script.extendedinfo,exportsettings=true)

to export your skin settings to a txt file in addon_data/skin.yourskin

and use RunScript(script.extendedinfo,importsettings=true)

to import them again.(uses SetBool() , Skin.Reset() and skin.setstring() instead of directly writing to guisettings.xml)

Image

helpful for the case that the guisettings.xml gets broken + makes transferring settings between machines easier)
will adjust it to use a user-chosen output folder in the future.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#39
start the script with

RunScript(script.extendedinfo,info=cyanide)

and you´ll get

Window(home).Property(...
CyanideHappiness.%i.Title
CyanideHappiness.%i.Image

super great cyanide & happiness webcomics. now both my favourite webcomics are available. yippie Smile
Image
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#40
phil, it's possible add Set.Movies.Years to show all years of respective set ?
------------------------------------------------------

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
#41
@phil65, translation your script for Portuguese (Brazil), files here:

http://www.files.xbmcbrasil.net/scriptex...trings.xml

thanks,
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
#42
French translations

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<strings>
    <string id="32001">Paramètres d'export du thème</string>
    <string id="32002">Paramètres d'import du thème</string>
    <string id="32003">Réinitialisation des paramètres du thème</string>
    <string id="32004">Choisir l'action</string>
    <string id="32005">Terminé</string>
    <string id="32006">Export réussi</string>
    <string id="32007">Erreur</string>
    <string id="32008">guisettings.xml non trouvé</string>
    <string id="32009">Import réussi</string>
    <string id="32010">Import des paramètres du thème</string>
    <string id="32011">Mise à jour</string>
    <string id="32012">Ville</string>
    <string id="32013">Pays</string>
</strings>

Is it OK or do we have to wait for Transfix ?
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
#43
wait for transifex i think.
added set.movies.years.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#44
(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.

How do I enable this in Nox?
Reply
#45
(2013-04-02, 18:01)phil65 Wrote: added set.movies.years.

Thanks phil, works fine.
Any idea on when you will send to official repository?
------------------------------------------------------

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
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29