Kodi Community Forum
Skin / Script Development - Updates and Support - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: Skin / Script Development - Updates and Support (/showthread.php?tid=202302)



RE: Skin / Script Development - Updates and Support - Angelinas - 2015-01-15

@phil65 In this video I show how your script work in Live TV PVR.
But I have some question for you:
I have this info in my EPG for PVR (excample)
<showid>0369179</showid> or
<title>Two and a Half Men</title>
<originaltitle> Dva i po muškarca</originaltitle>

in EPG.db have row for IMDB number,but how to link this number with your script.(or Title),to show me like Actor
For Actor I found in your github
<onclick>RunScript(script.extendedinfo,info=extendedactorinfo,name=$INFO[ListItem.Actor])</onclick>
For movies in EPG...
<onclick>RunScript(script.extendedinfo,info=?.?,name=$INFO[ListItem.IMDB])</onclick>

Please try to help me,before you go to holiday Smile




RE: Skin / Script Development - Updates and Support - phil65 - 2015-01-15

info=extendedactorinfo works with name= and id= (id= always is theTMDB id)
info=extendedinfo (for movies) works with name=,id=,imdbid=, dbid=
info=extendedtvinfo works with name=,id=,imdbid=, dbid=, tvdb_id=


RE: Skin / Script Development - Updates and Support - Angelinas - 2015-01-15

(2015-01-15, 18:51)phil65 Wrote: info=extendedactorinfo works with name= and id= (id= always is theTMDB id)
info=extendedinfo (for movies) works with name=,id=,imdbid=, dbid=
info=extendedtvinfo works with name=,id=,imdbid=, dbid=, tvdb_id=

Working EXTRAAAAAAA
with
<onclick>RunScript(script.extendedinfo,info=extendedinfo,name=$INFO[ListItem.Title])</onclick>
just to hideprogramme info Smile
<visible>!Window.IsVisible(script-ExtendedInfo Script-DialogVideoInfo.xml)</visible>
Image

Thank you for this great script


RE: Skin / Script Development - Updates and Support - phil65 - 2015-01-15

(2015-01-15, 19:01)Angelinas Wrote:
(2015-01-15, 18:51)phil65 Wrote: info=extendedactorinfo works with name= and id= (id= always is theTMDB id)
info=extendedinfo (for movies) works with name=,id=,imdbid=, dbid=
info=extendedtvinfo works with name=,id=,imdbid=, dbid=, tvdb_id=

Working EXTRAAAAAAA
with
<onclick>RunScript(script.extendedinfo,info=extendedinfo,name=$INFO[ListItem.Title])</onclick>
just to hideprogramme info Smile
<visible>!Window.IsVisible(script-ExtendedInfo Script-DialogVideoInfo.xml)</visible>
Image

Thank you for this great script

If possible take one of the id calls, they are more reliable and faster.


RE: Skin / Script Development - Updates and Support - meowmoo - 2015-01-16

(2015-01-15, 00:31)Kwulabear Wrote:
(2015-01-14, 23:53)zag Wrote:
(2015-01-10, 05:07)Kwulabear Wrote: Thanks again Phil, I got it working.

Got a screenshot to show it off?

I'd love to see it.

Here ya go:

Image

Sorry for offtopic...

witch version of NOX is this? kinda cool to see the Top tracks Nod


RE: Skin / Script Development - Updates and Support - Kwulabear - 2015-01-16

The pic is from Shedrocks version. I added Phils newest scripts to it so it would work without errors.


RE: Skin / Script Development - Updates and Support - Mario S. - 2015-01-16

(2015-01-16, 00:31)Kwulabear Wrote: The pic is from Shedrocks version. I added Phils newest scripts to it so it would work without errors.

can you share your mod with us Big Grin


RE: Skin / Script Development - Updates and Support - richjack2003 - 2015-01-16

My first post in this thread after spending a few days reading through all 24 pages, and my eyes are bleeding!!

Fantastic skin, and one which seem to give you more each time you power on the machine.
One questions if I can please Phil, before you set off for some deserved rest.

Is it possible to add additional menus on the home screen? Are there any Custom menus disabled anywhere that can be re-used?

Cheers


RE: Skin / Script Development - Updates and Support - phil65 - 2015-01-16

(2015-01-16, 02:39)richjack2003 Wrote: My first post in this thread after spending a few days reading through all 24 pages, and my eyes are bleeding!!

