• 1
  • 36
  • 37
  • 38(current)
  • 39
  • 40
  • 83
Skin / Script Development - Updates and Support
(2014-11-24, 13:40)Maniac Wrote: Recent LiveTV\PVR updates include:
- LiveTV customisation via sideblade (Allows you to choose what osd-types to use, show hide sideblade options ect)
- 3 Infobar types added (Standard, Nox and Compact)
- 3 Channel views to choose from (List, Big list, Wall) / more to come
- 2 Channel OSD to choose from (Original & Extended)

watch gallery



@ Maniac it look very good , keep it up

EPG with colors? this is possible to implement? currently I only colored when I press info
Reply
(2014-11-24, 21:59)Kokonutcreme Wrote: Hi Phil

Single logo option has been removed from landscape view in latest release. The option to use alternate floor has also been removed from landscape view using logo and clear art. Will that option for the floor type be available again?

Could you also point me in the right direction to edit landscape xml file, I'd like to remove the flags from the bottom of the screen for logo option.

Thanks

I will probaby add something similar to single-logo to BigFan somewhen. Didnt feel right to have it hidden in landscape viewtype (+ made code messy)
And no, I don´t have time to guide people around in code, sorry.

(2014-11-24, 22:18)vimarbla Wrote: Hi Phil,

Hope you can help me.
I am configuring the widget 1 or 2 for tv shows, and I if I choose the "recommended episodes" the widget is black. Doesn't mind if it is configured with panel, poster, etc...
However the Last, random, mixed, top rated, trending....etc episodes are working fine and I can see all in the widget.
By the moment I have created a Smart playlist to have the "recommmended" function but I dont like it for some reasons (for example in this list does not appear "season x episode - title" and something more details... I don't want to bore you)
I think I have all the scripts and services correctly installed and updated (checked also in the "help" section of the skin settings).
My installation is Kodi Helix beta4 in Windows 8.1 and I think that all is working fine except this widget issue.
Any help would be much appreciated.

Thanks in advance.

possible that it is broken atm.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Thats good news that we havent lost single logo mode, understand the demands on your time Phil, I'll see if I can work edits out myself
Reply
Any plans to have Bigfan with a option for delayed plotinfo screen?
I have skin.widgets but still can't use latest movie/episode background.
Btw there is a bug i think were i after screensaver get stuck on homemenu and cant move. Works with pressing S and going to settings then back though.
Reply
Image

This is using movies submenu movieset. I have a total of 8 movies but only 6 discs are shown, not sure if you can fix this. Is it possible to show the correct case instead of movie sets? Blurays and DVDs.

Thanks
Reply
(2014-11-26, 02:04)Edworld Wrote: Image

This is using movies submenu movieset. I have a total of 8 movies but only 6 discs are shown, not sure if you can fix this. Is it possible to show the correct case instead of movie sets? Blurays and DVDs.

Thanks

6 is maximum. Will have a look at cases.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
hi phil , small bug AngelCool : focus item on startup not working Big Grin
Reply
(2014-11-24, 23:53)R3N3 Wrote: ...
@ Maniac it look very good , keep it up

EPG with colors? this is possible to implement? currently I only colored when I press info

EPG genre-colors do work, I've done some changes there in the latest PR.

The folder to use is /media/epg-genres/ for your colors. You can use both GenreType or Genre-name, but do not use both. If you do not see any colors by default then your backend most probably does not use GenreType (numbers).
HTPC Server - Windows 8.1 + XBMC Helix | Intel QuadCore, 4GB RAM, 4 TB SATA
Intel NUC D54250WYK - Windows 8.1 + XBMC Helix | Logitech Harmony 750
Samsung UE8005 | Bluetooth keyboard & mousepad
Reply
(2014-11-26, 02:22)R3N3 Wrote: hi phil , small bug AngelCool : focus item on startup not working Big Grin

fixed. thx.

On another note, I now completely dropped support for script.metadata.actors, script.extendedinfo does all that stuff now. Should work well already for most parts Smile
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
I get an extended info error with actor extra info.

http://paste.ubuntu.com/9251541/

I tried removing ~/.kodi/userdata/addondata/script.extendedinfo/ and a fresh git checkout, but it still fails.

Any ideas ?
Reply
Hi,

i get only a no id found if i use extra info for actor.

Is Live DVD case from playlist in home menu still in work ? If i choose last movies i get live dvd cases. If i choose my playlist for live dvd cases i get only a standard background.

Eisi
Reply
(2014-11-26, 18:08)Eisi2005 Wrote: Hi,

i get only a no id found if i use extra info for actor.

Is Live DVD case from playlist in home menu still in work ? If i choose last movies i get live dvd cases. If i choose my playlist for live dvd cases i get only a standard background.

Eisi

debug log, please. you´re using it from DialogVideoInfo, right?

(2014-11-26, 17:52)Saner Wrote: I get an extended info error with actor extra info.

http://paste.ubuntu.com/9251541/

I tried removing ~/.kodi/userdata/addondata/script.extendedinfo/ and a fresh git checkout, but it still fails.

Any ideas ?

try again with newest commit.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Working now.

Cheers
Reply
Hi,

here is the debug log

http://pastebin.com/Ze2dfCyp
Reply
(2014-11-26, 19:11)Eisi2005 Wrote: Hi,

here is the debug log

http://pastebin.com/Ze2dfCyp

oh, right, forgot to add some code for handling multiple actor results. will get fixed.
Just to make sure: you tried to clean extendedinfo cache?
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
  • 1
  • 36
  • 37
  • 38(current)
  • 39
  • 40
  • 83

Logout Mark Read Team Forum Stats Members Help
Skin / Script Development - Updates and Support11