[SKIN] JX 720

Discussion and development of skins for XBMC4XBOX
User avatar
xbs
Posts: 292
Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times

[SKIN] JX 720

Post by xbs »

DOWNLOAD SKIN

A re-think of the design of the original xbox 360 dashboard and Team Blackbolt mc360 (most main graphics originally by Team Blackbolt).

Did you like the original xbox 360 dashboard? then this skin is for you it retains the original 4 "blade" look but has had the original 360 guide removed and replaced with less screen real estate hogging windows that follow the standard XBMC layout as well as many changes to bring it up to a more modern looking XBMC skin.

Image
Skins: SLik JX720 MS_Redux Mosaic
Utils: HeXEn
github.com/xbs08/
nonosto
Posts: 26
Joined: Tue Jul 17, 2012 7:47 pm

Re: [SKIN] JX 720

Post by nonosto »

Thanks Dear

Background Fanart available ? If yes how to please?
User avatar
AwesomeNurd
Posts: 332
Joined: Mon Jul 30, 2012 3:01 pm
Location: London, United Kingdom
Has thanked: 22 times
Been thanked: 10 times

Re: [SKIN] JX 720

Post by AwesomeNurd »

Is it possible to edit the skin or the png file to remove the grey background (I extracted the Texture.xpr file but couldn't find this png file) when having the list like the image below??
Thanks.

Image
nonosto
Posts: 26
Joined: Tue Jul 17, 2012 7:47 pm

Re: [SKIN] JX 720

Post by nonosto »

User avatar
AwesomeNurd
Posts: 332
Joined: Mon Jul 30, 2012 3:01 pm
Location: London, United Kingdom
Has thanked: 22 times
Been thanked: 10 times

Re: [SKIN] JX 720

Post by AwesomeNurd »

I found out how to do it :)

Image
nonosto
Posts: 26
Joined: Tue Jul 17, 2012 7:47 pm

Re: [SKIN] JX 720

Post by nonosto »

Dear

How to do for the background ?
Thanks
User avatar
AwesomeNurd
Posts: 332
Joined: Mon Jul 30, 2012 3:01 pm
Location: London, United Kingdom
Has thanked: 22 times
Been thanked: 10 times

Re: [SKIN] JX 720

Post by AwesomeNurd »

Extract the png files from "Texture.xpr" with XPR Express, make the png file "thumb-border.png" transparent ;) and that's it, and compress the "texture.xpr" again of course :p
renegadesxbox
Posts: 1
Joined: Sat Aug 25, 2012 5:38 pm

Re: [SKIN] JX 720

Post by renegadesxbox »

how do you get this skin to work on xbmc 3.2? tells me "incompatible skin. we require skins of version 2.10 or higher"

What do i do to get it to be compatible? :shock:
User avatar
xbs
Posts: 292
Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times

Re: [SKIN] JX 720

Post by xbs »

Check if the skin folder is in xbmc\skin\ and not in xbmc\skin\...\
Skins: SLik JX720 MS_Redux Mosaic
Utils: HeXEn
github.com/xbs08/
User avatar
MrMajst3r
Posts: 219
Joined: Wed Jul 18, 2012 10:35 am
Location: Poland
Has thanked: 10 times
Been thanked: 32 times
Contact:

Re: [SKIN] JX 720

Post by MrMajst3r »

I'm using JX720 skin. I have a little problem. If I click Games\Programs\Emulators I always go to the same main folder. Is there a possibility to set different folder for Apps, Games and Emulators? I tried to set a default folder in each section but it doesn't work.
Image
User avatar
xbs
Posts: 292
Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times

Re: [SKIN] JX 720

Post by xbs »

Add a source named Emulators and retry the Emulators button.
Skins: SLik JX720 MS_Redux Mosaic
Utils: HeXEn
github.com/xbs08/
User avatar
MrMajst3r
Posts: 219
Joined: Wed Jul 18, 2012 10:35 am
Location: Poland
Has thanked: 10 times
Been thanked: 32 times
Contact:

Re: [SKIN] JX 720

Post by MrMajst3r »

It works for Games and Emulators, but not for Programs. However, it's OK for me :) Thanks!
Image
User avatar
xbs
Posts: 292
Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times

Re: [SKIN] JX 720

Post by xbs »

