Release script.skin.info.service
#1
Star 
hey guys,
I stripped out the daemon part of script.extendedinfo into a separate add-on.
https://github.com/phil65/script.skin.info.service
This also covers all properties from script.videolanguage now (thx to black) so you do not need to have 2 daemons running for setting window properties in media windows.
Documentation (i hope i got everything):
Code:
Start the script with RunScript(script.skin.info.service) in startup.xml
+Properties will then be available in the corresponding media windows.
+
+New properties:
+
+For artists:
+Window(home).Property(...)
+    'Artist.Album.%d.Title' % i
+    'Artist.Album.%d.Plot' % i
+    'Artist.Album.%d.PlotOutline' % i
+    'Artist.Album.%d.Year' % i
+    'Artist.Album.%d.Duration' % i
+    'Artist.Album.%d.Thumb' % i
+    'Artist.Album.%d.ID' % i
+    'Artist.Albums.Newest'  
+    'Artist.Albums.Oldest'  
+    'Artist.Albums.Count'  
+    'Artist.Albums.Playcount'  
+
+For Albums:
+Window(home).Property(...)
+    'Album.Song.%d.Title' % i
+    'Album.Song.%d.FileExtension' % i
+    'Album.Songs.TrackList'  
+    'Album.Songs.Discs'
+    'Album.Songs.Discs'  
+    'Album.Songs.Duration'  
+    'Album.Songs.Count'
+
+For movie sets:
+Window(home).Property(...)
+    'Set.Movie.%d.Art(clearlogo)' % i
+    'Set.Movie.%d.Art(fanart)' % i
+    'Set.Movie.%d.Art(poster)' % i
+    'Set.Movie.%d.Art(discart)' % i
+    'Set.Movies.Plot'  
+    'Set.Movies.ExtendedPlot'  
+    'Set.Movies.Runtime'  
+    'Set.Movies.Writer'  
+    'Set.Movies.Director'  
+    'Set.Movies.Genre'  
+    'Set.Movies.Years'  
+    'Set.Movies.Count'
+
+For movie years, directors, actors, genres, studios countries and tags:
+Window(home).Property(...)
+    'Detail.Movie.%d.Art(poster)' % i
+    'Detail.Movie.%d.Art(fanart)' % i
+    'Detail.Movie.%d.Path' % i
+
+For movies:
+Window(movieinformation).Property(...)
+    AudioLanguage.%d' % i
+    AudioCodec.%d' % i
+    AudioChannels.%d' % i
+    SubtitleLanguage.%d' % i
+    AudioLanguage
+    SubtitleLanguage
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply


Messages In This Thread
script.skin.info.service - by phil65 - 2014-08-29, 02:05
RE: script.skin.info.service - by Edworld - 2015-03-14, 20:45
RE: script.skin.info.service - by binnugsay - 2015-04-15, 10:15
RE: script.skin.info.service - by Sranshaft - 2015-04-16, 05:24
RE: script.skin.info.service - by Gade - 2015-04-21, 11:17
RE: script.skin.info.service - by phil65 - 2015-04-21, 15:31
RE: script.skin.info.service - by Gade - 2015-04-21, 16:12
RE: script.skin.info.service - by Skinnerxyz - 2015-04-21, 22:23
RE: script.skin.info.service - by phil65 - 2015-04-21, 23:53
RE: script.skin.info.service - by Skank - 2015-04-26, 16:44
RE: script.skin.info.service - by Mike_Doc - 2015-04-27, 13:45
RE: script.skin.info.service - by pacoma2610 - 2015-04-29, 15:49
RE: script.skin.info.service - by Mike_Doc - 2015-04-27, 20:14
RE: script.skin.info.service - by phil65 - 2015-04-27, 22:17
RE: script.skin.info.service - by Mike_Doc - 2015-04-28, 08:08
RE: script.skin.info.service - by SupeRepo4K - 2015-05-07, 00:49
RE: script.skin.info.service - by phil65 - 2015-05-07, 03:20
RE: script.skin.info.service - by SupeRepo4K - 2015-05-07, 13:48
RE: script.skin.info.service - by Maaarv - 2015-05-28, 08:32
RE: script.skin.info.service - by Crssi - 2015-06-24, 09:54
RE: script.skin.info.service - by Mike_Doc - 2015-07-06, 10:32
RE: script.skin.info.service - by tomer953 - 2015-07-11, 09:29
RE: script.skin.info.service - by tomer953 - 2015-07-27, 02:50
RE: script.skin.info.service - by JohnyBee - 2015-09-11, 10:13
RE: script.skin.info.service - by IronRobi - 2015-10-19, 00:17
RE: script.skin.info.service - by tomer953 - 2015-10-19, 19:16
RE: script.skin.info.service - by IronRobi - 2015-10-20, 22:14
RE: script.skin.info.service - by TonyPh12345 - 2015-11-15, 00:45
RE: script.skin.info.service - by TonyPh12345 - 2015-12-07, 04:19
RE: script.skin.info.service - by djhifi - 2015-11-16, 20:35
RE: script.skin.info.service - by manfeed - 2016-04-29, 20:09
RE: script.skin.info.service - by mikebzh44 - 2016-10-13, 10:41
RE: script.skin.info.service - by mikebzh44 - 2016-10-13, 13:54
RE: script.skin.info.service - by Angelinas - 2016-10-13, 14:55
RE: script.skin.info.service - by mikebzh44 - 2016-10-13, 15:58
RE: script.skin.info.service - by mikeSiLVO - 2017-03-29, 08:20
RE: script.skin.info.service - by Nanomani - 2021-06-11, 16:31
RE: script.skin.info.service - by scott967 - 2021-06-13, 00:28
RE: script.skin.info.service - by scoochie78 - 2022-03-19, 16:54
RE: script.skin.info.service - by scoochie78 - 2022-03-19, 19:18
RE: script.skin.info.service - by scott967 - 2022-03-19, 23:48
Logout Mark Read Team Forum Stats Members Help
script.skin.info.service1