Playing around with confluence

  Thread Rating:
  • 2 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
_matt_ Offline
Junior Member
Posts: 45
Joined: Mar 2012
Reputation: 0
Post: #101
@regnets, which nightly are you running? It's been in the last few I've tried. Definitely in 20120629, 'cause I'm running it at the moment.
find quote
regnets Offline
Senior Member
Posts: 155
Joined: Feb 2011
Reputation: 1
Post: #102
Hi Matt,

that's confusing...

I'm running the atv2 build 20120702.

Maybe I missed it?

What is the name of the view?

Thank you

[Edit]
I have no idea why I didn't see the view at first time.

I'm sorry for the dumb question.
[edit/]

Regnets
(This post was last modified: 2012-07-04 22:17 by regnets.)
find quote
NiklasK Offline
Member
Posts: 53
Joined: Dec 2009
Reputation: 0
Location: Karlstad, Sweden
Post: #103
I´m using the latest OpenELEC build and from what I can understand the new Lite version of Confluence isnt included there. Is there a way to download the skin separetely?
find quote
mad-max Offline
Posting Freak
Posts: 1,476
Joined: Jul 2010
Reputation: 52
Location: Germany
Post: #104
Get the tarball from here:
https://github.com/xbmc/xbmc/zipball/master

and then extract the skin and copy it over to your machine

[Image: obi3o55x.jpg]
[Image: 7c8w3bu8.png]

- - - Tribute to Metallica - - -

If I managed to help you, please click my reputation
(This post was last modified: 2012-08-07 10:50 by mad-max.)
find quote
jpage4500 Offline
Junior Member
Posts: 20
Joined: Oct 2008
Reputation: 0
Post: #105
(2012-06-27 07:56)nfusion2011 Wrote:  
(2012-06-26 22:55)_matt_ Wrote:  
(2012-06-26 20:25)nfusion2011 Wrote:  You need to show the "RATINGS' somewhere there as well.... Lot of people need the rating of the movie (not so much the episodes) at a glance.

If you're referring to the numerical ratings in the lists, I'm glad those (and the HD/SD flags) aren't shown in this view. The list looks really clean without them, and the limited horizontal space is better used for item names, imo.

Different opinions I guess Smile I think the numerical rating can certainly fit in there, in many diff places.
Left of the poster
Right of the bluray
A graphical STAR rating under the 720p button
Left of alphabetic movie title
Right of alphabetic movie title

I guess everyone has their own opinion. But, since I see that someone else was also asking for the exact same thing as me -- here's what I did to put the ratings and movie length into the thumbnail view.

I didn't care for the "Total Duration" field in the bottom-right corner. I can't really see any use for it personally (when looking at multiple movies at least). So, I replaced this with the movie length and rating -- code that I found in another skin (I'm a Python newbie!).

Anyway, open up the following file: C:\Program Files (x86)\XBMC\addons\skin.confluence\720p\includes.xml. Find the section called CommonPageCount and change this line from:
Code:
<label>$INFO[Container.TotalTime,$LOCALIZE[31009] ([COLOR=blue],[/COLOR])]</label>

to:
Code:
<label>$INFO[ListItem.Duration, , $LOCALIZE[12391]]$INFO[ListItem.RatingAndVotes, • ]</label>

I realize it's a hack.. but, seems to work for me!!
find quote
fl0PPsy Offline
Member
Posts: 51
Joined: Aug 2009
Reputation: 2
Post: #106
So I gather the "Videos goes to File View" options has not made it back into the new Confluence?
find quote
toiva Offline
Posting Freak
Posts: 817
Joined: Aug 2008
Reputation: 14
Post: #107
(2012-08-24 09:37)fl0PPsy Wrote:  So I gather the "Videos goes to File View" options has not made it back into the new Confluence?

No, the only thing i miss from the old Confluence. Why would i use the videos menu for any other purpose than going into files view? Movies and tv shows are already on the main menu. I don't use playlists or video addons really, the most used video addons are already on the home screen.

Now that i've used the new one without custom backgrounds it's fine really and i don't need them. The main menu is very snappy.
find quote
Manuel_W Offline
Member
Posts: 74
Joined: Jan 2011
Reputation: 0
Location: Leipzig
Post: #108
Hey Guys,

this is a very great Skin, but i miss something.
Is it possible to include this things like

- when ends the movie (time)
- Moviecover
- Name
- Infos about Movie

when it is paused?

http://imageshack.us/photo/my-images/600/img0706iq.jpg/

greez Manu
find quote
mad-max Offline
Posting Freak
Posts: 1,476
Joined: Jul 2010
Reputation: 52
Location: Germany
Post: #109
As far as I can see it on the screenshot, this is my MOD...You might to try just replace DialogSeekbar.xml and see what happens Big Grin
Not tested, yet...

mad-max

[Image: obi3o55x.jpg]
[Image: 7c8w3bu8.png]

- - - Tribute to Metallica - - -

If I managed to help you, please click my reputation
find quote
MFKinSINY Offline
Junior Member
Posts: 6
Joined: Sep 2012
Reputation: 0
Post: #110
Jezz_X, excellent skin mod. I like all of the views but one really suits my need best... Media Info 2 because it shows the plot, list, DVD thumb, HD/SD icons without "hiding" the fanart. Media Info 3 is great, but Im not to crazy about the fanart on top of the fanart redundancy. I'd like to modify Media Info 2 by adding (in the MOVIES library) the year & possibly duration hopefully to the right of the codec info. Could you (or anyone else) please tell me which xml file I need to edit and what the code insertion should be and if / how to modify the codec info to make it fit nice. I'm not having any luck on my own.

Thanks & keep up the great work.

XBMC Eden Final Windows 7 on three machine, OpenElec on a JetWay IONtop, Zyxel NSA320 8TB NAS running mySQL shared database with DropBox to keep the thumbnails local for a nice n snappy interface
(This post was last modified: 2012-09-21 01:52 by MFKinSINY.)
find quote
Post Reply