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


AW: [MOD] Horizontal Confluence Modded - mad-max - 2012-04-25

You can simply exchange the xml for login screen with the one from default confluence and your done...check the 720p folder for the file...can't remember the exact name and no xbmc around...


RE: [MOD] Horizontal Confluence Modded - Nocebo - 2012-04-25

@Mad-mad
Excellent, that worked a treat (LoginScreen.xml D'oh! )

Thanks

Noc.


RE: [MOD] Horizontal Confluence Modded - svinyard - 2012-04-25

I have this setup to show only the Movies option on the home screen. This is fine however it now lists the movies option over and over and over in the home menu. Its like the other menu options, which I disabled, are still there and are populated with "Movies".


RE: [MOD] Horizontal Confluence Modded - mad-max - 2012-04-25

This is due to the type of list...
A wraplist, in this case control 9000 needs to be changed to a fixedlist in order to have only one button for movies in there...
See line 959 in Home.xml:
Code:
<!-------- Database Statistic End ----------------->            
            <control type="wraplist" id="9000">
                <posx>-110</posx>
and change to
Code:
<!-------- Database Statistic End ----------------->            
            <control type="fixedlist" id="9000">
                <posx>-110</posx>
Then you're done...

mad-max



RE: [MOD] Horizontal Confluence Modded - twinvipers - 2012-04-27

Let me first say great mod on this skin mad-max! Every new little feature I see in your mod makes me wonder why the other skins don't have these features.

Now I was pointed to this thread/mod by another XBMC forum member who replied to a thread I started with a question on how to create custom home buttons in Eden. Up until now I was using Dharma and used the "homemod" Mod at http://forum.xbmc.org/showthread.php?tid=76529&highlight=mod+home and this worked perfectly.

My goal is to create a Home Menu Buttons that opens a specific folder on my network NAS that holds media content (ie.New Movies, Home Movies) and not let these items get blended into the main Video Library.

Is this something that this Mod can do? Because as of yet I haven't been able to find out how.
Thanks for any help.



RE: [MOD] Horizontal Confluence Modded - mad-max - 2012-04-27

You might create a source for the specific folder you want to open. Then mark it as a favorite and pin it to the home screen...
Should be alright then...

mm


RE: [MOD] Horizontal Confluence Modded - danz0l - 2012-04-27

mad-max how do i include some of your views in my heavily modded confluence skin ? I thought a simple entry into the includes.xml as well as the viewtype itself would be sufficient but i'm not getting anywhere fast. Any clues ?


RE: [MOD] Horizontal Confluence Modded - mad-max - 2012-04-27

(2012-04-27, 14:34)danz0l Wrote: Any clues ?
You also edited the MyVideoNav.xml?



RE: [MOD] Horizontal Confluence Modded - twinvipers - 2012-04-27

Thanks for the reply mad-max.
I have already added it as a source and it can be seen and works fine if I go through "Videos>Files>..." I then Favorited the source file but how do I now pin that to the home screen as a Main Menu Button?
Thanks



RE: [MOD] Horizontal Confluence Modded - twinvipers - 2012-04-28

Ok found how to pin to the home screen menu... You can only Pin to favorites to the home screen menu rightHuh

Anyways now that its pinned when i select it from the home screen it comes up blankHuh??
If I go through Video>Files..... It show the movies i have in that folder no problem....
Why is it not coming upHuh
thanks



RE: [MOD] Horizontal Confluence Modded - danz0l - 2012-04-28

(2012-04-27, 15:28)mad-max Wrote:
(2012-04-27, 14:34)danz0l Wrote: Any clues ?
You also edited the MyVideoNav.xml?

Yes. What i did was add (for showcase view)

Quote: <include file="Viewtype_Showcase.xml" />
in includes.xml

Also made sure that

and then in MyVideoNav.xml

Quote:<include>Viewtype_Showcase</include>

Making sure Viewtype_Showcase.xml was in the 720p directory (also tried edding out the visible conditions as my skin doesnt have the viewtype toggle options yours has)

Am i missing something ? Would really appreciate some pointers.




RE: [MOD] Horizontal Confluence Modded - Mudislander - 2012-04-28

Have you checked view ID's and that the ID is included at the top of MyVideoNav ?


RE: [MOD] Horizontal Confluence Modded - mad-max - 2012-04-28

(2012-04-28, 10:16)Mudislander Wrote: Have you checked view ID's and that the ID is included at the top of MyVideoNav ?

Yep...that's missing...
You need to enter the view id in the list of possible views...
Right at the top of myvideonav


RE: [MOD] Horizontal Confluence Modded - danz0l - 2012-04-28

Ah that was it Smile Thanks Mudislander. Just got to work out some conditionals now to stop showing the items, pages, durations dialogs on certain viewtypes.


RE: [MOD] Horizontal Confluence Modded - twinvipers - 2012-04-28

(2012-04-28, 05:40)twinvipers Wrote: Ok found how to pin to the home screen menu... You can only Pin to favorites to the home screen menu rightHuh

Anyways now that its pinned when i select it from the home screen it comes up blankHuh??
If I go through Video>Files..... It show the movies i have in that folder no problem....
Why is it not coming upHuh
thanks

Any idea here.....
Thanks