Release script.skin.info.service
#18
Hi

your script works perfect with the Aeon MQ5 Mod for helix. Thanks for it.

I would like to see only the titles abd no plots for sets. Is it possible to change the Utils.py (hope that's the right file) somehow.

I played a bit with this

if json_response['result']['setdetails']['limits']['total'] > 1:
window.setProperty('Set.Movies.ExtendedPlot', title_header + title_list + "[CR]" + plot)
else:
window.setProperty('Set.Movies.ExtendedPlot', plot)
window.setProperty('Set.Movies.Title', title_list)
window.setProperty('Set.Movies.Runtime', str(runtime / 60))
window.setProperty('Set.Movies.Writer', " / ".join(writer))
window.setProperty('Set.Movies.Director', " / ".join(director))
window.setProperty('Set.Movies.Genre', " / ".join(genre))
window.setProperty('Set.Movies.Country', " / ".join(country))
window.setProperty('Set.Movies.Studio', " / ".join(studio))
window.setProperty('Set.Movies.Years', " / ".join(years))
window.setProperty('Set.Movies.Count', str(json_response['result']['setdetails']['limits']['total']))

but I had no success.

Thanks

edit found it, is it possible to change the font size. Do I need to change something here or inside the skinfile
Reply


Messages In This Thread
script.skin.info.service - by phil65 - 2014-08-29, 02:05
RE: [RELEASE] script.skin.info.service - by scorpie - 2014-11-28, 22:50
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