Page 1 of 1
Confluence full screen
Posted: Wed Nov 21, 2012 12:47 pm
by AwesomeNurd
Hi, I was wondering how to make the Divx logo show up in full screen mode using Confulence skin of course, I don't like the gap between 720 and MP3n the Xvid tag shows up without any problem, I took a look at VideoFullScreen.xml but I didn't know what I have to change.
Thanks.

Re: Confluence full screen
Posted: Wed Nov 21, 2012 2:24 pm
by xbs
Are you using DVDPlayer?
Does it show when playing other Divx files?
With 496 of free mem probably there's no room for an extra texture...
Re: Confluence full screen
Posted: Wed Nov 21, 2012 5:31 pm
by AwesomeNurd
I tried with another Divx file and it doesn't show up even with 1mb or 2mb free memory.
I don't know if changing something here would make it show up.
Code: Select all
</control>
<control type="image" id="1">
<description>Common Codec Image</description>
<width>80</width>
<height>35</height>
<aspectratio align="left">keep</aspectratio>
<texture>$INFO[VideoPlayer.VideoCodec,flagging/video/,.png]</texture>
<!-- Don't show if its one of the 500 divx codecs -->
<visible>![substring(VideoPlayer.VideoCodec,div,left) | stringcompare(ListItem.VideoCodec,dx50)]</visible>
</control>
<control type="image" id="1">
<description>Divx Codec Image</description>
<width>80</width>
<height>35</height>
<aspectratio align="left">keep</aspectratio>
<texture>$INFO[VideoPlayer.VideoCodec,flagging/video/divx.png]</texture>
<visible>[substring(VideoPlayer.VideoCodec,div,left) | stringcompare(ListItem.VideoCodec,dx50)]</visible>
</control>
Re: Confluence full screen
Posted: Wed Nov 21, 2012 5:37 pm
by xbs
Have you tried DVDPlayer?
Re: Confluence full screen
Posted: Wed Nov 21, 2012 5:43 pm
by AwesomeNurd
It's running on DVDplayer, Mplayer doesn't show any information anyway

Only the movie cover and the seek bar
Re: Confluence full screen
Posted: Wed Nov 21, 2012 5:47 pm
by xbs
Hmm I'll take a look at it asap.
Re: Confluence full screen
Posted: Wed Nov 21, 2012 5:49 pm
by AwesomeNurd
Thanks buddy

Re: Confluence full screen
Posted: Wed Nov 21, 2012 6:06 pm
by Spongy
xbs wrote:Hmm I'll take a look at it asap.
It's not just full screen. I have no divx icons when browsing movies either.
Re: Confluence full screen
Posted: Wed Nov 21, 2012 7:29 pm
by xbs
Spongy wrote:xbs wrote:Hmm I'll take a look at it asap.
It's not just full screen. I have no divx icons when browsing movies either.
Play the video once with dvdplayer.
Its showing here couldnt test fullscreen yet.
Re: Confluence full screen
Posted: Wed Nov 21, 2012 9:48 pm
by xbs
Try changing
Code: Select all
stringcompare(ListItem.VideoCodec,dx50)
to
Code: Select all
stringcompare(VideoPlayer.VideoCodec,dx50)
and see if it fixes it.
Re: Confluence full screen
Posted: Thu Nov 22, 2012 12:38 am
by AwesomeNurd
Nope, it's not that important anyway

I can survive

Re: Confluence full screen
Posted: Thu Nov 22, 2012 1:32 pm
by xbs
Hopefully fixed in SVN
31601
Thanks for reporting the issue.
Keep them coming

Re: Confluence full screen
Posted: Thu Nov 22, 2012 7:43 pm
by AwesomeNurd
There is sth I forgot to tell you, when playing a 720p divx or xvix video using Confluence or Confluence Lite skin, the sound is gone in the last 10-20% of the movie...
I don't know if it's a free mem related but the free mem was around 3-4mb
Re: Confluence full screen
Posted: Thu Nov 22, 2012 7:47 pm
by xbs
That's probably not skin related but xbmc4xbox.
Re: Confluence full screen
Posted: Thu Nov 22, 2012 7:52 pm
by Spongy
xbs wrote:Hopefully fixed in SVN
31601
That fixed it for me in full screen play back.
But I still don't have any divx icons while browsing.
xbs wrote:Thanks for reporting the issue.
Keep them coming

I've mentioned it before but "Flatten" doesn't work. Is it just me?
Re: Confluence full screen
Posted: Thu Nov 22, 2012 8:12 pm
by AwesomeNurd
@Spongy: For me, when browsing I see the logo (Using Confluence not Confluence Lite)
@xbs: Is it possible to show up these icons on MPlayer ??
Re: Confluence full screen
Posted: Thu Nov 22, 2012 8:47 pm
by xbs
@spongy
Refresh the movie and play it in DVDPlayer and see if it shows after that.
Could explain what's not working?
From the wiki:
"Flatten: Removes the title, genre etc nodes from the library view. Selecting a category takes you straight to the title view."
@LastGeeko
Strange, because the code is the same in Confluence and Confluence Lite.
Nope, mplayer doesn't extract the necessary media info.