Kodi Community Forum
[MOD] Horizontal Confluence Modded - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: [MOD] Horizontal Confluence Modded (/showthread.php?tid=103001)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46


- mad-max - 2012-03-07

haiiyaa Wrote:I was wondering if there was a way on the home screen for movies and videos menus, that once a recently added movie has been watched it is removed from the list shown on the home screen.
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...

haiiyaa Wrote:Also, can i completely remove the recently added option for music?
You can delete the control for music in "IncludesRecentlyAdded.xml"...
Starting at line 1183...


- Jean-Max - 2012-03-08

Hello,

Weather-fanart works well in Confluence-MOD Smile

But, something seems a little funny:

Imagine you are in the night (local time) and the weather is good :
So, is displayed in Home/Weather menu, an very sunny image with on the same screen, the local (night) time which contrasts with the sunny image Wink

-> Could the image displayed be adapted with the local time?
Example :
Good weather + night = clear moonlight landscape instead of hot sunny image Wink


- rossglass - 2012-03-08

Hi

This is a great Skin, thanks.

What I've been trying to find is a way to have Movies and TV Shows as a Main Menu heading and be able to link them to specific folders in my PC, and leave the Videos section just for my addons.

Is this possible?

Thanks


- mad-max - 2012-03-08

Jean-Max Wrote:-> Could the image displayed be adapted with the local time?
Example :
Good weather + night = clear moonlight landscape instead of hot sunny image Wink
See the commit message here:
https://github.com/mad-max/skin.moddedconfluence/commit/ff699fd63c140b48e93ec5b341a239452510214a

This should give you the idea how to change it...it's one word AFAIK

rossglass Wrote:What I've been trying to find is a way to have Movies and TV Shows as a Main Menu heading and be able to link them to specific folders in my PC, and leave the Videos section just for my addons.

Is this possible?
If I understand correctly, you do not use library mode?
If your using file mode, you need to setup a source for movies and shows and mark them as favorite...then add these two favorites to the main menu...
Is this what you want? Huh

mad-max


- rossglass - 2012-03-08

thats it, cheers


- haiiyaa - 2012-03-09

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

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

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

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

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

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

(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

Let me check this quickly...

Will be back ASAP...


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

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

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