Confluence full screen

Discussion and development of skins for XBMC4XBOX
Post Reply
User avatar
AwesomeNurd
Posts: 332
Joined: Mon Jul 30, 2012 3:01 pm
Location: London, United Kingdom
Has thanked: 22 times
Been thanked: 10 times

Confluence full screen

Post 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.

Image
User avatar
xbs
Posts: 292
Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times

Re: Confluence full screen

Post 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...
Skins: SLik JX720 MS_Redux Mosaic
Utils: HeXEn
github.com/xbs08/
User avatar
AwesomeNurd
Posts: 332
Joined: Mon Jul 30, 2012 3:01 pm
Location: London, United Kingdom
Has thanked: 22 times
Been thanked: 10 times

Re: Confluence full screen

Post 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>
User avatar
xbs
Posts: 292
Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times

Re: Confluence full screen

Post by xbs »

Have you tried DVDPlayer?
Skins: SLik JX720 MS_Redux Mosaic
Utils: HeXEn
github.com/xbs08/
User avatar
AwesomeNurd
Posts: 332
Joined: Mon Jul 30, 2012 3:01 pm
Location: London, United Kingdom
Has thanked: 22 times
Been thanked: 10 times

Re: Confluence full screen

Post by AwesomeNurd »

It's running on DVDplayer, Mplayer doesn't show any information anyway :) Only the movie cover and the seek bar
User avatar
xbs
Posts: 292
Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times

Re: Confluence full screen

Post by xbs »

Hmm I'll take a look at it asap.
Skins: SLik JX720 MS_Redux Mosaic
Utils: HeXEn
github.com/xbs08/
User avatar
AwesomeNurd
Posts: 332
Joined: Mon Jul 30, 2012 3:01 pm
Location: London, United Kingdom
Has thanked: 22 times
Been thanked: 10 times

Re: Confluence full screen

Post by AwesomeNurd »

Thanks buddy ;)
User avatar
Spongy
Posts: 97
Joined: Sun Jul 08, 2012 5:11 am
Has thanked: 16 times
Been thanked: 18 times

Re: Confluence full screen

Post 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.
User avatar
xbs
Posts: 292
Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times

Re: Confluence full screen

Post 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.
Skins: SLik JX720 MS_Redux Mosaic
Utils: HeXEn
github.com/xbs08/
User avatar
xbs
Posts: 292
Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times

Re: Confluence full screen

Post 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.
Skins: SLik JX720 MS_Redux Mosaic
Utils: HeXEn
github.com/xbs08/
User avatar
AwesomeNurd
Posts: 332
Joined: Mon Jul 30, 2012 3:01 pm
Location: London, United Kingdom
Has thanked: 22 times
Been thanked: 10 times

Re: Confluence full screen

Post by AwesomeNurd »

Nope, it's not that important anyway :) I can survive :D
User avatar
xbs
Posts: 292
Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times

Re: Confluence full screen

Post by xbs »

Hopefully fixed in SVN 31601 :roll:

Thanks for reporting the issue.
Keep them coming :)
Skins: SLik JX720 MS_Redux Mosaic
Utils: HeXEn
github.com/xbs08/
User avatar
AwesomeNurd
Posts: 332
Joined: Mon Jul 30, 2012 3:01 pm
Location: London, United Kingdom
Has thanked: 22 times
Been thanked: 10 times

Re: Confluence full screen

Post 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
User avatar
xbs
Posts: 292
Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times

Re: Confluence full screen

Post by xbs »

That's probably not skin related but xbmc4xbox.
Skins: SLik JX720 MS_Redux Mosaic
Utils: HeXEn
github.com/xbs08/
User avatar
Spongy
Posts: 97
Joined: Sun Jul 08, 2012 5:11 am
Has thanked: 16 times
Been thanked: 18 times

Re: Confluence full screen

Post by Spongy »

xbs wrote:Hopefully fixed in SVN 31601 :roll:
That fixed it for me in full screen play back.
Image

But I still don't have any divx icons while browsing.
Image

xbs wrote:Thanks for reporting the issue.
Keep them coming :)
I've mentioned it before but "Flatten" doesn't work. Is it just me?
User avatar
AwesomeNurd
Posts: 332
Joined: Mon Jul 30, 2012 3:01 pm
Location: London, United Kingdom
Has thanked: 22 times
Been thanked: 10 times

Re: Confluence full screen

Post 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 ??
User avatar
xbs
Posts: 292
Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times

Re: Confluence full screen

Post 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.
Skins: SLik JX720 MS_Redux Mosaic
Utils: HeXEn
github.com/xbs08/
Post Reply