XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Skin Help and Support > Horizonz

Horizonz Subforum for the Horizonz skin (and mods for/of it).

Reply
 
Thread Tools Search this Thread Display Modes
Old 2009-06-13, 20:05   #1
hexed6
Junior Member
 
Join Date: Mar 2009
Posts: 18
hexed6 is on a distinguished road
Default [MOD] Hexed's Now Playing Mod / Kiosk Mode / Video Window

About:
This mod is based upon VegasPete's Now Playing Mod, which is great but I wanted to make a few changes. Although I have prior scripting/skinning/programming experience, this is my first attempt at modifying an xbmc skin. There are many things I'd still like to change/add, but I'm learning as I go along. If an experienced skinner would like to help, let me know.

Features:
Redesigned now playing panels, uses appropriate frame depending on media type
Kiosk Mode, prevents users from inadvertantly accessing menus
Video/Visualization Window on home and settings screens
Weather Popup Window on home screen, links to Nuka's TWC Supplemental script on click
New CD jewel case frame texture
Various bug fixes and small aesthetic tweaks

IMPORTANT NOTES:
1) For the weather popup feature to function, make sure the following two settings are enabled:
a) Horizonz > Home Screen > Weather Popup
b) Horizonz > Home Screen > Lower Home Scroller Position
2) The TWC Supplemental script must be installed in "Q:\scripts\TWC Supplemental\" for this feature to work.



On to the screenshots, download link is at the bottom.



Music Now Playing / Visualization Window


Movie Now Playing / Video Window


TV Show Now Playing / Video Window


Weather Popup


New Welcome Screen


New CD Jewel Case Frame




Download :: Horizonz - Hexed's Mod v3.zip

Last edited by hexed6; 2009-06-29 at 06:45. Reason: new version
hexed6 is offline   Reply With Quote
Old 2009-06-14, 18:59   #2
Baphomet
Member
 
Join Date: Feb 2009
Posts: 38
Baphomet is on a distinguished road
Default

Nice mod, Hexed6...

Just loaded it on my xbox and kiosk mode is great... So's the now playing window. I like the default backdrop image you've added, but might roll it back to just a black screen... Still working on a custom default background (media player hesitates very briefly when it loads a new image from the fanart directory, but it's nothing I can't tolerate -- one of the drawbacks to using an xbox as opposed to a htpc platform, I guess). I'll give it some time to see if I can get used to it.

Lost my weather button for the TWC script, though, when I copied your files over. I'll have to get that back -- need to track down the code for the button add again, but overall, VERY NICE!.

Thanks!

EDIT:

Reverted back to my previous install of 4.1 after re-applying myweather.xml and backgrounds.xml files to your changes... It seems that after applying your mod and applying the previous files to restore my weather fanart and Tension113's "more info" button for the TWC script in the weather screen, I was getting both the Fullscreen now playing backdrop AND the minimalist now playing window of your mod at the same time. Really like the kiosk setting of your mod though -- would like to figure out how to separate the two and apply it to my 4.1 install... Any chance you can you advise how to only apply the kiosk setting? If I find some time to figure it out, I'll post back with my results.

Last edited by Baphomet; 2009-06-14 at 21:01.
Baphomet is offline   Reply With Quote
Old 2009-06-14, 21:47   #3
hexed6
Junior Member
 
Join Date: Mar 2009
Posts: 18
hexed6 is on a distinguished road
Default

Thanks Baphomet. I was unaware I added a background image, I think that may have been included in VegasPete's mod, which this is based on. Sorry about your weather mod, try to back up next time. I was thinking about implementing the aeon style weather page, that may be what I do next, and possibly implement such a button.

The changes you need to make are in MyMusicSongs.xml, MyMusicNav.xml, MyVideo.xml, MyVideoNav.xml, etc. Open up the xml files in my mod and search for "Hexed", my changes were commented. Ask if you need further help.
hexed6 is offline   Reply With Quote
Old 2009-06-14, 22:48   #4
Baphomet
Member
 
Join Date: Feb 2009
Posts: 38
Baphomet is on a distinguished road
Default

Aenima99x had a nice idea:

Quote:
Originally Posted by Aenima99x View Post
I disagree, I like the menu item for weather....but then again, I've also modded it so that clicking on it launches the TWC Supplemental script. I've also modded the script so it's fullscreen and acts like any of the other areas.
I think this could be taken a bit further, combining with the idea of eliminating the black background on the weather conditions and making them smaller, similar to Aeon's Weather (michaeldecharon got Aeon's weather integrated here, but his methods aren't exact, and I haven't yet tried it...) by eliminating the weather page altogether, showing the Aeon weather information with background fanart when scrolling to weather from the home screen and then when selecting Weather from the home screen, perform the TWC script launch, eliminating the need for the 'onclick' four day weather forecast altogether.

