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)



- proiettile - 2012-02-17 16:53

If someone is interested, i've changed the MusicVisualisation.xml and the Font.xml to have the full screen playback in music like this:

[Image: 14degao.jpg]

I've added the header.png below "party mode" text, added the weather/date bar, removed the "playing" text, changed the way Artist, Album and Title are displayed in MusicVisualisation.xml and added a font type in Font.xml.


- mad-max - 2012-02-17 21:41

@catmanx:
Might be a bug that it is not visible...will take care of it...

@pezcore:
It might be an iOS and not a skin error...can you post a log to pastebin?

@protocol:
You can C&P this into the original ViewVideoShowcase.xml and save it...ready to go...

@rugbymad:
Will send you a detailed instruction via PM later on...currently online with my HTC, so coding is a bit difficult...

@proiettile:
Looks good from the screenshot...might be worth a toggle setting...
Saw your PR on github...will merge your changes later on...thanks for your collaboration...AWESOME!


mm


Hide latest albums - Hyralak - 2012-02-18 17:13

Is it possible to hide latest albums but retain latest moves and tv shows?
Also for Concerts how do I add files to it? It is blank no option to map a folder to it.


- noner - 2012-02-20 06:40

Im really liking the mods of this skin, thanks for taking the time to make it and share.

Question - is there any way to remove the posters from the rightlist view? Or alternatively make the size of the posters smaller?

I love having the rightlist view, but for the TV shows, the size of the poster takes up almost 1/3 of the real estate, hiding the fanart in the background, and having an option to either disable the poster, or alternatively being able to make the size of the poster smaller

Thanks in advance!


- mad-max - 2012-02-20 14:44

Version 1.0.8 available...

Changlog:
Code:
- added toggle option to hide info in view 509 (albums info)
- added links to "system" and "MOD-settings" to the shutdown menu
- added toggle option to make menu bar in home transparent
- added toggle option to choose between clearart and logo
- added support for "Recently Added" on SmartPlaylists (thanks mike (passion xbmc))
- added Documentaries as own category based on mike's "lastandrandomitems"-script
- re-added toggle option for TVTunes (instead of always enabled)
- re-added the "CommonPageCount" and "CommonNowPlaying"
- fixed position of date and time in home
- fixed case sensitive issues (thanks proiettile)
- fixed overlapping xbmc logo with lower menu
- fixed alignment in ViewVideoLandscape.xml
- fixed "Neon-Showcase" (got lost after GIT merge error)
- fixed display issue with fade in/out of CDArt (thanks proietille)
- redid the whole season fanart stuff to work properly and view-independent

The custom view installer needs some more tweaking and some more hours of coding to have some viewtypes ready...so this will come in 1.0.9...

If I missed something, just tell me...I'm just a human being ;-)

Have FUN!

mad-max


- mad-max - 2012-02-20 14:51

Hyralak Wrote:Is it possible to hide latest albums but retain latest moves and tv shows?
Also for Concerts how do I add files to it? It is blank no option to map a folder to it.

Currently there is all or nothing...
You can delete the control for albums in "IncludesRecentlyAdded.xml"...

noner Wrote:Question - is there any way to remove the posters from the rightlist view? Or alternatively make the size of the posters smaller?

You have to delete the control manually...
You'll find it in ViewsVideoRightList.xml...
Line 432:
Code:
                    <control type="image">
                        <posx>0</posx>
                        <posy>30</posy>
                        <width>300</width>
                        <height>400</height>
                        <aspectratio aligny="bottom">keep</aspectratio>
                        <fadetime>IconCrossfadeTime</fadetime>
                        <texture background="true" diffuse="movie_mask.png">$INFO[ListItem.Icon]</texture>
                    </control



TV Tunes - catmantx - 2012-02-20 18:52

Thank you very much for adding this option.
I would like to request more...Smile...sorry...
For people that use a full remote like Plex Media Center, can you add an option to enable a number key to play trailer? (Just simple press Key "3") instead of press down.
In the view where you use showcase that I am able to play trailer (plus can you bring the trailer to the front? now is playing in the back of the thums), after playing trailer the skin is losing focus on the thumb and I have to get out of the movies and get back in. Sorry, one more thing...can you add infos too in the showcase?

Can you start the skin with the focus on "Videos" instead of "Music"

Sorry for being to demanding...I luv this skin is doing exactly what I need.


- mad-max - 2012-02-20 19:49

catmantx Wrote:Thank you very much for adding this option.
I would like to request more...Smile...sorry...
No problem, a beer is always welcome Wink

catmantx Wrote:For people that use a full remote like Plex Media Center, can you add an option to enable a number key to play trailer? (Just simple press Key "3") instead of press down.
This is not possible as the Statements in the skining engine gives me commands like <onup> or <ondown>...
Will see if there is a <onbutton3pressed>, but I don't think so...


catmantx Wrote:In the view where you use showcase that I am able to play trailer (plus can you bring the trailer to the front? now is playing in the back of the thums), after playing trailer the skin is losing focus on the thumb and I have to get out of the movies and get back in.

Damn, I knew I missed something for the update...will take care of it...

catmantx Wrote:Sorry, one more thing...can you add infos too in the showcase?

Can you elaborate? I don't know what info you mean?

catmantx Wrote:Can you start the skin with the focus on "Videos" instead of "Music"

Already possible...check MOD-settings for custom startup focus...

cheers,
mad-max


- IIINeOIIINL - 2012-02-20 23:17

Thanks for the update man!
Will check it out ASAP Cool


- mad-max - 2012-02-20 23:30

This time the trailer issue won't be forgotten...
Already fixed in GIT:
https://github.com/mad-max/skin.moddedconfluence/commit/9f885fb2be4324001908762f5f3bfc64ec810da4

cheers,
mad-max