Kodi Community Forum
[MOD] Customizable Confluence - 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] Customizable Confluence (/showthread.php?tid=82065)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22


- Revol - 2010-12-14

scalpel Wrote:+1 to make skin usable with advanced launcher plugin. Really like your skin.

Regards

Agreed, I'd really love to get more out of Advanced Launcher thanks to this mod.

Also, the ability for Programs to change the background.

Essentially, something like this: http://forum.xbmc.org/showthread.php?tid=82469


- sufreak - 2010-12-19

Is this skin compatible with the new final version of Dharma? I just upgraded, but haven't seen any differences yet.


- castortray - 2010-12-20

Hi,
I can't back from "Latest Movie" or "Latest Episodes" to Menu on left using keyboard arrows.
I must use mouse or play movie from recently added and stop it, after that I'm back to main Menu.

Image

This issue was in Dharma Beta 3, R2 and the new one 10.0.

I tried modify some XMLs from:
%AppData%\Roaming\XBMC\addons\skin.customizableconfluence\720p
- Startup.xml
- IncludesHomeHorizontal.xml
but without success Sad

When I use original Confluence, ConIcka [MOD] or [Mod] Influence Dharma Latest movie and episodes works well.

Pls help


- Harro - 2010-12-20

yut4n1 Wrote:is there anyone who can enable a movie theater experience button to run the mte script now..Huh

See this thread http://forum.xbmc.org/showthread.php?tid=87883


- rflores2323 - 2010-12-20

is this on any addon repo? How do we install this on dharma 10? just download the zip and addon by zip?


- castortray - 2010-12-20

rflores2323 Wrote:is this on any addon repo? How do we install this on dharma 10? just download the zip and addon by zip?

just download this:
http://xbmc-addons.googlecode.com/svn/packages/repository.googlecode.xbmc-addons.zip
and install it from addons. After that you will find new repository in addons. In programs you will find Cinema plugin


- rflores2323 - 2010-12-20

castortray Wrote:just download this:
http://xbmc-addons.googlecode.com/svn/packages/repository.googlecode.xbmc-addons.zip
and install it from addons. After that you will find new repository in addons. In programs you will find Cinema plugin

Is this how to download the skin or the cinema plugin? I want to know how to download the cinema add on.. I already have that.

I want to know how to get this skin in the add on system.

Thanks

RF


- Harro - 2010-12-20

You will need to download this file
http://www.mediafire.com/?tv8cjar3f93vojd

Once downloaded you need to extract it and the take the skin.customizableconfluence folder from the rar and put it in your C:\Users\###\AppData\Roaming\XBMC\addons folder then you should be able to switch over to that skin in settings


- castortray - 2010-12-20

Harro Wrote:You will need to download this file
http://www.mediafire.com/?tv8cjar3f93vojd

Once downloaded you need to extract it and the take the skin.customizableconfluence folder from the rar and put it in your C:\Users\###\AppData\Roaming\XBMC\addons folder then you should be able to switch over to that skin in settings

also you need edit DialogVideoInfo.xml:
exmaple on:
http://forum.xbmc.org/showthread.php?tid=87883

after that you should see "Cinema" button in info menu.

Image


- castortray - 2010-12-22

castortray Wrote:Hi,
I can't back from "Latest Movie" or "Latest Episodes" to Menu on left using keyboard arrows.
I must use mouse or play movie from recently added and stop it, after that I'm back to main Menu.

Image

This issue was in Dharma Beta 3, R2 and the new one 10.0.

I tried modify some XMLs from:
%AppData%\Roaming\XBMC\addons\skin.customizableconfluence\720p
- Startup.xml
- IncludesHomeHorizontal.xml
but without success Sad

When I use original Confluence, ConIcka [MOD] or [Mod] Influence Dharma Latest movie and episodes works well.

Pls help

I'm alone with my issue ?
nobody else has this problem ?


- ralob - 2010-12-22

castortray Wrote:I'm alone with my issue ?
nobody else has this problem ?

Had this issue. My workaround was to use the horizontal menu configuration. I can then click down out of the window.


- castortray - 2010-12-22

ralob Wrote:Had this issue. My workaround was to use the horizontal menu configuration. I can then click down out of the window.

thanks for answer.
But I prefer normal view (on the left side) not horizontal.
Someone know if nate7365 will be continue this MOD ?


- sam.vw - 2010-12-22

First of all, thanks for this customizable skin!

I have a question/request for it:

Is there a way to enable wallview in file mode instead of library mode?
It used to work with igotdvds wallview mod


Thanks in advance...


- sam.vw - 2010-12-22

sam.vw Wrote:First of all, thanks for this customizable skin!

I have a question/request for it:

Is there a way to enable wallview in file mode instead of library mode?
It used to work with igotdvds wallview mod


Thanks in advance...

I found the solution: for those interested:

add the following line in Myvideo.xml
Code:
<include>wallstream</include> <!-- view id = 513 -->

and add Viewtype_Wallstream.xml content in ViewsFileMode.xml

:-)


- ShockViper - 2010-12-23

castortray Wrote:Hi,
I can't back from "Latest Movie" or "Latest Episodes" to Menu on left using keyboard arrows.
I must use mouse or play movie from recently added and stop it, after that I'm back to main Menu.

Image

This issue was in Dharma Beta 3, R2 and the new one 10.0.

I tried modify some XMLs from:
%AppData%\Roaming\XBMC\addons\skin.customizableconfluence\720p
- Startup.xml
- IncludesHomeHorizontal.xml
but without success Sad

When I use original Confluence, ConIcka [MOD] or [Mod] Influence Dharma Latest movie and episodes works well.

Pls help

You need to edit the IncludesHomeRecentlyAdded.xml file.
search for <onleft>9000</onleft> and <onleft>8000</onleft> (should be 3 of them).
Replace it with <onleft>19000</onleft> and restart xbmc.
Keep in mind that you'll brake the horizontal menu that way.