Why the skin is not working in merge version of xbmc ?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
costa Offline
Senior Member
Posts: 107
Joined: Nov 2008
Reputation: 3
Post: #1
as the title says !

Why ?
find quote
AnalogKid Offline
Fan
Posts: 644
Joined: Feb 2009
Reputation: 141
Post: #2
costa Wrote:as the title says !

Why ?

Search, then search again.... the answer exists, your quest my friend, is to find it.
find quote
Arnaud Offline
Member
Posts: 51
Joined: Aug 2009
Reputation: 0
Location: France
Post: #3
Cause it's not compatible with the new addon directory (a skin is now considered as an addon like a scrapper, ...)
find quote
Blackbolt Offline
Skilled Skinner
Posts: 334
Joined: May 2004
Reputation: 3
Location: Cheshire, England, UK
Post: #4
Well the skin IS compatable and we will update the official SVN version asap with the update. Possibley this coming weekend.

Currently working on Ellipsis 1.3 Updates. Update Requests Here.

Ellipsis for XBMC 1.2.1 Click here to download & for SVN details.

Twitter.com/TeamBlackbolt | Facebook.com/TeamBlackbolt1 | TeamBlackbolt.co.uk
find quote
garyi Offline
Posting Freak
Posts: 1,196
Joined: Oct 2008
Reputation: 0
Post: #5
Sorry to sound stupid but I used to get my updates for this skin via the actual program in the SVN repo thing, well that appears to have disappeared so how do I actually get the update?

My main rig is still running an older XBMC because I cannot be without Ellipsis.

p.s. what happened to your forum?
find quote
Blackbolt Offline
Skilled Skinner
Posts: 334
Joined: May 2004
Reputation: 3
Location: Cheshire, England, UK
Post: #6
garyi Wrote:Sorry to sound stupid but I used to get my updates for this skin via the actual program in the SVN repo thing, well that appears to have disappeared so how do I actually get the update?

My main rig is still running an older XBMC because I cannot be without Ellipsis.

p.s. what happened to your forum?

With regards to the SVN repo thing, not a clue what happened to that, you'll have to ask some XBMC folks.

Our forum was becoming such a hassle to use, because we where getting spammed daily and it became obvious that the annoyance was out-weighing the usefulness of that forum, so we decided to just use XBMC.orgs sub-forums, after all they gave us our own sub-forums for a reason! Smile

Currently working on Ellipsis 1.3 Updates. Update Requests Here.

Ellipsis for XBMC 1.2.1 Click here to download & for SVN details.

Twitter.com/TeamBlackbolt | Facebook.com/TeamBlackbolt1 | TeamBlackbolt.co.uk
find quote
garyi Offline
Posting Freak
Posts: 1,196
Joined: Oct 2008
Reputation: 0
Post: #7
So from that can I assume the update is not ready yet for this new plugins thing?
find quote
AaronD Offline
Senior Member
Posts: 252
Joined: Jan 2007
Reputation: 0
Location: Dubai, United Arab Emirates
Post: #8
I noticed a skin.xml file after checking out the skin from SVN. Does this mean it should work?

It's not on either of my XBMC installs - one a nightly build from just a few days ago. Assuming it should work, anyone know how to get it appearing?
find quote
Waffa Offline
Posting Freak
Posts: 1,163
Joined: May 2008
Reputation: 7
Location: Netherlands
Post: #9
Skin.xml is for old builds.

Addon.xml is for new builds.

Make yourself an addon.xml see confluence for example.

Skin will work but will not have the addon features Wink
find quote
>>X<< Offline
Alaska Group
Posts: 2,899
Joined: Jun 2009
Location: On a farm trying to catch a fox
Post: #10
Good grief Rolleyes

addon.xml

Code:
<?xml version="1.0" encoding="UTF-8"?>
<addon
  id="skin.ellipsis"
  version="2.2"
  name="Ellipsis"
  provider-name="Team Blackbolt">
  <requires>
    <import addon="xbmc.gui" version="2.11"/>
  </requires>
  <extension
    point="xbmc.gui.skin"
    defaultresolution="720p"
    defaultresolutionwide="720p"
    defaultthemename="textures.xbt"
    effectslowdown="1"
    debugging="false"/>
  <extension point="xbmc.addon.metadata">
    <summary>Ellipsis skin by Team Blackbolt</summary>
    <platform>all</platform>
  </extension>
</addon>

Name the ellipsis folder "skin.ellipsis" and stick it in addons

You only have to look to find the answers Wink

http://forum.xbmc.org/showthread.php?tid=74818
find quote
Post Reply