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: Welcome back - Development updates - phil65 - 2014-09-29

(2014-09-29, 09:28)Mike_Doc Wrote:
(2014-09-27, 15:28)phil65 Wrote:
(2014-09-27, 14:49)Mike_Doc Wrote: Hi Phil,

logfile for new 'script failed' issue using ANG 4.1.9.9. http://xbmclogs.com/show.php?id=304366

Regards,

Mike.

it´s caused by one of your RSS widgets (they probably wont work anymore in Warlion´s mod)

Hi Phil, just to let you know that the fix for this for ANG is to remove the following from default.py:

if info == 'json':
from MiscScraper import GetYoutubeVideos
videos = GetYoutubeVideos(self.feed,self.prop_prefix)
passDataToSkin('RSS', videos, self.prop_prefix)
el

I don't use youtube at all, don't even think I have it installed so perhaps that could be part of the problem. Anyway with removing these lines the 'script failed' no longer happens. Seems something specific to ANG perhaps as we have had this fix for previous versions of your script as well.

Mike.

there is no fix needed. problem is that you set up some outdated JSON url somewhere in your setup. nothing wrong with the script.


RE: Welcome back - Development updates - Mike_Doc - 2014-09-29

ok, thanks Phil. Didn't mean to imply the script is broken and needed fixed, just that removing this corrects the issue in ANG. I know very little but when you mention JSON url would you be talking about this:

<item>
<label>31204</label>
<onclick>Skin.SetString(SearchString)</onclick>
<onclick>Skin.SetString(RSSWidgetFeed,http://pipes.yahoo.com/pipes/pipe.run?_id=6eeab87a37b2983b1f391adb753814a3&amp;_render=json&amp;youtubeid=$INFO[Skin.String(SearchString)])</onclick>
<onclick>Skin.SetString(RSSWidgetTitle,$LOCALIZE[31204])</onclick>
<onclick>Dialog.Close(1160)</onclick>
</item>

If not would you mind just giving me a point where and what to look for and what it should be changed to if it is outdated?

Thanks,

Mike.


RE: Welcome back - Development updates - bsoriano - 2014-09-29

Hello Phil,

I am having a problem in that none of the widgets that I understand use the extendeinfo script are working for me (upcoming movies, permiered tv shows, etc., they do not show any content, neither does the "Trailers" main menu item) If I look at the "Help" screen in the skin settings, it appears as if I did not have the script.extendedinfo 0.0.8 installed. I have the latest version from your Git installed (I think that is 0.8.0, right?). How can I have the skin load this script correctly? My apologies if this is something that has been covered elsewhere, I was not able to find it. Thank you for your help.

Regards,

Bart


RE: Welcome back - Development updates - kizzer31 - 2014-09-29

0.8.0 that latest one im still running 0.2.0 where do i find the latest script by phil?


RE: Welcome back - Development updates - phil65 - 2014-09-29

Ever thaught about reading the opening Post?


RE: Welcome back - Development updates - bolter - 2014-09-30

(2014-09-29, 22:30)bsoriano Wrote: Hello Phil,

I am having a problem in that none of the widgets that I understand use the extendeinfo script are working for me (upcoming movies, permiered tv shows, etc., they do not show any content, neither does the "Trailers" main menu item) If I look at the "Help" screen in the skin settings, it appears as if I did not have the script.extendedinfo 0.0.8 installed. I have the latest version from your Git installed (I think that is 0.8.0, right?). How can I have the skin load this script correctly? My apologies if this is something that has been covered elsewhere, I was not able to find it. Thank you for your help.

Regards,

Bart

Have you installed and setup the following to make extendedinfo 0.8.0 work correctly in ANG

http://forum.xbmc.org/showthread.php?tid=203196

You will need to follow the instruction in the first line of code shown in post 1

Hope this helps


RE: Welcome back - Development updates - bsoriano - 2014-09-30

(2014-09-29, 23:23)phil65 Wrote: Ever thaught about reading the opening Post?

Yes, of course, Phil, and I have all required scripts installed. I use a Windows Git client to keep all your scripts and the skin updated. I do a pull every day to see if there are any new changes.


RE: Welcome back - Development updates - snyft - 2014-09-30

Awesome work, can't wait for the Kodi version.
What do i need to read to learn how to code skins? Python?


RE: Welcome back - Development updates - phil65 - 2014-09-30

(2014-09-30, 16:13)snyft Wrote: Awesome work, can't wait for the Kodi version.
What do i need to read to learn how to code skins? Python?

no, in general you only need to know the XBMC skinning engine, based on XML. (lot of tutorials online)
python is used for scripts / plugins, only my skin "requires" python to have it work.

(2014-09-30, 15:44)bsoriano Wrote:
(2014-09-29, 23:23)phil65 Wrote: Ever thaught about reading the opening Post?

Yes, of course, Phil, and I have all required scripts installed. I use a Windows Git client to keep all your scripts and the skin updated. I do a pull every day to see if there are any new changes.

if the trailers window does not work then i bet you do not have newest script.home installed.


RE: Welcome back - Development updates - bsoriano - 2014-09-30

(2014-09-30, 16:23)phil65 Wrote:
(2014-09-30, 16:13)snyft Wrote: Awesome work, can't wait for the Kodi version.
What do i need to read to learn how to code skins? Python?

no, in general you only need to know the XBMC skinning engine, based on XML. (lot of tutorials online)
python is used for scripts / plugins, only my skin "requires" python to have it work.

(2014-09-30, 15:44)bsoriano Wrote:
(2014-09-29, 23:23)phil65 Wrote: Ever thaught about reading the opening Post?

Yes, of course, Phil, and I have all required scripts installed. I use a Windows Git client to keep all your scripts and the skin updated. I do a pull every day to see if there are any new changes.

if the trailers window does not work then i bet you do not have newest script.home installed.

Phil,

I do have it. I will delete the skin and the scripts and reinstall to see if that clears it. Thanks.

Regards,

Bart


RE: Welcome back - Development updates - bsoriano - 2014-10-01

I figured out my problem finally. It seems that from previous use of the other Aeon Nox 4.1.9 under Gotham I had disabled the extendedinfo script since at one time it always showed an error at the launch of XBMC. I had completely forgotten that I had disabled it. Once I re-enabled it, everything is working as expected.

Regards,

Bart


RE: Welcome back - Development updates - phil65 - 2014-10-01

let that be a lesson for you to make sure that everything is set up correctly before askin for help. stuff like this costs a lot of time I´d rather put into developing. (and I think most here want the same)
Also if you decide to post a bug please ALWAYS add a debug log. that would make life much easier for us devs.


RE: Welcome back - Development updates - fred76 - 2014-10-01

Dear all,
hoping not be too stupid. I am looking for the customizers menu under Skin - Settings - customizers to Change the main menu Settings. did i miss something.
thanks for any help.

best regards fred


RE: Welcome back - Development updates - UserNameStolen - 2014-10-02

(2014-10-01, 21:18)fred76 Wrote: Dear all,
hoping not be too stupid. I am looking for the customizers menu under Skin - Settings - customizers to Change the main menu Settings. did i miss something.
thanks for any help.

best regards fred

Press c while main menu is in focus.


RE: Welcome back - Development updates - bobrap - 2014-10-02

Anyone else having problems with fanart not showing for tv shows?