I'm not that skilled with xml, so it would take me a longer than someone with the knowledge, but I think this would be an exceptional feature for Horizonz.

P.S. Thanks for commenting your mods... that's awesomely considerate for all. And thanks for pointing me in the right direction!!!

Last edited by Baphomet; 2009-06-14 at 22:51.
Baphomet is offline   Reply With Quote
Old 2009-06-15, 00:12   #5
hexed6
Junior Member
 
Join Date: Mar 2009
Posts: 18
hexed6 is on a distinguished road
Default

Those were my ideas exactly, I don't think it should be too hard to implement either.
hexed6 is offline   Reply With Quote
Old 2009-06-17, 04:29   #6
Baphomet
Member
 
Join Date: Feb 2009
Posts: 38
Baphomet is on a distinguished road
Default

Per Hexed, here are the required changes for manual addition of kiosk mode:
(Hexed comment labels kept for tracking of yer mods)

Quote:
<control type="grouplist">
<!-- Hexed - Not visible in Kiosk Mode -->
<visible>!Skin.HasSetting(kioskmode)</visible>
Applied to:

MyGameSaves.xml
MyMusicNav.xml
MyMusicPlaylist.xml
MyMusicPlaylistEditor.xml
MyMusicSongs.xml
MyPics.xml
MyPrograms.xml
MyScripts.xml
MyVideo.xml
MyVideoNav.xml
MyVideoPlaylist.xml

(obviously, you can omit any of the above files if you want to retain the overhead menu for that particular menu selection...)

---AND THEN...---

Quote:
<!-- Hexed - Kiosk Mode -->
<control type="radiobutton" id="504">
<width>1156</width>
<include>customsettingsbutton</include>
<label>Enable Kiosk Mode (Hide Menus in Media Views)</label>
<onclick>Skin.ToggleSetting(kioskmode)</onclick>
<selected>Skin.HasSetting(kioskmode)</selected>
</control>
Applied to:

Customisation.xml (search = id="505" and add it to the list of other id's. Radiobutton 'id="504"' doesn't appear to exist in Horizonz 4.1...)

Last edited by Baphomet; 2009-06-17 at 04:35.
Baphomet is offline   Reply With Quote
Old 2009-06-24, 17:09   #7
hexed6
Junior Member
 
Join Date: Mar 2009
Posts: 18
hexed6 is on a distinguished road
Default

bump for new version
hexed6 is offline   Reply With Quote
Old 2009-06-24, 21:02   #8
Shalashaska
Member
 
Shalashaska's Avatar
 
Join Date: Jun 2009
Location: France
Posts: 67
Shalashaska is on a distinguished road
Default

I just try your mod and the nowplaying windows is really great, you did a really good job, but unfortunately for me, i cant see the weather popup, ive try lots of options, but nothing is working

Last edited by Shalashaska; 2009-06-24 at 21:02. Reason: minors modifications
Shalashaska is offline   Reply With Quote
Old 2009-06-24, 21:35   #9
Nuka1195
Team Arcade
 
Join Date: Dec 2004
Posts: 3,369
Nuka1195 is on a distinguished road
Default

the twc supplemental script is not going to be maintained anymore.

the better choice is using the new weather.com plus plugin (fairly new feature of xbmc). this plugin runs whenever the weather updates and you access all the properties from anywhere in the skin.

http://xbmc.org/forum/showthread.php?t=52034
__________________
For python coding questions first see http://xbmc.sourceforge.net/python-docs/
Nuka1195 is offline   Reply With Quote
Old 2009-06-24, 21:48   #10
hexed6
Junior Member
 
Join Date: Mar 2009
Posts: 18
hexed6 is on a distinguished road
Default

Quote:
Originally Posted by Shalashaska View Post
I just try your mod and the nowplaying windows is really great, you did a really good job, but unfortunately for me, i cant see the weather popup, ive try lots of options, but nothing is working
Two settings need to be enabled:

1) Horizonz > Home Screen > Weather Popup
2) Horizonz > Home Screen > Lower Home Scroller Position

Next version I might revise the weather popup so it can be used with the original home scroller position.
hexed6 is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 03:37.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project