Add/Edit Home Screen

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
sickboy719 Offline
Senior Member
Posts: 114
Joined: May 2007
Reputation: 0
Post: #11
joebrady Wrote:I just updated my xbmc tech build last night and noticed that the profiles did not show up. When looking at the xbox over ftp, i see that the profile folders were transfered, but I still had to go in and manually add a profile through the skin, then it told me that it found the folder and asked if i wanted to keep the same options. Anyone else seen this?
Next time you upgrade, copy over your profiles.xml.
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,178
Joined: Nov 2003
Reputation: 82
Post: #12
you deleted system/profiles.xml

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
joebrady Offline
Team-XBMC Forum Moderator
Posts: 1,625
Joined: Apr 2007
Reputation: 6
Location: Floyds Knobs, IN
Post: #13
ah, thank you! Could this not be incorporated into the UserData folder?

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,178
Joined: Nov 2003
Reputation: 82
Post: #14
no. as it allows you to change the location of the userdata folder - chicken and egg and all that

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
joebrady Offline
Team-XBMC Forum Moderator
Posts: 1,625
Joined: Apr 2007
Reputation: 6
Location: Floyds Knobs, IN
Post: #15
Did not know you could change the location of UserData, I'll have to look into that....

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first
find quote
PJ_Hooker Offline
Member
Posts: 70
Joined: Jan 2007
Reputation: 0
Location: Wales, UK
Post: #16
mfwilli Wrote:You can edit homescrollers.xml and change "Clips" or "Adult" to "Kids" and point it at a share of kids movies. I've never done it but I know it's possible. That way you could have it on the main page with Movies and TV.

I've also been trying to add a kids section to the homepage.

I've managed to edit the 'adult' option so that it shows as 'Kids' at the homepage, and links to my Kids movies share when chosen.

My only problem is that when i enter my new kids movies section it links to my normal movies background folder, and not my kids movies background folder (which is really the adult background folder)

Anyone know of a way of fixing this?

This is what i've done to the homescrollers.xml:

<item id="12">
<label>KIDS</label>
<onclick>Skin.SetBool(videomovies)</onclick>
<onclick>Skin.Reset(videotv)</onclick>
<onclick>Skin.Reset(videoclips)</onclick>
<onclick>Skin.Reset(videomusic)</onclick>
<onclick>Skin.Reset(videoadult)</onclick>
<onclick>Skin.Reset(gametrailers)</onclick>
<onclick>Skin.Reset(movietrailers)</onclick>
<onclick>XBMC.ActivateWindow(MyVideoFiles,KIDS MOVIES)</onclick>
<visible>!Skin.HasSetting(nomovies) + !Skin.HasSetting(movielibrary)</visible>
</item>
find quote
joncgde2 Offline
Member
Posts: 93
Joined: Jan 2008
Reputation: 0
Post: #17
Thanks for the reply... much appreciated Smile
find quote
joncgde2 Offline
Member
Posts: 93
Joined: Jan 2008
Reputation: 0
Post: #18
Ignore below post... don't know what that was about Rofl

@ PJ: Maybe it's cos you have "KIDS MOVIES" with a space in it... perhaps you could define it as "kidsmov" to keep it simple, and avoid having spaces.
find quote
PJ_Hooker Offline
Member
Posts: 70
Joined: Jan 2007
Reputation: 0
Location: Wales, UK
Post: #19
Thanks for the reply oncgde2,

My kids movie share opens fine, i just need to know how to link the share with the adult movie background folder, that is set in the Aeon settings page.

At the mo it links to the movie background folder, so I've got all my sons movies being displayed against a backdrop of a big scary AlienShocked
find quote
Post Reply