Release script.skin.info.service
#46
not yet on official repository.
added the properties: https://github.com/phil65/script.skin.in...952de86e20
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#47
(2015-04-21, 15:31)phil65 Wrote: not yet on official repository.
added the properties: https://github.com/phil65/script.skin.in...952de86e20

Wow, that was fast Smile

Works perfectly - thanks so much!
Reply
#48
hello phil65


is it possible to request from the home screen the sets values ?


i use the content methode to fill a list with my sets with playlists, but the skin.info.service doesnt works for me´, i start it with onload in the startup.xml and request it so :


$INFO[Window(home).Property(Set.Movies.Genre)]
Reply
#49
no, only works for media views, not for home.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#50
Whats this for? My skin says this skin info service is needed

where can i download from within kodi?
Reply
#51
Hi Phil,

does the script still return resolution for films in movie sets? i.e. Detail.Movie.2.VideoResolution or Detail.Movie.2.Resolution?

I've just pulled down the latest version from the GIT incase mine was out of date but this doesn't seem to be working for Live BG cases, so wanted to check the script does still return resolution?

Edit: Sorted now, it has changed to Set.Movie.....


Mike.
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation
Reply
#52
Another Q, does it return set count when more than one movie? looking at utils.py it only seems to set Set.Movies.Count when only 1 film? but I may have misread it so that's why I'm asking?
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation
Reply
#53
yes it does.
--> window.setProperty('Set.Movies.Count', str(json_response['result']['setdetails']['limits']['total']))
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#54
Thanks Phil for the clarification.
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation
Reply
#55
(2015-04-27, 13:45)Mike_Doc Wrote: Hi Phil,

does the script still return resolution for films in movie sets? i.e. Detail.Movie.2.VideoResolution or Detail.Movie.2.Resolution?

I've just pulled down the latest version from the GIT incase mine was out of date but this doesn't seem to be working for Live BG cases, so wanted to check the script does still return resolution?

Edit: Sorted now, it has changed to Set.Movie.....


Mike.

I have a similar problem when I assign to the movies in the movieset the cases and codecs the sotierung is no longer correct (year). Is there a Solution? See the Screenshot

Image

Thanks pacoma
Reply
#56
Hello all ,
Could you please describe how to use this script ? How and where should it be installed .
I am using the Silvo Mod and it is great but I have some problems with the design n a few places . I assume it is because I don't have this script installed , but I don't have any clue about how should I install it .
Thanks in advance !
Reply
#57
you download it from github and put it into your addons folder in userdata.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#58
Many thanks Phil for the fast reply .

On the github link there are a few files ( utils.py , addon.xml , default.py , icon.png etc. ) and one folder (resources) .
Should I put these files and directory on a specific sub-directory on the /userdata/addons/ or just copy them as is on tthe /userdata/addons/ directory ?
Thanks again !

(2015-05-07, 03:20)phil65 Wrote: you download it from github and put it into your addons folder in userdata.
Reply
#59
Hi,

I got a problem which I think is related to this script.
Within Aeon MQ 5 Mod for Helix it is required to display movie sets in library view.

Unfortunately, for me this works very inconsistent.
It seems that the script is only loading like every second time.

I already tried reinstalling it and it seems that I am the only one experiencing this issue (at least in the Aeon MQ Subforums).

Is there anything I can do?
Hope someone can help me.
  • unRAID server
  • EmbyServer docker container
  • LibreELEC virtual machine
  • Kodi (Aeon Nox SiLVO)
Reply
#60
Hi phil65,

Is there any possibilitie that you would add another two properties?

Something like Window.Property(AudioLanguageUnique.%d) and Window.Property(SubtitleLanguageUnique.%d)

Where the output would be unique list of languages when then media has more than one stream of the same language
for example:
if the movie has the following subtitles or audio streams resplecitvely:
ENG,FRA,CHI,ENG,SLV,SLV,GER,GER,ITA,CHI
the output would be:
ENG,FRA,CHI,SLV,GER,ITA

Additionally if you have set in the kodi settings (if time permitts you):
Window.Property(AudioLanguageUniqueLeadingPreferred.%d) and Window.Property(SubtitleLanguageUniqueLeadingPreferred.%d)
Kodi -> Settings -> Videos -> Playback -> Preferred audio language
Kodi -> Settings -> Videos -> Subtitles -> Preferred subtitle language

Then the otuput list wold have leading the languages from peferred kodi settings.

It just very humble request, but this would greatelly simplify excess of the code in the skin.

Otherwise your skript is really great and thank you for sharing it with us.
Reply

Logout Mark Read Team Forum Stats Members Help
script.skin.info.service1