Studio Flags In Movies
#1
Hi McBorzu,
is there any way to get studioflags .... any way to include an option in the skin settings for changing between different media/studio flags .. e.g recent color ones or black/white ones or custom
Reply
#2
could be done. but maybe easier to just put the flags u want in the extras folder.
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
Reply
#3
LOL ! Thanks for that Zwat. so if I can get hold of studioflag collection just put them in the extra folder and thats it.
but would that be worthwhile considering different styles of flags and the option to switch between them natively in the skin ?
Reply
#4
the studioflags do follow the skin by default. they are just not called for in the different views. they should be in the extras folder. are u using git or xbmc addons version of this skin?
if mcborzu want them both as monochrome and color he could implement it. so far it's monochrome studioflags that are worked on by the xbmc team. only know jsm00thie is working on studioflags with color.
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
Reply
#5
I am using addon version of this skin on dharma beta 2. Thanks for answering the Q's.
Reply
#6
ok i would recommend the git version. then u will get folders with all the flags and texture and u can change the flags u want. the addon version has everything in a file called texture.xbt
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
Reply
#7
sorry I do have the git version.. as I cannot find any texture.xbt anywhere
Reply
#8
@zwat

I added monochrome flags and had to change the code so now all flag code is at top of includes.xml

PHP Code:
<include name="color_flags">
        <include>
VideoCodecFlaggingConditions</include>
        <include>
AudioCodecFlaggingConditions</include>
        <include>
AspectCodecFlaggingConditions</include>
        <include>
VideoTypeHackFlaggingConditions</include>
    </include>
    <include 
name="grey_flags">
        <include>
VideoCodecFlaggingConditions_grey</include>
        <include>
AudioCodecFlaggingConditions_grey</include>
        <include>
AspectCodecFlaggingConditions_grey</include>
        <include>
VideoTypeHackFlaggingConditions_grey</include>
    </include> 

Which makes modding studio flags easier as now you just change this block instead each view, one by one....
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#9
shaktoo: what os? the addons version is usually located in hidden folders in the doc\settings or user folder. not sure where it is on mac\linux
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
Reply
#10
mcborzu Wrote:@zwat

I added monochrome flags and had to change the code so now all flag code is at top of includes.xml

PHP Code:
<include name="color_flags">
        <include>
VideoCodecFlaggingConditions</include>
        <include>
AudioCodecFlaggingConditions</include>
        <include>
AspectCodecFlaggingConditions</include>
        <include>
VideoTypeHackFlaggingConditions</include>
    </include>
    <include 
name="grey_flags">
        <include>
VideoCodecFlaggingConditions_grey</include>
        <include>
AudioCodecFlaggingConditions_grey</include>
        <include>
AspectCodecFlaggingConditions_grey</include>
        <include>
VideoTypeHackFlaggingConditions_grey</include>
    </include> 

Which makes modding studio flags easier as now you just change this block instead each view, one by one....

awesome. also need a new\bigger includecodecflag.xml for the different path of grey and color. maybe u can use my idea with the flagsize code for setting\changing size on flags on one place instead of doing it for every flag. maybe rename Studios folder to studios if linux is picky on case.
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
Reply
#11
zwat i am on win 7 ultimate x86
Reply
#12
C:\Users\useraccount\AppData\Roaming\XBMC\addons\skin.night
i would delete this folder and do a git clone on
c:\prog\xbmc\addons\skin.night
i do it in another folder than program files after bad experience on vista with their security. if it's needed i don't know, but at least i have full control of the folder security. other may say if this is needed.
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
Reply
#13
maybe just me but i dont see any movie studio flags
Reply
#14
if u use mcborzu's includecodecflagging file it does not call for studioflags, so u eighter gotta fix that ur self or look at others includecodecflagging files like mine if u do mine u most likely need to dl my monochrome flags or rename ur flags or fix filenames for audio images in code.
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
Reply
#15
zwat Wrote:if u use mcborzu's includecodecflagging file it does not call for studioflags, so u eighter gotta fix that ur self or look at others includecodecflagging files like mine if u do mine u most likely need to dl my monochrome flags or rename ur flags or fix filenames for audio images in code.

thanks for ur info zwat but thats just confusing me Big Grin i appreciate it and ill try to figure it out later but again thanks for the info Tongue.
Reply

Logout Mark Read Team Forum Stats Members Help
Studio Flags In Movies0