[MOD] zwatvision mods

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #11
Flomaster Wrote:do you need to specify the skin or will leaving ti black refresh the current skin?

-=Jason=-
current skin
mcborzu Wrote:is that a mix of the new flags or did you redo/make new some of them?
it's the same flags from the other mediaprogram just without background. and the hdtv and d-theater flag someone else made and posted here. (i forget names easily). did some changes on the aspect flags to combine square with common aspectratio (4:3 instead of 1,33:1) and the official 1080p and 720p icons. made a 3d and sd flag. think that is all i did extra.

Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
find quote
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #12
slopokdave Wrote:Hello, first thank you for the excellent looking flags.

How do I get the proper flags to show up? I am using BDMV format... so Movies/Title/BDMV structure. Is it pulling info from the folder names? .nfo files? My dolby truehd movies are showing the correct flags for example, but DTS HD are not. Thanks again.

to use my flags u need to use my includescodecflagging cause of my filenames. it pulls info from the file so the path have nothing to do with it. i don't have any sources that are dts-hd so no idea what it outputs. my code looks for dtsma and 6 channels so that might be a problem?

Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
find quote
slopokdave Offline
Junior Member
Posts: 26
Joined: Sep 2010
Reputation: 0
Post: #13
I am using your includescodecflagging file.

So it pulls the information directly from the file, the m2ts file in my example?

An example of this is Avatar; it shows no audio codec (nor Studio) for Avatar.
find quote
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #14
i don't know much about this output stuff but try to press o when playing the avatar movie and check the what the first line says. come to think about it i had some issue with some audio flags. i'm gonna see if i can find what was not working. some studios show other don't think it needs exact same name on file and studio label-

Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
find quote
slopokdave Offline
Junior Member
Posts: 26
Joined: Sep 2010
Reputation: 0
Post: #15
zwat Wrote:i don't know much about this output stuff but try to press o when playing the avatar movie and check the what the first line says. come to think about it i had some issue with some audio flags. i'm gonna see if i can find what was not working. some studios show other don't think it needs exact same name on file and studio label-

I am using Total Media Theater 3 to play my movies, so I assume you mean to press "O" as if I was playing the movies straight from XBMC. Sorry.
find quote
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #16
ohh yea only way i know how to find what codec is used.

Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
find quote
ValiantXI Offline
Member
Posts: 56
Joined: Mar 2010
Reputation: 0
Location: Charleston, SC
Post: #17
Can you hightlight the area in the XML where you have info to show the studio flags? I cannot get the studio flag to show up.
find quote
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #18
Code:
<control type="image">
                        <description>imax Image hack</description>
                        <include>flagsize</include>
                        <texture>extras/Studios/imax.png</texture>
                        <visible>substring(ListItem.FilenameAndPath,imax)</visible>
                </control>
                <control type="image">
                        <description>studio Image hack</description>
                        <include>flagsize</include>
                        <texture>$INFO[ListItem.Studio,extras/Studios/,.png]</texture>
                        <visible>![substring(ListItem.FilenameAndPath,imax) + substring(ListItem.Studio,imax)]</visible>
                </control>
        </include>
        <include name="AudioCodecFlaggingConditions_grey">

i only did it for grey flags since the default flags that follows the skin has background

Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
find quote
Post Reply