Discussion and development of skins for XBMC4XBOX
AwesomeNurd
Posts: 332 Joined: Mon Jul 30, 2012 3:01 pm
Location: London, United Kingdom
Has thanked: 22 times
Been thanked: 10 times
Post
by AwesomeNurd » Wed Nov 21, 2012 12:47 pm
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.
xbs
Posts: 292 Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times
Post
by xbs » Wed Nov 21, 2012 2:24 pm
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...
AwesomeNurd
Posts: 332 Joined: Mon Jul 30, 2012 3:01 pm
Location: London, United Kingdom
Has thanked: 22 times
Been thanked: 10 times
Post
by AwesomeNurd » Wed Nov 21, 2012 5:31 pm
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>
xbs
Posts: 292 Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times
Post
by xbs » Wed Nov 21, 2012 5:37 pm
Have you tried DVDPlayer?
AwesomeNurd
Posts: 332 Joined: Mon Jul 30, 2012 3:01 pm
Location: London, United Kingdom
Has thanked: 22 times
Been thanked: 10 times
Post
by AwesomeNurd » Wed Nov 21, 2012 5:43 pm
It's running on DVDplayer, Mplayer doesn't show any information anyway
Only the movie cover and the seek bar
xbs
Posts: 292 Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times
Post
by xbs » Wed Nov 21, 2012 5:47 pm
Hmm I'll take a look at it asap.
Spongy
Posts: 97 Joined: Sun Jul 08, 2012 5:11 am
Has thanked: 16 times
Been thanked: 18 times
Post
by Spongy » Wed Nov 21, 2012 6:06 pm
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.
xbs
Posts: 292 Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times
Post
by xbs » Wed Nov 21, 2012 7:29 pm
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.
xbs
Posts: 292 Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times
Post
by xbs » Wed Nov 21, 2012 9:48 pm
Try changing
Code: Select all
stringcompare(ListItem.VideoCodec,dx50)
to
Code: Select all
stringcompare(VideoPlayer.VideoCodec,dx50)
and see if it fixes it.
AwesomeNurd
Posts: 332 Joined: Mon Jul 30, 2012 3:01 pm
Location: London, United Kingdom
Has thanked: 22 times
Been thanked: 10 times
Post
by AwesomeNurd » Thu Nov 22, 2012 12:38 am
Nope, it's not that important anyway
I can survive
xbs
Posts: 292 Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times
Post
by xbs » Thu Nov 22, 2012 1:32 pm
Hopefully fixed in SVN
31601
Thanks for reporting the issue.
Keep them coming
AwesomeNurd
Posts: 332 Joined: Mon Jul 30, 2012 3:01 pm
Location: London, United Kingdom
Has thanked: 22 times
Been thanked: 10 times
Post
by AwesomeNurd » Thu Nov 22, 2012 7:43 pm
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
xbs
Posts: 292 Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times
Post
by xbs » Thu Nov 22, 2012 7:47 pm
That's probably not skin related but xbmc4xbox.
Spongy
Posts: 97 Joined: Sun Jul 08, 2012 5:11 am
Has thanked: 16 times
Been thanked: 18 times
Post
by Spongy » Thu Nov 22, 2012 7:52 pm
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?
AwesomeNurd
Posts: 332 Joined: Mon Jul 30, 2012 3:01 pm
Location: London, United Kingdom
Has thanked: 22 times
Been thanked: 10 times
Post
by AwesomeNurd » Thu Nov 22, 2012 8:12 pm
@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 ??
xbs
Posts: 292 Joined: Thu Jul 05, 2012 3:22 pm
Location: Portugal
Has thanked: 29 times
Been thanked: 22 times
Post
by xbs » Thu Nov 22, 2012 8:47 pm
@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.