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)



- haiiyaa - 2012-03-09 00:16

mad-max Wrote:Not possible due to limitation from XBMC...
The recently added info label does not check the "watched" status...
You need to incoporate this with RandomAndLastItems-Script based on smartplaylists...

No idea how to do this. I have downloaded and I believe installed the randomandlastItems script. from what I understand, i will need to run the script in the home.xml and then some labels should be made available for me to use in the IncludesHomeRecentlyAdded.xml file. Is that correct?


- mad-max - 2012-03-09 10:55

haiiyaa Wrote:i will need to run the script in the home.xml and then some labels should be made available for me to use in the IncludesHomeRecentlyAdded.xml file. Is that correct?
Yep, correct...
It's quite well documented in the readme of the addon...

mad-max


- WeirdH - 2012-03-10 16:12

haiiyaa Wrote:I am having a strange issue and don't know if it is just my installation or not. On my home screen i have the menu in the center. This gives me access to the short cuts for the add-ons right there. For Videos submenu I have trailer addict and youtube among other add-ons configured. but the problem is, that if I go to either of these addon directly from the home page, then I don't see the highlight bar, and i am not able to select any item. But if go to Vidoes > Addons > Youtube and then I am able to navigate through the different options just fine.

I hope my explanation wasn't very confusing.

Anybody else seen this behaviour? This is not happening in all the addons. But it is consistently happening with trailer addict. I didn't notice this issue with the original confluence.

Thanks,

I'm seeing the same behaviour with the 'Revision3' add-on. Hoping it can be fixed.


max need advice pse. - rugbymad - 2012-03-11 00:59

Disregard******************** I LEFT A > OUT AFTER CONTROL.******************

Hi max,

pastebin

<script src="http://pastebin.com/embed_js.php?i=Px0aQWVW"></script>

Ive taken the plunge tonight and updated my htpc to rc2 with con mod...
(Ive done the same on desktop weeks ago and all is ok)

1. i have added the kids profile button and dads profile button as on page 24.
all is ok, they both appear in the menu.

2. i added the toggle button to switch between the two profiles.

now i went to the advanced mod in the skin to switch the toggles and the now the advance mod setting wont allow me in.

any ideas?

This is the code on custom mod setting 1144

<control type="radiobutton" id="402">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>Finn</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.ToggleSetting(Finn)</onclick>
<selected>Skin.HasSetting(Finn)</selected>
</control
<control type="radiobutton" id="402">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>Dad</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.ToggleSetting(Dad)</onclick>
<selected>Skin.HasSetting(Dad)</selected>
</control


Thx


RE: [MOD] Horizontal Confluence Modded - proiettile - 2012-03-12 16:19

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.
I was thinking that was due to the case sensitive issue, but also renaming rating pngs they don't show.
Any ideas?


RE: [MOD] Horizontal Confluence Modded - mad-max - 2012-03-12 16:26

What section? Songs?

If I know where to look at, I'll try to manage that somebody tests it on another ATV as I (unfortunately) don't own one


RE: [MOD] Horizontal Confluence Modded - proiettile - 2012-03-12 16:31

(2012-03-12 16:26)mad-max Wrote:  What section? Songs?

If I know where to look at, I'll try to manage that somebody tests it on another ATV as I (unfortunately) don't own one

Full Screen Music Visualization.


RE: [MOD] Horizontal Confluence Modded - mad-max - 2012-03-12 16:40

Let me check this quickly...

Will be back ASAP...


RE: [MOD] Horizontal Confluence Modded - rugbymad - 2012-03-12 16:57

Hi,
How do i add more to the recently added tv/movies. I saw a thread above saying the answer is a few pages before but i've read from 15 -39 and cant see it.
would love to have 4 or 5.
also is it the home xml that I can alter the width of the buttons. i.e movie/tv/pics/music/finn. i only have 5 buttons on my screen and trying to make them all fit without scrolling. Is it the width 750 that i can change?

Danke


RE: [MOD] Horizontal Confluence Modded - mad-max - 2012-03-12 17:03

Hey rugbymad...
see here:
http://forum.xbmc.org/showthread.php?tid=103001&pid=942076#pid942076

about the size, I will have to take a look...

mad-max
@proiettile:
Must be an ATV issue...
Can't reproduce it on Windows here...

Will see if somebody else can confirm it on ATV...

mm