By Programs you mean Apps?
Add a source named Apps.
The Programs button points to Programs (root), in there you can add sources named Apps, Games, Emulators, etc.
Skins: SLik JX720 MS_Redux Mosaic
Utils: HeXEn
github.com/xbs08/
User avatar
MrMajst3r
Posts: 219
Joined: Wed Jul 18, 2012 10:35 am
Location: Poland
Has thanked: 10 times
Been thanked: 32 times
Contact:

Re: [SKIN] JX 720

Post by MrMajst3r »

I've found a small bug. When entering IP address, there is visible only one octet.
Image

Two more question.
1. How to change "Programs" path? I want to connect "Programs" directly with "Apps" source.
2. How to set "Apps" blade as main after launching Xbox?
Image
User avatar
xbs
Posts: 292
Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times

Re: [SKIN] JX 720

Post by xbs »

I'll take a look into that bug.

EDIT:
Open DialogNumeric.xml, Line 38, and change the control to this:

Code: Select all

<control type="label" id="4">
	<description>Edit Text</description>
	<posx>50</posx>
	<posy>100</posy>
	<width>240</width>
	<height>40</height>
	<font>font12</font>
	<textcolor>orange</textcolor>
	<disabledcolor>grey2</disabledcolor>
	<align>center</align>
	<aligny>center</aligny>
</control>
1. hmm I guess you need to edit the custom_AppsHome_1111.xml

Code: Select all

<onclick>ActivateWindow(Programs,Apps,return)</onclick>
or try setting apps as the default window.

2. That's a bit more tricky but i'll take a look.
Skins: SLik JX720 MS_Redux Mosaic
Utils: HeXEn
github.com/xbs08/
Mad Daimond
Posts: 1
Joined: Fri Dec 28, 2012 6:40 am
Been thanked: 1 time

Re: [SKIN] JX 720

Post by Mad Daimond »

Hello, i need some help.
When Xbox starts the "MEDIA" blade is appear. But i need "APPLICATIONS" blade at start, how can i do that? MC360 has special option for that, but no an option here and i dont know where i can find it in cfg files for now :?.

JX 720 is great and one of the most comfortable and stable skins for me, thanks for that!

UPD: To do this, we must open startup.xml in 720p directory, and change

Code: Select all

<onfocus>ReplaceWindow(home)</onfocus>
to

Code: Select all

<onfocus>ReplaceWindow(1111)</onfocus>
garet74
Posts: 84
Joined: Sat Aug 25, 2012 12:33 pm
Has thanked: 1 time

Re: [SKIN] JX 720

Post by garet74 »

hi friends ,i'm very sorry but i need help with this skin..i add a folder named games into f: and i want to enter in this folder when i press the button named games in the apps blade..what i have to do?i read the post prior that speaks about a folder named apps..i have to create a folder named apps and then into that folder put the other folder i want such games , emulators ,etc...?i don't undersatnd..in the options i can only hide or unhide the buttos..pls help me :)tnx

now it works fine :) first i changed the name of the folder nothing happens ,after i changed the name of the source and now it works fine :)tnx
only programs don't works like just sayd before :)if anibody have a solution tnx a lot:)
User avatar
MrMajst3r
Posts: 219
Joined: Wed Jul 18, 2012 10:35 am
Location: Poland
Has thanked: 10 times
Been thanked: 32 times
Contact:

Re: [SKIN] JX 720

Post by MrMajst3r »

garet74 wrote: only programs don't works like just sayd before :)if anibody have a solution tnx a lot:)
xbs wrote: 1. hmm I guess you need to edit the custom_AppsHome_1111.xml

Code: Select all
<onclick>ActivateWindow(Programs,Apps,return)</onclick>
Image
catch_2030
Posts: 20
Joined: Sun Mar 30, 2014 3:02 am
Has thanked: 8 times
Been thanked: 1 time

Re: [SKIN] JX 720

Post by catch_2030 »

AwesomeNurd wrote:Extract the png files from "Texture.xpr" with XPR Express, make the png file "thumb-border.png" transparent ;) and that's it, and compress the "texture.xpr" again of course :p
Could you be kind enough to upload that XPR here :) I have been trying to extract the XPR with XPR Express 1.5.0 since 1.5.1 is no where to be found with no success I get an error. Thanks!
User avatar
MrMajst3r
Posts: 219
Joined: Wed Jul 18, 2012 10:35 am
Location: Poland
Has thanked: 10 times
Been thanked: 32 times
Contact:

Re: [SKIN] JX 720

Post by MrMajst3r »

Image
Post Reply