Kodi Community Forum
Vision 2 skin release - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Vision2 (https://forum.kodi.tv/forumdisplay.php?fid=74)
+----- Thread: Vision 2 skin release (/showthread.php?tid=33219)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21


- kraqh3d - 2008-07-09

hmm... i wonder why that is. whats in the skin.xml files for each? what do they have listed as their base resolution?


- Hitcher - 2008-07-09

Code:
<skin>
  <defaultresolution>720p</defaultresolution>
  <defaultresolutionwide>720p</defaultresolutionwide>
  <version>2.1</version>
  <effectslowdown>1</effectslowdown>
  <zoom>1.0</zoom>

<credits>
    <skinname>Aeon</skinname>
        <name>by Duncan Harris</name>
        <name>Thanks:</name>
        <name>The XBMC devs and fans</name>
    <name>for putting the rest to shame</name>
</credits>
</skin>

Code:
<skin>
    <defaultresolution>720p</defaultresolution>
    <defaultresolutionwide>720p</defaultresolutionwide>
    <defaultthemename>textures.xpr</defaultthemename>
    <version>2.1</version>
    <credits>
        <skinname>Vision 2 PM4</skinname>
        <name>Coded by Jezz_X</name>
        <name>Graphics by MattAAron</name>
    </credits>
</skin>



Problems... - SteveC - 2008-07-09

Anyone else suffering problems with this? Had a malloc() failure watching a pretty normal 368x640 res video.

Quote:22:31:52 M: 520192 DEBUG: msg: get_path('font/font.desc') -> 'Q:\system\players\mplayer\font/font.desc'
22:31:52 M: 520192 SEVERE: DLL: Q:\system\players\mplayer\mplayer.dll : malloc failed, crash imminent (Out of memory requesting 524440 bytes)
22:31:52 M: 520192 WARNING: unable to remove tracked file from tracker
22:31:52 M: 520192 ERROR: CMPlayer::OpenFile : Access violation at 0x0023c156: Reading location 0x0000000f
22:31:52 M: 520192 DEBUG: Q:\system\players\mplayer\mplayer.dll (base 10000000): Detected memory leaks: 2703 leaks
22:31:52 M: 679936 DEBUG: leak caller address 100010cc, size 128, counter 1
22:31:52 M: 679936 DEBUG: leak caller address 1000294b, size 1024, counter 1
22:31:52 M: 679936 DEBUG: leak caller address 1000aab2, size 0, counter 1
22:31:52 M: 679936 DEBUG: leak caller address 1000ace5, size 154100, counter 2
22:31:52 M: 679936 DEBUG: leak caller address 1000ade9, size 0, counter 333
22:31:52 M: 679936 DEBUG: leak caller address 1000ae92, size 0, counter 332
22:31:52 M: 679936 DEBUG: leak caller address 1000b03e, size 1000, counter 38
22:31:52 M: 679936 DEBUG: leak caller address 1000b34b, size 0, counter 333
22:31:52 M: 679936 DEBUG: leak caller address 1000b3ea, size 0, counter 287
22:31:52 M: 679936 DEBUG: leak caller address 1000e000, size 4, counter 1
22:31:52 M: 679936 DEBUG: leak caller address 1000e1d5, size 40, counter 1
22:31:52 M: 679936 DEBUG: leak caller address 1000e2a9, size 72, counter 2
22:31:52 M: 679936 DEBUG: leak caller address 1000e49b, size 8, counter 1
22:31:52 M: 679936 DEBUG: leak caller address 1000e4b3, size 0, counter 1
22:31:52 M: 679936 DEBUG: leak caller address 1001c7e8, size 7704, counter 326
22:31:52 M: 679936 DEBUG: leak caller address 1001c898, size 2816, counter 243
22:31:52 M: 679936 DEBUG: leak caller address 1001c919, size 2816, counter 243
22:31:52 M: 679936 DEBUG: leak caller address 1001c973, size 1017, counter 79
22:31:52 M: 679936 DEBUG: leak caller address 1001ca1b, size 24, counter 1
22:31:52 M: 679936 DEBUG: leak caller address 1001ca6b, size 160, counter 1
22:31:52 M: 679936 DEBUG: leak caller address 1001cca4, size 5088, counter 440
22:31:52 M: 679936 DEBUG: leak caller address 1001d2d7, size 64, counter 4
22:31:52 M: 679936 DEBUG: leak caller address 1001d300, size 0, counter 12
22:31:52 M: 679936 DEBUG: leak caller address 1001d469, size 0, counter 20
22:31:52 M: 679936 DEBUG: mplayer.dll: Total bytes leaked: 176065

Also, odd problem, but the auto view mode isn't picking up that it should be showing thumbs for dirs full of photos... ? Something I can fix in config there?


- SteveC - 2008-07-10

Oh dear - Just noticed, simply not enough memory left on the xbox once Vision2 is loaded - home screen shows abot 17MB compared to 37MB for PM3. Main failure is when I try to watch a video from library mode.

I also notice there's no basic thumbnail view in pictures - I guess that's why it isn't automatically going to thumbs view in a photo directory.


- jmarshall - 2008-07-10

Hitcher:

Aeon is likely not keeping aspect ratio on the thumbs. Vision 2 does. I detailed the reasons why, and a possible workaround in your other thread.


- Jezz_X - 2008-07-10

Well to get slightly back on topic for those of you using the svn or those of you who want to know why you should this is the changes since its first released here and uploaded
Quote:Date Rev Message
=============================================================================================================
2008-07-10 1579 Added : Rss Feed to home page. If you don't like it go into settings\appearance and disable RSS at the bottom
2008-07-10 1578 Added : Music Now Playing to the home screen
2008-07-10 1577 Added : Current track number and Total tracks to music fullscreen info
2008-07-09 1575 Added : Custom skin settings dialog for the home screen that lets you turn off Music and Video Plugins from the menu as well as add 2 custom scripts yourself Removed : Hard coded Apple Movie Trailers link in the home scripts menu (set it yourself now)
2008-07-08 1574 Fixed : some home buttons had the wrong visible conditions on them
2008-07-08 1573 Fixed : the upper case cancelling instructions in the English file
2008-07-08 1572 Updated : Polish Language file
2008-07-05 1571 Added : The Ability to turn off forced capitalization of the text in the skin (some languages just don't like it) through language files see the bottom of language/English/strings.xml for an explanation on how to make it work for your language file Added : Polish and Swedish thanks smuto and yoci
2008-07-03 1570 Changed : Recolore the busy images (how did pm3 green get in) Added : DialogSongInfo.xml and the rating stars needed in it
2008-07-03 1569 added: French translation
2008-07-03 1567 Fixed up a navigation error
2008-07-03 1566 Added : Windows and Dialogs needed for profiles (you still can't get to it from anywhere yet no settings page remember)
2008-07-03 1565 Added : Dialog for setting trainer settings
2008-07-03 1564 Fixed : Whoops another stupid copy paste error
2008-07-03 1563 Added : Script Output window ( Does this ever get used its always blank when I look at it )
2008-07-03 1562 Added DialogKaiToast.xml which is used for general notification messages not just KAI
2008-07-03 1561 Added : Video Bookmarks Window
2008-07-03 1560 Fixed : Silly Copy Paste error
2008-07-03 1559 Changed : Little code clean up that should hopefully use a small amount less memory
2008-07-03 1558 Added : Favourites dialog
2008-07-03 1557 Added : Skin setting "Prevent Media Window Menu Focus" that does pretty much what it says stops you going to the "Side Menu" in Videos, Music, Pictures, Programs and Scripts Chaneged : size of some focused fonts
2008-07-01 1552 Added : Possible work around for freezing on the xbox until it gets fixed in XBMC proper
2008-06-29 1544 Added : Option to skin settings to remove weather from home screen Added : Option to skin settings to remove Individual settings options from the home sub menus ( You will need to turn these back on if you want to change settings as we currently have no main settings page to access them properly )
2008-06-29 1543 Added : Login Screen for those people with profiles set Changed : Made Weather text in home a little bigger Changed : Played with the fade out delays of the home images a little hopefully should made it better Changed : Home Images are now on random display sequence
2008-06-29 1542 Fixed : Mute Dialog was missing text (happy now UND3R ACHI3V3R) Tongue
2008-06-29 1541 Changed : Reverted back the changes to the home backgrounds that made it not animate very well on the home screen :|
2008-06-28 1537 Changed : the backgrounds for home to outside of the xpr so people can change and use their own. just remember they only take up 1/2 the screen so 1280x405 is the size used the default skin ones are resized down again to 1024x256 to make them load faster on scrolling.
2008-06-24 1527 Added : Vision 2 skin (Its not totally finished yet but is usable) and not for 4x3



- NineT9mustang - 2008-07-10

Quote:2008-07-03 1557 Added : Skin setting "Prevent Media Window Menu Focus" that does pretty much what it says stops you going to the "Side Menu" in Videos, Music, Pictures, Programs and Scripts Chaneged : size of some focused fonts

Boy does that please my friends and family Smile They always pressed 'Left/Right' on accident when browsing down movies/shows/games/music Smile Smile Smile Now that wont happen anymore Big Grin


- flipped cracker - 2008-07-10

one thing i'd like to see is the length of video somewhere in the the episode or movie info screen.


- Geeba - 2008-07-10

"Oh dear - Just noticed, simply not enough memory left on the xbox once Vision2 is loaded - home screen shows abot 17MB compared to 37MB for PM3."

Same here Sad gutted.... looks fantastic but overall performance is so much noticable over the other skins such as PMIII xTX etc..... had 14Mb left at some point.

Just wondering if I sacraficed one of my older Xboxes and upgraded my main one with its memory making 128Mb wether this would help skin performance Huh


- Hitcher - 2008-07-10

Scroll bar -> 'Weather Forcasts' - missing 'e'.


- Hack_kid - 2008-07-10

Hey i got a feature request, you know on the home page how when you to like Listen there is Artists Albums Files View and Settings, You should add Songs as a fith option under Artists or Albums, I know myself and many others use the Songs section of libary a lot and you already have 5 things in the list for the Play tab and it doesnt look cluttered or anything so why not?

just my .02 cents

Hack_kid


- SmokeySlim - 2008-07-10

Sweet!


- Hack_kid - 2008-07-10

Just an FYI the No Uppercase setting is no longer working


- yoci - 2008-07-10

There seems to be a problem with the IMDb rating in DialogVideoInfo.xml
I found this in the code but it doesn't seem to work, I can't see the rating.

<item>
<label>$LOCALIZE[563]:</label>
<label2>$INFO[ListItem.Rating]</label2>
<onclick>-</onclick>
<visible>!IsEmpty(ListItem.Rating)</visible>
</item>


- Jezz_X - 2008-07-11

Hitcher Wrote:Scroll bar -> 'Weather Forcasts' - missing 'e'.
Fixed
Hack_kid Wrote:Just an FYI the No Uppercase setting is no longer working
No Idea it should work exactly like it did (bare in mind I updated the instructions in the english text file)
yoci Wrote:There seems to be a problem with the IMDb rating in DialogVideoInfo.xml
I found this in the code but it doesn't seem to work, I can't see the rating.

<item>
<label>$LOCALIZE[563]:</label>
<label2>$INFO[ListItem.Rating]</label2>
<onclick>-</onclick>
<visible>!IsEmpty(ListItem.Rating)</visible>
</item>
Fixed in SVN