• 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 16
Release Nebula 1.x for Kodi 13.x Gotham
its all good I made it!
and again awesome theme thx for the work!!!
Reply
Nebula 1.3.0 is out:

Changelog 1.3.0
  • Enhancements for Peripheral dialogs.
  • Added option to customise the entry point of the music item in home screen.
  • Added option to customise background transparency.
  • Added auto mode for White / Black themes. White theme if time is between 8:00 and 20:00. Black theme if time is between 20:00 and 8:00.
  • Added support for large texture manager.
  • Added support for script.grab.fanart. It's now possible to add a random multi-image background to videos, movies, tvshows, music items in home screen.
  • Added "Not Rated" and "Unrated" mpaa rating logos.
  • Added cache progress bar in OSD.
  • New media info icon management.
  • Updated translations from Transifex.
  • Added preliminary support for Script.ExtendedInfo.
  • Removed support for Metadata Actors.
  • Added option to disable media infos in Icon View.
  • Enabled banners for movie sets.
  • Added full support for Mediaportal Pvr plugin.
  • Made the "Settings" button in quit menu always visible.
  • Enabled ClearArt for Card List view.
  • Bugs fixed.
Reply
does the theme auto update on xbmc or what would be the beSt way to update?
edit: looks like I already have the most recent one
Reply
Love the theme. It's my main theme when running XBMC/KODI on a TV.

I do have a quick question, though. I figured out how to make the buffer visible on this theme, but thought I'd confirm if this is the proper way as I wasn't sure why the default text was what it was.

Here is what I mean:

In special://home/addons/nebula/1080i/DialogSeekBar.xml:

Code:
<control type="progress">
            <include>ConditionBlack</include>
            <posx>0</posx>
            <posy>0</posy>
            <width>1920</width>
            <height>14</height>
            <texturebg>black/OSD/osd_progress_background.png</texturebg>
            <midtexture border="1,1,5,1">black/OSD/osd_progress_mid_caching.png</midtexture>
            <info>Player.CacheLevel</info>
            <visible>Player.Caching</visible>
</control>

I changed the last line:

Code:
<visible>true</visible>

My question is what does the 'Player.Caching' actually do, and why does changing it to 'true' make my buffer suddenly show like it does in Confluence, for example? I found 'Player.Caching' in settings.xml as well and just do not quite understand how it works, and if it is doing what it is supposed do to (ie, by not showing a progress bar).
Reply
(2014-12-19, 13:38)xbmcwayist Wrote: Does anyone happen to know how to add a visible buffer? I think my answer lies in tweaking 'DialogSeekBar.xml' inside the 1080i folder, but I have not had any luck so far.

I added this feature in the latest version. See on Github: https://github.com/Tgxcorporation/skin.n...5967b0ba31

Tgx
Reply
(2014-12-19, 13:47)Tgxcorporation Wrote:
(2014-12-19, 13:38)xbmcwayist Wrote: Does anyone happen to know how to add a visible buffer? I think my answer lies in tweaking 'DialogSeekBar.xml' inside the 1080i folder, but I have not had any luck so far.

I added this feature in the latest version. See on Github: https://github.com/Tgxcorporation/skin.n...5967b0ba31

Tgx

Oh! My apologies. I had just finished updating my Nebula 1.1.0 to Nebula 1.3.0 with the few tweaks I do inside the folder (weather on the top left, font that works for foreign characters, reordering of home screen items, especially super favourite selections, and etc.) and as I usually use the previous versions' layout on another laptop in doing so, I forgot to update it before trying to further tweak your skin with this new additional feature to the old. As such, I was basing it all on the previous version, which lacked the visible buffering. I was not aware you had already added this. Sorry about that.

Anyway, thanks a lot of the addition. Will be using your skin even more now!
Reply
On the latest Nebula, version 1.3.0, I tried using script.extendedinfo, which essentially replaces the Metadata Actors script, which Nebula added support for in 1.3.0, but it does not seem to work for me. Upon opening the info menu on a random movie, I get a tab that says ExtendedInfo, but when I click it, it says script failed. Even worse, my entire XBMC freezes, and I have to hard dump it.

