[MOD] Horizontal Confluence Modded

  Thread Rating:
  • 4 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Jean-Max Offline
Senior Member
Posts: 136
Joined: Oct 2010
Reputation: 0
Location: France
Post: #401
(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

Jean-Max
- ZBOX HD-ID11: 4Go RAM - Openelec Eden Ion 2.0 X86-64 (SSD Intel 40Go)
- ZBOX Nano AD10: 4Go RAM - Openelec Eden Fusion 2.0 X86-64 (SSD Intel 40Go)
- XBMC Windows Frodo 12.0 Final on 3 PC W7 + 1 PC XP
- Skin: Confluence-MOD 2
- XBMC media data on Thecus N7700 NAS (7*1To, Raid 5, SMB Shares)
- HDHomerun DVB-T netw tuner
(This post was last modified: 2012-03-14 12:28 by Jean-Max.)
find quote
mad-max Offline
Posting Freak
Posts: 1,476
Joined: Jul 2010
Reputation: 52
Location: Germany
Post: #402
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/b8a...yAdded.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

[Image: obi3o55x.jpg]
[Image: 7c8w3bu8.png]

- - - Tribute to Metallica - - -

If I managed to help you, please click my reputation
find quote
proiettile Offline
Junior Member
Posts: 16
Joined: Feb 2012
Reputation: 0
Post: #403
(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.

XBMC Eden / ATV2 / Modded Confluence Skin
(This post was last modified: 2012-03-17 20:40 by proiettile.)
find quote
RicardoFonseca Offline
Junior Member
Posts: 3
Joined: Feb 2012
Reputation: 0
Location: Portugal
Post: #404
Hi Mad-max

You are planning to introduce support for XBMC Intro Movie, as the skin Glass?
find quote
Mudislander Offline
Skilled Skinner
Posts: 1,155
Joined: Jun 2009
Reputation: 20
Post: #405
(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

Noli illegitimi carborundum
find quote
RicardoFonseca Offline
Junior Member
Posts: 3
Joined: Feb 2012
Reputation: 0
Location: Portugal
Post: #406
Thanks Mudislander!

I'll go try.
find quote
Mudislander Offline
Skilled Skinner
Posts: 1,155
Joined: Jun 2009
Reputation: 20
Post: #407
(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

Noli illegitimi carborundum
find quote
RicardoFonseca Offline
Junior Member
Posts: 3
Joined: Feb 2012
Reputation: 0
Location: Portugal
Post: #408
(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
find quote
Mallet21 Offline
Fan
Posts: 538
Joined: Nov 2009
Reputation: 10
Location: Minneapolis, MN USA
Post: #409
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!

Main HTPC:
Intel e4600 + AMD HD5450 + Antec NSK2480B case + 4gb ddr2 + Earthwatts 430 + 1.5tb Seagate 7200 + XBMC Rapier Qualar Mod Skin + Win7
Office HTPC/Ripper/Server:
AMD x4 635 + GT220 + Antec 300 case + 4gbddr3 + OCZ ModXStream 500 psu + 3x2tb WD green drives + Win7
find quote
ninian Offline
Member
Posts: 79
Joined: Feb 2012
Reputation: 0
Post: #410
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
find quote
Post Reply