10.5 support?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
embrion Offline
Member
Posts: 96
Joined: Dec 2006
Reputation: 0
Location: Poland
Question  10.5 support? Post: #1
Hi,

Alaska (any many other skins) doesn't work with newer XBMC builds and this is probably because of skinning changes.

Any chances to get Alaska for newer builds?
I checked differences between older and newer format skins (Aeon versions) and it looks like the only difference is XML file (already done that) and "media" compressed into "textures.xpr".

Regards,
Embrion
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,930
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #2
http://forum.xbmc.org/showthread.php?tid=74323

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

I'm busy getting Alaska Revisited finished (with support for all new XBMC features) and then I'll be working on another project so I'm hoping someone else will eventually update the original Alaska.

Thanks.

[Image: sig_zps3af3b48e.jpg]
find quote
embrion Offline
Member
Posts: 96
Joined: Dec 2006
Reputation: 0
Location: Poland
Post: #3
Thanks for those posts.
It looks like I borked something as I've remade addon.xml and it does work.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<addon
  id="skin.alaska"
  version="2.2"
  name="Alaska"
  provider-name="Team Alaska">
  <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>Alaska</summary>
    <description>Alaska.</description>
    <platform>all</platform>
  </extension>
</addon>

Regards,
Embrion
find quote
nekrosoft13 Offline
Fan
Posts: 473
Joined: Dec 2008
Reputation: 1
Post: #4
and this http://forum.xbmc.org/showthread.php?tid=76322
find quote
embrion Offline
Member
Posts: 96
Joined: Dec 2006
Reputation: 0
Location: Poland
Post: #5
nekrosoft13 Wrote:and this http://forum.xbmc.org/showthread.php?tid=76322

Wouldn't it be "just" correct font? I've always thought it is.

Regards,
Embrion
find quote
nekrosoft13 Offline
Fan
Posts: 473
Joined: Dec 2008
Reputation: 1
Post: #6
embrion Wrote:Wouldn't it be "just" correct font? I've always thought it is.

it was in the original Alaska, and then removed in the "revisited" version
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,930
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #7
The fonts weren't 'removed' from Revisited because they weren't there in the first place in DJH's initial code, and seeing as I wanted Revisited to be as close to that as possible I didn't want to compromise by using inferior fonts.

As for your original question ("Please add unicode support in 10.5 compatible version of Alaska.") well once Alaska (not Revisted) gets updated to 10.5 you'll have it.

[Image: sig_zps3af3b48e.jpg]
find quote
nekrosoft13 Offline
Fan
Posts: 473
Joined: Dec 2008
Reputation: 1
Post: #8
Hitcher Wrote:The fonts weren't 'removed' from Revisited because they weren't there in the first place in DJH's initial code, and seeing as I wanted Revisited to be as close to that as possible I didn't want to compromise by using inferior fonts.

As for your original question ("Please add unicode support in 10.5 compatible version of Alaska.") well once Alaska (not Revisted) gets updated to 10.5 you'll have it.

cool
find quote
Amra Offline
Cimmerian
Posts: 452
Joined: Jun 2009
Reputation: 9
Location: Metropolis
Post: #9
It's not Hitchers original Alaska but I have updated BIG Alaska (which is based on the original Alaska Final) for the latest Nightly SVN's
find quote
embrion Offline
Member
Posts: 96
Joined: Dec 2006
Reputation: 0
Location: Poland
Post: #10
Thanks. Is there unicode support available?

Regards,
Embrion
find quote
Post Reply