Fantastic skin, and one which seem to give you more each time you power on the machine.
One questions if I can please Phil, before you set off for some deserved rest.

Is it possible to add additional menus on the home screen? Are there any Custom menus disabled anywhere that can be re-used?

Cheers

right-click on main menu (or context menu button / "c" on keyboard), hide/unhide all items.


RE: Skin / Script Development - Updates and Support - Kwulabear - 2015-01-16

(2015-01-16, 01:11)Mario S. Wrote:
(2015-01-16, 00:31)Kwulabear Wrote: The pic is from Shedrocks version. I added Phils newest scripts to it so it would work without errors.

can you share your mod with us Big Grin

Although it is script related, I really don't want to clutter Phils thread with things that don't relate to his skin. I have provided the files in Shedrocks thread. You also have to add some code to the varibles.xml file to get the biography to work. Info is post #644 on the next page.


RE: Skin / Script Development - Updates and Support - Waltman - 2015-01-16

Hello phil,

What about calling your aeon nox verdien Æon Nox : Phi.
Its a reference to you Phi(l). And ofcourse its the greek letter phi which also refers to the golden ratio, which is about 1.61. And since your version could be seen as almost version 6....and a little

A never mind. Thanx for creating this cool skin.


RE: Skin / Script Development - Updates and Support - C.Taylor - 2015-01-16

(2015-01-16, 21:54)Walt74 Wrote: Hello phil,

What about calling your aeon nox verdien Æon Nox : Phi.
Its a reference to you Phi(l). And ofcourse its the greek letter phi which also refers to the golden ratio, which is about 1.61. And since your version could be seen as almost version 6....and a little

A never mind. Thanx for creating this cool skin.

I think he should go with the golden rule and call it Aeon 3-Way.

It goes back to ancient Greece. I'm talking about Caesar!


RE: Skin / Script Development - Updates and Support - richjack2003 - 2015-01-17

(2015-01-16, 02:42)phil65 Wrote:
(2015-01-16, 02:39)richjack2003 Wrote: My first post in this thread after spending a few days reading through all 24 pages, and my eyes are bleeding!!

Fantastic skin, and one which seem to give you more each time you power on the machine.
One questions if I can please Phil, before you set off for some deserved rest.

Is it possible to add additional menus on the home screen? Are there any Custom menus disabled anywhere that can be re-used?

Cheers

right-click on main menu (or context menu button / "c" on keyboard), hide/unhide all items.


Excellent, cheers Phil. I was happy with the C button (which is a great upgrade from going through the menu's), but couldn't work out how to get the disabled custom buttons.

I've noticed a few bugs/issues with some of the system info and screen text missing.
I'll get some screen-shots up once I figure out the action fro OpenElec from my laptop!!

Thanks again. Awesome skin.


RE: Skin / Script Development - Updates and Support - jojo280 - 2015-01-17

(2015-01-10, 01:45)jojo280 Wrote: 00:36:13 T:1344365632 ERROR: EXCEPTION: Non-Existent Control 1000
00:36:13 T:1344365632 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.RuntimeError'>
Error Contents: Non-Existent Control 1000
Traceback (most recent call last):
File "/storage/.kodi/addons/script.extendedinfo-master/resources/lib/DialogVideoInfo.py", line 121, in onInit
self.getControl(1000).addItems(CreateListItems(self.movie["actors"], 0))
RuntimeError: Non-Existent Control 1000
-->End of Python script error report<--

There is a solution for my problem?

Thanks


RE: Skin / Script Development - Updates and Support - phil65 - 2015-01-17

(2015-01-17, 22:40)jojo280 Wrote:
(2015-01-10, 01:45)jojo280 Wrote: 00:36:13 T:1344365632 ERROR: EXCEPTION: Non-Existent Control 1000
00:36:13 T:1344365632 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.RuntimeError'>
Error Contents: Non-Existent Control 1000
Traceback (most recent call last):
File "/storage/.kodi/addons/script.extendedinfo-master/resources/lib/DialogVideoInfo.py", line 121, in onInit
self.getControl(1000).addItems(CreateListItems(self.movie["actors"], 0))
RuntimeError: Non-Existent Control 1000
-->End of Python script error report<--

There is a solution for my problem?

Thanks

deleting script.extendedinfo-master folder and use repository version would be a start. Rolleyes