This is actually the first time I've tried using ExtendedInfo, and while it doesn't mention it was actually installed, even after installing from zip (also tried just copying the folder into special://addons/ folder), nor can I find it anywhere inside the Programs Menu, it does show the ExtendedInfo tab.

Note: I'm using Gotham, and as 1.3.0 is for Gotham and says it supports script.extendedinfo, I figured script.extendedinfo would work. I say this since most info on this script seems to be for it on Helix.

Anyway, here is my xbmc.log readout just prior to it freezing:

Code:
01:10:59 T:2929310528  NOTICE: Thread LanguageInvoker start, auto delete: false
01:10:59 T:2929310528  NOTICE: -->Python Interpreter Initialized<--
01:10:59 T:2929310528   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'DialogVideoInfo' object has no attribute 'name'
                                            Traceback (most recent call last):
                                              File "/home/me/.xbmc/addons/script.extendedinfo/default.py", line 492, in <module>
                                                Main()
                                              File "/home/me/.xbmc/addons/script.extendedinfo/default.py", line 41, in __init__
                                                self._StartInfoActions()
                                              File "/home/me/.xbmc/addons/script.extendedinfo/default.py", line 180, in _StartInfoActions
                                                dialog = DialogVideoInfo(u'script-%s-DialogVideoInfo.xml' % addon_name, addon_path, id=self.id, dbid=self.dbid, imdbid=self.imdbid, name=self.name)
                                              File "/home/me/.xbmc/addons/script.extendedinfo/resources/lib/DialogVideoInfo.py", line 47, in __init__
                                                elif self.name:
                                            AttributeError: 'DialogVideoInfo' object has no attribute 'name'
                                            -->End of Python script error report<--
Reply
(2014-12-23, 10:19)xbmcwayist Wrote: On the latest Nebula, version 1.3.0, I tried using script.extendedinfo, which essentially replaces the Metadata Actors script, which Nebula added support for in 1.3.0, but it does not seem to work for me. Upon opening the info menu on a random movie, I get a tab that says ExtendedInfo, but when I click it, it says script failed. Even worse, my entire XBMC freezes, and I have to hard dump it.

This is actually the first time I've tried using ExtendedInfo, and while it doesn't mention it was actually installed, even after installing from zip (also tried just copying the folder into special://addons/ folder), nor do can I find it anywhere inside the Programs Menu, it does show the ExtendedInfo tab.

You need to download this version of script.exetendedinfo: https://github.com/phil65/script.extende...463d4e.zip

The latest version will not work with these skin files since the addon has been heavily updated in the while.
I'm already working on the new skin files.

Thanks

Tgx
Reply
(2014-12-23, 10:36)Tgxcorporation Wrote: You need to download this version of script.exetendedinfo: https://github.com/phil65/script.extende...463d4e.zip

The latest version will not work with these skin files since the addon has been heavily updated in the while.
I'm already working on the new skin files.

Thanks

Tgx

Thanks for the alternate version of the script.extendedinfo script but unfortunately I am still getting the same error with it. Although, there is a delay of a second or two before it pops up 100% loading and then freezes my XBMC entirely. I guess I will have to wait until the new skin files get updated.
Reply
(2014-12-24, 13:21)xbmcwayist Wrote: Thanks for the alternate version of the script.extendedinfo script but unfortunately I am still getting the same error with it. Although, there is a delay of a second or two before it pops up 100% loading and then freezes my XBMC entirely. I guess I will have to wait until the new skin files get updated.

New skin files updated on GitHub for the latest version of scrip.extended info: https://github.com/Tgxcorporation/skin.n...921b682956

Thanks

Tgx
Reply
(2014-12-25, 15:19)Tgxcorporation Wrote:
(2014-12-24, 13:21)xbmcwayist Wrote: Thanks for the alternate version of the script.extendedinfo script but unfortunately I am still getting the same error with it. Although, there is a delay of a second or two before it pops up 100% loading and then freezes my XBMC entirely. I guess I will have to wait until the new skin files get updated.

New skin files updated on GitHub for the latest version of scrip.extended info: https://github.com/Tgxcorporation/skin.n...921b682956

Thanks

Tgx

I'm getting the same errors. Using the latest nebula.zip file on your Github and the latest script.extended.info you posted: https://github.com/phil65/script.extende...463d4e.zip I tried adding the two zips on my XBMC, both updating and even on a fresh xbmc folder just in case something was interfering, and I still get the error. Although, while it seems the menu is frozen, I can push 'S' and still properly shut down XBMC. I am not sure if this was possible before or not. Here is the readout:

Code:
03:27:14 T:2862508864  NOTICE: Thread BackgroundLoader start, auto delete: false
03:27:16 T:2698234688  NOTICE: Thread JobWorker start, auto delete: true
03:27:47 T:3033225024   ERROR: unable to load:/home/me/.xbmc/addons/skin.nebula-41909c16a8077b70d08d38f198cb1a921b682956/1080i/DialogOK.xml, Line 0
                                            Failed to open file
03:27:53 T:2698234688   ERROR: Previous line repeats 1 times.
03:27:53 T:2698234688  NOTICE: Thread LanguageInvoker start, auto delete: false
03:27:53 T:2698234688  NOTICE: -->Python Interpreter Initialized<--
03:27:54 T:2698234688   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: ('movies',)
                                            Traceback (most recent call last):
                                              File "/home/me/.xbmc/addons/script.extendedinfo-2b97b223e241dc5056d42e5a02af385872463d4e/default.py", line 519, in <module>
                                                Main()
                                              File "/home/me/.xbmc/addons/script.extendedinfo-2b97b223e241dc5056d42e5a02af385872463d4e/default.py", line 41, in __init__
                                                self._StartInfoActions()
                                              File "/home/me/.xbmc/addons/script.extendedinfo-2b97b223e241dc5056d42e5a02af385872463d4e/default.py", line 194, in _StartInfoActions
                                                dialog = DialogActorInfo(u'script-%s-DialogInfo.xml' % __addonname__, __cwd__, id=self.id, name=self.name)
                                              File "/home/me/.xbmc/addons/script.extendedinfo-2b97b223e241dc5056d42e5a02af385872463d4e/resources/lib/DialogActorInfo.py", line 43, in __init__
                                                self.person, self.movie_roles, self.tvshow_roles, self.images = GetExtendedActorInfo(self.id)
                                              File "/home/me/.xbmc/addons/script.extendedinfo-2b97b223e241dc5056d42e5a02af385872463d4e/resources/lib/TheMovieDB.py", line 407, in GetExtendedActorInfo
                                                movie_roles = HandleTMDBMovieResult(response["movie_credits"]["cast"])
                                              File "/home/me/.xbmc/addons/script.extendedinfo-2b97b223e241dc5056d42e5a02af385872463d4e/resources/lib/TheMovieDB.py", line 56, in HandleTMDBMovieResult
                                                movies = CompareWithLibrary(movies)
                                              File "/home/me/.xbmc/addons/script.extendedinfo-2b97b223e241dc5056d42e5a02af385872463d4e/resources/lib/Utils.py", line 311, in CompareWithLibrary
                                                for localitem in locallist["result"]["movies"]:
                                            KeyError: ('movies',)
                                            -->End of Python script error report<--
Reply
(2014-12-26, 12:31)xbmcwayist Wrote: I'm getting the same errors. Using the latest nebula.zip file on your Github and the latest script.extended.info you posted: https://github.com/phil65/script.extende...463d4e.zip I tried adding the two zips on my XBMC, both updating and even on a fresh xbmc folder just in case something was interfering, and I still get the error. Although, while it seems the menu is frozen, I can push 'S' and still properly shut down XBMC. I am not sure if this was possible before or not. Here is the readout:

I think you messed up the skin since i see a missing DialogOk.xml file error.

Follow carefully the instructions on the first post of the thread to install the skin from Github.
Then delete every folder starting with "script.extendedinfo" inside your "addons" folder.

Download the latest version of script.extendedinfo : https://github.com/phil65/script.extende...master.zip

Start XBMC and go to Settings -> Add-ons and select "Install from zipped file". Browse for the downloaded file and press "ok". The updated script should install.

Thanks

Tgx
Reply
(2014-12-26, 12:44)Tgxcorporation Wrote:
(2014-12-26, 12:31)xbmcwayist Wrote: I'm getting the same errors. Using the latest nebula.zip file on your Github and the latest script.extended.info you posted: https://github.com/phil65/script.extende...463d4e.zip I tried adding the two zips on my XBMC, both updating and even on a fresh xbmc folder just in case something was interfering, and I still get the error. Although, while it seems the menu is frozen, I can push 'S' and still properly shut down XBMC. I am not sure if this was possible before or not. Here is the readout:

I think you messed up the skin since i see a missing DialogOk.xml file error.

Follow carefully the instructions on the first post of the thread to install the skin from Github.
Then delete every folder starting with "script.extendedinfo" inside your "addons" folder.

Download the latest version of script.extendedinfo : https://github.com/phil65/script.extende...master.zip

Start XBMC and go to Settings -> Add-ons and select "Install from zipped file". Browse for the downloaded file and press "ok". The updated script should install.

Thanks

Tgx

I'm afraid I am getting the same issue.

If you are curious about my steps, here they are to ensure nothing else is causing the problem:

1. Completely removed my 'XBMC' folder (in my case, '.xbmc' inside my Linux $HOME directory)
2. Opened XBMC Gotham, which creates a new '.xbmc' folder
3. Installed from zip: https://github.com/Tgxcorporation/skin.n...ree/gotham link
4. Changed to this theme and then closed XBMC just because
5. Opened XBMC Gotham again and then installed from zip script.extendedinfo : https://github.com/phil65/script.extende...master.zip
6. Installed one of the cannot name here addons (tried several, FYI), and then closed XBMC
7. Opened XBMC Gotham once again and got to the movie info menu of a random movie on one of the cannot name here addons
8. Clicked the 'Extended Info' option and then it freezes

That missing 'DialogOK.xml' comment in my log was there from the very first time I discovered the problem as well, and it does exist, so I was unsure why I'm getting the error.

Also, here is one attempt as shown in my log file:

Code:
01:33:03 T:2687327040   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'DialogVideoInfo' object has no attribute 'name'
                                            Traceback (most recent call last):
                                              File "/home/me/.xbmc/addons/script.extendedinfo-master/default.py", line 492, in <module>
                                                Main()
                                              File "/home/me/.xbmc/addons/script.extendedinfo-master/default.py", line 41, in __init__
                                                self._StartInfoActions()
                                              File "/home/me/.xbmc/addons/script.extendedinfo-master/default.py", line 180, in _StartInfoActions
                                                dialog = DialogVideoInfo(u'script-%s-DialogVideoInfo.xml' % addon_name, addon_path, id=self.id, dbid=self.dbid, imdbid=self.imdbid, name=self.name)
                                              File "/home/me/.xbmc/addons/script.extendedinfo-master/resources/lib/DialogVideoInfo.py", line 47, in __init__
                                                elif self.name:
                                            AttributeError: 'DialogVideoInfo' object has no attribute 'name'
                                            -->End of Python script error report<--

Here's another:

Code:
01:35:42 T:2621762368   ERROR: Exception in thread HandleTMDBMovieResult:
                                            Traceback (most recent call last):
                                              File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
                                                self.run()
                                              File "/home/me/.xbmc/addons/script.extendedinfo-master/resources/lib/TheMovieDB.py", line 972, in run
                                                self.listitems = self.function(self.param)
                                              File "/home/me/.xbmc/addons/script.extendedinfo-master/resources/lib/TheMovieDB.py", line 194, in HandleTMDBMovieResult
                                                movies = CompareWithLibrary(movies, local_first, sortkey)
                                              File "/home/me/.xbmc/addons/script.extendedinfo-master/resources/lib/Utils.py", line 449, in CompareWithLibrary
                                                for item in json_query["result"]["movies"]:
                                            KeyError: 'movies'
01:35:42 T:2845031232   ERROR: Previous line repeats 1 times.
01:35:42 T:2845031232   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'Get_ListItems_Thread' object has no attribute 'listitems'
                                            Traceback (most recent call last):
                                              File "/home/me/.xbmc/addons/script.extendedinfo-master/default.py", line 492, in <module>
                                                Main()
                                              File "/home/me/.xbmc/addons/script.extendedinfo-master/default.py", line 41, in __init__
                                                self._StartInfoActions()
                                              File "/home/me/.xbmc/addons/script.extendedinfo-master/default.py", line 184, in _StartInfoActions
                                                dialog = DialogActorInfo(u'script-%s-DialogInfo.xml' % addon_name, addon_path, id=self.id, name=self.name)
                                              File "/home/me/.xbmc/addons/script.extendedinfo-master/resources/lib/DialogActorInfo.py", line 46, in __init__
                                                self.person = GetExtendedActorInfo(self.id)
                                              File "/home/me/.xbmc/addons/script.extendedinfo-master/resources/lib/TheMovieDB.py", line 784, in GetExtendedActorInfo
                                                "movie_roles": movie_roles.listitems,
                                            AttributeError: 'Get_ListItems_Thread' object has no attribute 'listitems'
                                            -->End of Python script error report<--
Reply
I'm 100% sure it works on Kodi Helix.
Maybe something went wrong the latest time i committed on Gotham branch.
I'll try the addon on Gotham when i get back home.

Thanks

Tgx
Reply
(2014-12-27, 10:14)xbmcwayist Wrote: I'm afraid I am getting the same issue.

If you are curious about my steps, here they are to ensure nothing else is causing the problem:

1. Completely removed my 'XBMC' folder (in my case, '.xbmc' inside my Linux $HOME directory)
2. Opened XBMC Gotham, which creates a new '.xbmc' folder
3. Installed from zip: https://github.com/Tgxcorporation/skin.n...ree/gotham link
4. Changed to this theme and then closed XBMC just because
5. Opened XBMC Gotham again and then installed from zip script.extendedinfo : https://github.com/phil65/script.extende...master.zip
6. Installed one of the cannot name here addons (tried several, FYI), and then closed XBMC
7. Opened XBMC Gotham once again and got to the movie info menu of a random movie on one of the cannot name here addons
8. Clicked the 'Extended Info' option and then it freezes

That missing 'DialogOK.xml' comment in my log was there from the very first time I discovered the problem as well, and it does exist, so I was unsure why I'm getting the error.

Also, here is one attempt as shown in my log file:

I tested on Gotham with the latest version of the script and it works without issues. My log is clean from errors.

From your logs it seem something related to the code of the script and it's not skin related.

I suggest posting your logs into the its own forum thread so that the author could understand what is going on: http://forum.kodi.tv/showthread.php?tid=160558

Thanks

Tgx
Reply
  • 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 16

Logout Mark Read Team Forum Stats Members Help
Nebula 1.x for Kodi 13.x Gotham3