XBMC Community Forum
[MOD] Horizontal Confluence Modded - 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: Confluence (/forumdisplay.php?fid=125)
+---- Thread: [MOD] Horizontal Confluence Modded (/showthread.php?tid=103001)



RE: [MOD] Horizontal Confluence Modded - Jean-Max - 2012-03-14 11:19

(2012-03-13 21:09)dibsta Wrote:  Found problem the mod is not putting the correct path to favorite (Mod path ActivateWindow(10025,"X:\Coles Media\") but should be (ActivateWindow(10025,"X:\\Coles Media\\") backslash is missing

-> Can this syntax problem be the reason why, with Confluence-MOD on my ZBOX (Openelec), I have correct datas in the window called by the new created item in Home menu
.. but, with the same setup in Confluence-MOD, I have a blank windows in XBMC on a Windows PC ?

Thanks for any idea Smile


RE: [MOD] Horizontal Confluence Modded - mad-max - 2012-03-14 14:53

Ok guys, here we go with some open questions...

(2012-03-12 16:19)proiettile Wrote:  I can not visualize the rating stars in ATV2. It show the rating0 correctly, but when i try to add stars to the rating they don't show.

Any ideas?
Spoke with a friend with an ATV...selecting stars on ATV is not possible currently...this is no limitation from the skin but from XBMC...
If you set rating via another machine you can see the stars...

(2012-03-12 16:57)rugbymad Wrote:  Hi,
How do i add more to the recently added tv/movies.

There is some open PR in git from me, that has 4 widgets each...sorry did forget that...
Simply exchange the file:
https://github.com/mad-max/xbmc/blob/b8aaa008c454cad0624106c58f36fcd0d3ed0124/addons/skin.confluence/720p/IncludesHomeRecentlyAdded.xml

(2012-03-12 20:06)lancewindew Wrote:  On the current version of Confluence when you move to the far left or the far right of the horizontal menu you dont see the next menu item.
In Confluence-MOD there is no difference when you get to the end of the horizontal menu.

Confluence: TV*MOVIES*SETTINGS
ConfluenceMOD: SETTINGS*TV*MOVIES*SETTINGS*TV*MOVIES

Is there a way to restore the old way? so that there is a difference at the far left and far right of the menu?

Open Home.xml and search for
Code:
<control type="wraplist" id="9000">
and change it to
Code:
<control type="fixedlist" id="9000">

(2012-03-12 20:06)lancewindew Wrote:  Is there a way to turn off the spinning CD image when listening to music?

Easiest way is to open skinfolder/media/CDart and delete default.png...
NOTE: Only working if you have no other CDArt with your media files

(2012-03-13 10:46)joselbcn33 Wrote:  The problem is that even if you are at the main directory or the icon to turn back to the previous directory it displays the word "plot" is there anyway to hide the word "plot" or translate it to spanish "Argumento"?

Check Viewtype_Lowlist.xml and search for
Code:
$LOCALIZE[40027]
and change it to "Argumento"...or do me a favor and translate the skin strings into Spanish Big Grin

(2012-03-13 21:09)dibsta Wrote:  Found problem the mod is not putting the correct path to favorite (Mod path ActivateWindow(10025,"X:\Coles Media\") but should be (ActivateWindow(10025,"X:\\Coles Media\\") backslash is missing

This seems to be serious issue...I think this will have to wait until the wedding done...

cheers guys,
max


RE: [MOD] Horizontal Confluence Modded - proiettile - 2012-03-17 13:21

(2012-03-14 14:53)mad-max Wrote:  Spoke with a friend with an ATV...selecting stars on ATV is not possible currently...this is no limitation from the skin but from XBMC...
If you set rating via another machine you can see the stars...
As explained by Hitcher in another post the issue is due to default AppleRemote keymap that has volume mapped to up and down in MusicVisualization.
To resolve it you have to create a keymap.xml with the following code and put it in \userdata\keymaps\ folder:

Code:
<keymap>
    <Visualisation>
        <joystick name="AppleRemote">
            <button id="1">IncreaseRating</button>
            <button id="2">DecreaseRating</button>
        </joystick>
    </Visualisation>
</keymap>

With this correction now it works.


RE: [MOD] Horizontal Confluence Modded - RicardoFonseca - 2012-03-18 06:01

Hi Mad-max

You are planning to introduce support for XBMC Intro Movie, as the skin Glass?


RE: [MOD] Horizontal Confluence Modded - Mudislander - 2012-03-18 09:02

(2012-03-18 06:01)RicardoFonseca Wrote:  Hi Mad-max

You are planning to introduce support for XBMC Intro Movie, as the skin Glass?

Untill he does you can edit the Startup.xml in the 720p directory and change it to -

PHP Code:
<window>
    <
defaultcontrol>-</defaultcontrol>
    <
allowoverlay>no</allowoverlay>
    <
onload condition="System.HasAddon(script.xbmc.intro.movie)">RunScript(script.xbmc.intro.movie)</onload>
    <
onload condition="Skin.HasSetting(Use_Startup_Playlist)">PlayMedia($INFO[Skin.String(Startup_Playlist_Path)])</onload>
    <
onload condition="!System.HasAddon(script.xbmc.intro.movie)">ReplaceWindow(Home)</onload>
    <
controls>
        <include 
condition="!System.HasAddon(script.xbmc.intro.movie)">CommonVideoBackground</include>
    </
controls>
</
window



RE: [MOD] Horizontal Confluence Modded - RicardoFonseca - 2012-03-18 19:03

Thanks Mudislander!

I'll go try.


RE: [MOD] Horizontal Confluence Modded - Mudislander - 2012-03-18 19:14

(2012-03-18 19:03)RicardoFonseca Wrote:  Thanks Mudislander!

I'll go try.

make sure that you've downloaded and installed Frost's XBMC Intro Move Addon


RE: [MOD] Horizontal Confluence Modded - RicardoFonseca - 2012-03-18 20:36

(2012-03-18 19:14)Mudislander Wrote:  make sure that you've downloaded and installed Frost's XBMC Intro Move Addon

Of corse!... lol Blush

Works well, for now. Rofl


RE: [MOD] Horizontal Confluence Modded - Mallet21 - 2012-03-19 20:05

Great Skin!!

How do I go about adding Hibernate as an option to the shutdown menu? Switching Standby to Hibernate would also work for me as well.

Thanks!


RE: [MOD] Horizontal Confluence Modded - ninian - 2012-03-21 04:21

Love this skin. 1 issue that I am having though.

I have set the background as multi and pointed it to a fanart folder on my NAS server, I am useing Artwork Organizer to copy my fanart to this folder. I copies over .tbn files for movies/tv shows. In the log I get this message from the skin:

22:17:42 T:207577088 WARNING: JpegIO: Error 55: Not a JPEG file: starts with 0x%02x 0x%02x
22:17:42 T:207577088 ERROR: Texture manager unable to load file: special://masterprofile/Thumbnails/5/5bc11cab.tbn
22:17:53 T:138592256 WARNING: JpegIO: Error 55: Not a JPEG file: starts with 0x%02x 0x%02x
22:17:53 T:138592256 ERROR: Texture manager unable to load file: special://masterprofile/Thumbnails/b/bd44e39c.tbn

It seems it does not like these fanart files. What program should I be using to get a folder full of fanart .JPEG files then? I thought I did this with other skins and it worked, am I doing something wrong?

Thanks