XBMC Community Forum
Film studio Flag Icons - Post new ones here! - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Artwork packs (/forumdisplay.php?fid=71)
+---- Thread: Film studio Flag Icons - Post new ones here! (/showthread.php?tid=48315)



- stoplis - 2009-04-30 13:36

I've been following this thread for a while now and I think the work you guys are doing is great.
Since Auriga I know some people have being having problems with getting these to work, I have not got it all working fine, so I thought I would upload it so everyone can enjoy.

Works with Auriga (29th April 2009)
Changed: All studio flags are now white
Changed: Includes_Mediaflags.xml shows studio flags in both Multiplex and Showcase
Added: AAC audio flag and reference, works in both Multiplex and Showcase
Added: Weinstein Company studio flag
Fixed: Sweedish Film Institute interfering with Lucasfilms


http://rapidshare.com/files/227439535/MediaFlags.zip

I hope this helps a few people until Auriga development slows down and FernFerret can adapt his scripts.

I have a couple of requests though, could people start adding the film flags in white to FernFerrets web site and could someone please create a flag for 'The Wild Bunch' (for the film The Wrestler).


- jondr13 - 2009-04-30 13:45

FernFerret Wrote:I may be able to generate one from my script, i think that's what your pm was about.



Ok i think I understand your correctly:

Current Functionality:

It will either do Dolby Digital or DTS, the EX / ES are not supported. If the string contains dts, then it will show the DTS logo, if the string contains DTS ES, it will show the DTS logo. This personally is good enough for me, but maybe i'm misunderstaning your question.

Also i use XBMC + MFU which currently only supports DTS/AC-3, so I guess you could make new flags, and make new tags, and then it would work, but maybe i'm not understanding you correctly.

--FF

Sorry didnt mean to confuse you.

For example: If I have a Blu-ray movie that is DTS Master Audio (DTS MA) or Dolby True HD, I would like for those icons to show up just like DTS or Dolby Digital does. If your not sure what the logo's look like, they can be found on Dolby's and DTS websites.

I dont know if they are supported as of yet or, if they are, what I need to put in Media Info Plus to get them to show up.

Thanks again


- stoplis - 2009-04-30 13:59

The problem with this is that if you did add Dolby True HD and DTS Master Audio as media flags when XBMC scans nfo for the film it will pick up the like this:
'DTS' Master Audio
'DTS Master Audio'
meaning that it will try to show both flags in the same place, giving a horrid overlap.
The only solution I can think of off the top of my head would be to reduce the size of the DTS logo and put it slightly to the lefthand side. Save it as DTS.png and the add the MA to the right hand side, leaving the DTS in the same position. Save this as DTSMA.png
Then when XMBC overlays the two images you would never know as the bits that say DTS will be perfectly matched.

I'll give it a go and see if it works.


- redtapemedia - 2009-04-30 14:06

stoplis Wrote:The problem with this is that if you did add Dolby True HD and DTS Master Audio as media flags when XBMC scans nfo for the film it will pick up the like this:
'DTS' Master Audio
'DTS Master Audio'
meaning that it will try to show both flags in the same place, giving a horrid overlap.
The only solution I can think of off the top of my head would be to reduce the size of the DTS logo and put it slightly to the lefthand side. Save it as DTS.png and the add the MA to the right hand side, leaving the DTS in the same position. Save this as DTSMA.png
Then when XBMC overlays the two images you would never know as the bits that say DTS will be perfectly matched.

I'll give it a go and see if it works.

You can use and ("+"), or ("|") and not ("!") statements so have if "DTS" and not "DTS Master Audio" you know it is just "DTS" and so on.


- jondr13 - 2009-04-30 14:36

stoplis Wrote:The problem with this is that if you did add Dolby True HD and DTS Master Audio as media flags when XBMC scans nfo for the film it will pick up the like this:
'DTS' Master Audio
'DTS Master Audio'
meaning that it will try to show both flags in the same place, giving a horrid overlap.
The only solution I can think of off the top of my head would be to reduce the size of the DTS logo and put it slightly to the lefthand side. Save it as DTS.png and the add the MA to the right hand side, leaving the DTS in the same position. Save this as DTSMA.png
Then when XBMC overlays the two images you would never know as the bits that say DTS will be perfectly matched.

I'll give it a go and see if it works.

Thanks for the help and let me know if it works.

As an example of the logos Im looking for check out the following:

DTS-HD Master Audio - http://en.wikipedia.org/wiki/File:DTS-HD-MA.svg
Dolby True HD - http://en.wikipedia.org/wiki/File:Dolby_TrueHD.svg

Thanks again


- stoplis - 2009-04-30 14:37

So which symbol would I need to just give DTS?
What is the file type for DoblyTrueHD? Is it eac-3?

This is what I've done with what I know:

DTS

DTS Master Audio


http://rapidshare.com/files/227507550/HD_Audio.zip

You would have to change the nfo for the films so DTS master audio read 'DTSMA' and DolbyTrueHD said 'DolbyTrueHD'.
It works and it doesn't look bad, but seeing as I don't have and films with these I wont be using it.


- digitalhigh - 2009-04-30 14:38

redtapemedia Wrote:You can use and ("+"), or ("|") and not ("!") statements so have if "DTS" and not "DTS Master Audio" you know it is just "DTS" and so on.

Proper syntax would be

For the MA tag

Code:
<visible>substring(listitem.studio(DTS) + [substring (listitem.studio, Master Audio) | substring(listitem.studio,MA)]</visible>

For the Regular Tag

Code:
<visible>substring(listitem.studio(DTS) + ![substring (listitem.studio, Master Audio) | substring(listitem.studio,MA)]</visible>



- stoplis - 2009-04-30 14:42

Thanks digitalhigh, if this works I may as well add it to my files.

Just tried that, it didn't work. Nothing would show for either DTS or DTSMA. Any ideas?


- FernFerret - 2009-04-30 14:49

Hell is upon me right now, maybe some changes along with a working verison of the script this weekend...

stoplis: Thank you for throwing up a working version

--FF


- digitalhigh - 2009-04-30 14:59

stoplis Wrote:Thanks digitalhigh, if this works I may as well add it to my files.

Just tried that, it didn't work. Nothing would show for either DTS or DTSMA. Any ideas?

Hey, I just noticed I accidentally left a space between "listitem.studio," and MA. Delete those spaces and try again.