2009-05-02, 06:49
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
2009-05-02, 06:49
2009-05-02, 07:06
2009-05-02, 10:50
scrolling Wrote:I found these and resized them.
Scrolling, the problem is we can only use one colour. So, it's best to convert the images to white-on-transparent before resizing - it gives the best effects.
We already have Peace Arch, but the rest of your proposals are fine, I'll see to them.
Cheers
2009-05-02, 11:10
An update to the pack:
Added: Studio flags up to date
Fixed: Fox to work with Fox Searchlight
Added: Pixar studio flag
Fixed: Disney to work with Pixar
Added: DC studio flag
Added: Ogg and Flac audio flags
Added: Support for krypt2nite's TV flags
Note: The TV flag mod is optional, no other flags will be affected by it
Note: I haven't tried out the TV flags, as there is a problem with the TV show NFO's on my harddrive
Download
For krypt2nite's TV show flag mod just replace your Viewtype_Multiplex.xml with this Download
I'll try this mod out later, when I've fixed my TV show NFOs.
Added: Studio flags up to date
Fixed: Fox to work with Fox Searchlight
Added: Pixar studio flag
Fixed: Disney to work with Pixar
Added: DC studio flag
Added: Ogg and Flac audio flags
Added: Support for krypt2nite's TV flags
Note: The TV flag mod is optional, no other flags will be affected by it
Note: I haven't tried out the TV flags, as there is a problem with the TV show NFO's on my harddrive
Download
For krypt2nite's TV show flag mod just replace your Viewtype_Multiplex.xml with this Download
I'll try this mod out later, when I've fixed my TV show NFOs.
2009-05-02, 12:30
Sorry guys the last one I put up didn't work with the TV show flags.
Now I have it working I am quite impressed with it, so I will include the mod in my pack.
Fixed: Included all of the TV studio flags
Fixed: Includes_Mediaflags.xml so all TV flags show
Added: Viewtype_Multiplex.xml for TV show flag support
Fixed: Audio flags in TV shows
Fixed: ABC/A&E Overlaying in TV Shows
Note: If you do not wish to use the TV show flags don't copy/overwrite Viewtype_Multiplex.xml
Download
Now I have it working I am quite impressed with it, so I will include the mod in my pack.
Fixed: Included all of the TV studio flags
Fixed: Includes_Mediaflags.xml so all TV flags show
Added: Viewtype_Multiplex.xml for TV show flag support
Fixed: Audio flags in TV shows
Fixed: ABC/A&E Overlaying in TV Shows
Note: If you do not wish to use the TV show flags don't copy/overwrite Viewtype_Multiplex.xml
Download
2009-05-02, 14:00
Heres a pack of white pngs
http://www.mediafire.com/file/2nwy4ouzmkw/flags.rar
http://www.mediafire.com/file/2nwy4ouzmkw/flags.rar
2009-05-02, 15:03
2009-05-02, 15:04
Sranshaft Wrote:Damn, I wish I would have seen that before lol I spent an afternoon making all of them myself. Good idea on assigning a number to the studio but where does MiP put that info? I had to mod the Aeon to check for show titles to assign the icon (I got the code seed from Djh in one of his commits). Not exactly the hardest thing to do but it's not entirely streamlined.
LOL...yeah. What's funnier is that I've been trying to tell you guys that these have been in existence for quite some time now.
Show titles? That was actually my initial approach, until I realized it would be downright maddening to try to account for every television network, let alone every single show under every single network.

On show level, MIP writes the numeric value to Listitem.rating. On episode level, it's the director tag (which has a lot of info)
Code:
<director>Fuminori Kizaki / netSpike TV / / / SDp / XVID / MPEG Audio / 2ch / eng</director>
Due to the fact that network names could throw false positives, we decided to append every one with the prefix (net), meaning all your searches can be like (substring(listitem.director, netABC)). Although i'd probably just recommend you start with the code from serenity and go from there, as all the definitions should be right on.
As you can see, it also uses the same info about resolution/channel/codec etc...
Imaginos Wrote:Heres a pack of white pngs
http://www.mediafire.com/file/2nwy4ouzmkw/flags.rar
But I just did that!

2009-05-02, 15:29
2009-05-02, 15:49
Only One Haze Wrote:DH...question about the Weinstein logo from your site..it appears to be too tall, and maybe not white?
thanks again for your help everything else is wonderful!!
are you using a 4:3 screen, that's probably why it appears stretched
2009-05-02, 15:51
its 16:9, and its the only one that has any "trouble"
2009-05-02, 16:11
2009-05-02, 16:12
Only One Haze Wrote:its 16:9, and its the only one that has any "trouble"
1024x768 is a 4:3 ratio.
If your screen supports 16:9 you should be using a proper resolution like 1280x720... that's why everything looks too tall.
2009-05-02, 16:14
hikaricore Wrote:1024x768 is a 4:3 ratio.
If your screen supports 16:9 you should be using a proper resolution like 1280x720... that's why everything looks too tall.
The weinstein logo was genuinely screwed up. 120x60 or something like that...see my previous post.
2009-05-02, 16:15
We posted less than a minute apart. :p Your post didn't exist as I was replying.