Playing around with confluence

  Thread Rating:
  • 2 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
fernandovg Offline
Senior Member
Posts: 261
Joined: Jul 2012
Reputation: 1
Location: Sao Paulo, Brazil
Post: #111
what can I do to make the skin show a kind of "HasSubtitle" image next to video resolution and audio codec to show that movie has a subtitle?
XBMC already has the tag "VideoPlayer.HasSubtitles". So what's missing to show a HasSubtitles image ?
Thanks!


Also, show the text "SUB" after the HD tag ?
[Image: xbmc_skins_confluence_horizontal_2.jpg]



Example:
MOVIE ABC 2012 SUB
MOVIE CDE 2012
MOVIE FGH 2012 SUB
MOVIE IJK 2012 SUB

Use this next the VIDEO and AUDIO codec:
[Image: CC.jpg]

[Image: all-thin-banner.jpg]
(This post was last modified: 2012-09-25 18:06 by fernandovg.)
find quote
fernandovg Offline
Senior Member
Posts: 261
Joined: Jul 2012
Reputation: 1
Location: Sao Paulo, Brazil
Post: #112
Anyone? Please?

[Image: all-thin-banner.jpg]
find quote
Jezz_X Online
Team-XBMC Skinner
Posts: 5,264
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #113
(2012-09-26 20:47)fernandovg Wrote:  Anyone? Please?

you need to open up ViewsFileMode.xml and then edit ll the list views to include the new image you want the bits you need to play around with and move look like this
PHP Code:
<control type="label">
    <
posx>620</posx>
    <
posy>0</posy>
    <
width>400</width>
    <
height>40</height>
    <
font>font12</font>
    <
textcolor>grey2</textcolor>
    <
selectedcolor>selected</selectedcolor>
    <
align>right</align>
    <
aligny>center</aligny>
    <
label>$INFO[ListItem.Label2]</label>
    <
visible>Window.IsVisible(Videos)</visible>
    <
animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</
control>
<
control type="image">
    <
posx>625</posx>
    <
posy>8</posy>
    <
width>40</width>
    <
height>26</height>
    <
texture>$INFO[ListItem.VideoResolution,flagging/lists/,.png]</texture>
    <
visible>Window.IsVisible(Videos) + [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
</
control>
<
control type="image">
    <
posx>665</posx>
    <
posy>14</posy>
    <
width>20</width>
    <
height>16</height>
    <
texture>$INFO[ListItem.Overlay]</texture>
    <
visible>Window.IsVisible(Videos) + !ListItem.IsResumable</visible>
</
control>
<
control type="image">
    <
posx>665</posx>
    <
posy>14</posy>
    <
width>16</width>
    <
height>16</height>
    <
texture>OverlayWatching.png</texture>
    <
visible>Window.IsVisible(Videos) + ListItem.IsResumable</visible>
</
control
your going to need to move the label over (conditional on if you have a CC) edit add the image you want for your CC with its visible conditions and do it about 4 times for all the lists that show it

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
fernandovg Offline
Senior Member
Posts: 261
Joined: Jul 2012
Reputation: 1
Location: Sao Paulo, Brazil
Post: #114
I didn't understand... sorry and I don't know how to program it.
Is there another way? Maybe another skin that does that?
Thanks

[Image: all-thin-banner.jpg]
find quote
Mudislander Online
Skilled Skinner
Posts: 1,155
Joined: Jun 2009
Reputation: 20
Post: #115
(2012-09-27 15:41)fernandovg Wrote:  I didn't understand... sorry and I don't know how to program it.
Is there another way? Maybe another skin that does that?
Thanks

@fernandovg Got your email, unfortunately have got no time for +/- a month, but could look at adding it to the mod after that Smile

Noli illegitimi carborundum
find quote
fernandovg Offline
Senior Member
Posts: 261
Joined: Jul 2012
Reputation: 1
Location: Sao Paulo, Brazil
Post: #116
(2012-09-27 18:57)Mudislander Wrote:  
(2012-09-27 15:41)fernandovg Wrote:  I didn't understand... sorry and I don't know how to program it.
Is there another way? Maybe another skin that does that?
Thanks

@fernandovg Got your email, unfortunately have got no time for +/- a month, but could look at adding it to the mod after that Smile

Thank you so much! This subtitle "mod" will work both for movies and tv shows?
Your mod run smoothly on my raspberry pi!
I have other ideas if you're interested. Is there a specific topic for your mod?
thanks

[Image: all-thin-banner.jpg]
(This post was last modified: 2012-09-27 19:03 by fernandovg.)
find quote
Mudislander Online
Skilled Skinner
Posts: 1,155
Joined: Jun 2009
Reputation: 20
Post: #117
Yep, this thread Confluence Lite Mod, all are welcome to ask for stuff, doesn't always get added though - trick is to get one of us interested Smile

Noli illegitimi carborundum
find quote
CMBX789 Offline
Junior Member
Posts: 3
Joined: Feb 2013
Reputation: 0
Post: #118
Its my first post here:
Sorry for the silly question but from where I can download this modified skin. I am using Frodo 12.
TX
(This post was last modified: 2013-02-06 07:21 by CMBX789.)
find quote
Mudislander Online
Skilled Skinner
Posts: 1,155
Joined: Jun 2009
Reputation: 20
Post: #119
The Confluence Lite Mod has evolved into Hybrid for Frodo

Noli illegitimi carborundum
find quote
Post Reply