XBMC Community Forum
HORIZONZ: Discussion and Support Thread - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (/forumdisplay.php?fid=179)
+----- Forum: Horizonz (/forumdisplay.php?fid=97)
+----- Thread: HORIZONZ: Discussion and Support Thread (/showthread.php?tid=37188)



- dynamix - 2008-09-22 16:20

Player4 Wrote:Looks awesome!

but ... where's the Audio Settings button? Eek
When I click Settings while playing a movie, there are only the Video Settings, so that I can not change the language ...

Thx!

Have you read the whole topic? xb2iris is working on it...


- neal73 - 2008-09-22 16:41

Very nice mod, I'm really impressed with this one. I have a suggestion for you for any further updates - how about a section where you can select a RSS feed from a pre-defined list, or enter your own address for one? Or maybe even have the option for it to scroll more than one RSS feed at a time?


- xb2iris - 2008-09-22 18:20

funkmasta Wrote:Is there ever going to be a TV Show view type that uses widescreen icons? If there was, this would be my skin hands down. I wish XBMC had some global setting that allowed you to specify whether to show widescreen or normal icons. That would be a nice addition.

may put a banner view in there... u'll see when the mod update comes out!


- xb2iris - 2008-09-22 18:23

takagen Wrote:Great mod.

But not sure if these small glitches was fixed, just to share it here too.
Thanks

1. VideoOSD.xml
animation effect="fade" start="30" end="100"
The "30" and "100" was reversed in the WindowOpen & Close.

2. MyVideo.xml
<defaultcontrol>50</defaultcontrol>
To set to 50 instead, so that the cursor is below on the files instead on the View Types by default.

3. VideoFullScreen.xml
Added a quick "fix" for video info. But i believe it will be done better in future release. Laugh

Code:
<window id="2005">
    <allowoverlay>no</allowoverlay>
    <visible>[VideoPlayer.IsFullscreen] + [Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding]</visible>
    <controls>

    <!-- === Media Content ======================== -->

    <control type="group">

      <control type="image">
        <description>OSD Background Image</description>
        <posx>0</posx>
        <posy>0</posy>
        <width>1280</width>
        <height>105</height>
        <texture flipy="true">filemanback2.png</texture>
        <aspectratio>stretch</aspectratio>

      </control>
          <control type="label" id="10">
              <description>row 1 label</description>
              <posx>150</posx>
              <posy>20</posy>
              <label>-</label>
              <align>left</align>
              <font>MediumSmallDefaultFont</font>
          </control>
          <control type="label" id="11">
              <description>row 2 label</description>
              <posx>150</posx>
              <posy>45</posy>
              <label>-</label>
              <align>left</align>
              <font>MediumSmallDefaultFont</font>
          </control>
          <control type="label" id="12">
              <description>row 3 label</description>
              <posx>150</posx>
              <posy>70</posy>
              <label>-</label>
              <align>left</align>
              <font>MediumSmallDefaultFont</font>
          </control>
    </control>


    </controls>
</window>

always good for people to pass on ideas or even code like u've done... thanks for the first two... missed those ones... nyways... what does the videofullscreen.xml quick fix do exactly? any screeners?


- xb2iris - 2008-09-22 18:26

tubaros Wrote:(First post!!)

Love everything thats being done with Aeon at the moment, but I just tried this new skin, and it said it needs 2.0 only themes? Am I doing sometihng wrong? I added it correctly and changed it as I would between PM3 and Aeon lite, but to this one and it wouldnt work.

Any tips?


This is an aeon mod, so it'll work on any system aeon works on... is the option for Horizonz in the screen setup menu with aeon lite and pm3?


- xb2iris - 2008-09-22 18:27

lymwuwu Wrote:Hi,

Thank you so much for your effort.
I have experienced XBMC with AEON skin for only 12 hours and now couldn't live without it.Smile

Everything is perfert.

I only have one small selfish suggestions.Tongue
For browsing movie using genre, [Image: genre.jpg]
the current layout might be more intuitive if the left space for fanart could be replaced by the movie title list. The title list would be corrensponding with the genre selection in realtime and user could switch between the two list freely.

The layout structure for video setup actually also provides a very good way. [Image: genre2.jpg]

Exchange the setup option with genre and bottom left side for title list and fanart/thumb on the bottom right side.

I know I ask too much.Tongue

as britneyspairs says... thats a feature that doesn't exist just yet... sounds like a cool idea though... but sadly, no way to do right now...


- xb2iris - 2008-09-22 18:28

Player4 Wrote:Looks awesome!

but ... where's the Audio Settings button? Eek
When I click Settings while playing a movie, there are only the Video Settings, so that I can not change the language ...

Thx!

that'll be in the next update


- xb2iris - 2008-09-22 18:31

neal73 Wrote:Very nice mod, I'm really impressed with this one. I have a suggestion for you for any further updates - how about a section where you can select a RSS feed from a pre-defined list, or enter your own address for one? Or maybe even have the option for it to scroll more than one RSS feed at a time?

i think that has to be done manually in rssfeeds.xml in the userfolder... not exactly sure, because i'm not much a an rss feed fan... as for more rssfeeds... don't know if it would suit this mod... good idea though... is it even possible to have more than one rss feed at the time?


- matt_cyr - 2008-09-22 18:55

Isn't more then one rss feed already possible? I'm pretty sure if you add more rss feeds to your RssFeeds.xml it should scroll through multiple feeds.
From RssFeeds.xml:
Quote:<!-- RSS feeds. To have multiple feeds, just add a feed to the set. You can also have multiple sets. !-->
<!-- To use different sets in your skin, each must be called from skin with a unique id. !-->



- xb2iris - 2008-09-22 19:04

matt_cyr Wrote:Isn't more then one rss feed already possible? I'm pretty sure if you add more rss feeds to your RssFeeds.xml it should scroll through multiple feeds.
From RssFeeds.xml:

there we go... you got ur answer dude