2009-04-23, 11:29
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-04-23, 11:29
2009-04-24, 06:28
2009-04-24, 19:27
2009-04-25, 17:40
i have a few requests, not sure where u guys are getting the images so if u could point me in the right direction i would be glad to help find them.
Storyline Ent.
57th and Irving Productions
Land Films
Condemned Productions
Avnet (The Mighty Ducks Movies, even though i thought they were Disney)
Milshake Films
Elevation Filmworks
MTV Films
MTV Networks
thanks guys! and again point in the right direction and i will gladly help in the search
Storyline Ent.
57th and Irving Productions
Land Films
Condemned Productions
Avnet (The Mighty Ducks Movies, even though i thought they were Disney)
Milshake Films
Elevation Filmworks
MTV Films
MTV Networks
thanks guys! and again point in the right direction and i will gladly help in the search
2009-04-25, 17:46
@FernFerret -
Any word on the Serenity support yet? As soon as you get a working model going, I'm interested in developing a script that will automatically update the skin's studio icons with no interaction required on the part of the user...
But first I need support!
Edit:
Also, the code for studio "Disney" needs to be changed. There's no logical reason that Pixar and Disney should be grouped together in the same category.
Should be:
Any word on the Serenity support yet? As soon as you get a working model going, I'm interested in developing a script that will automatically update the skin's studio icons with no interaction required on the part of the user...
But first I need support!

Edit:
Also, the code for studio "Disney" needs to be changed. There's no logical reason that Pixar and Disney should be grouped together in the same category.
Should be:
Code:
<control type="image">
<include>StudioFlagGutsBig</include>
<texture>studio/disney.png</texture>
<visible>substring(listitem.studio,Disney) + !substring(listitem.studio,Pixar)</visible>
</control>
<control type="image">
<include>StudioFlagGutsBig</include>
<texture>studio/pixar.png</texture>
<visible>substring(listitem.studio,Disney) + substring(listitem.studio,Pixar)</visible>
</control>
2009-04-25, 22:24
The reason they are grouped is because that's the way djh_ had it. all of this can be changed and tweaked.
I'll see about serenity support later today, but wasnt there an issue with image formats? Will i have to have my script add more pixels to the images?
--FF
EDIT: I'll try to get all the images that people have submitted added, It's just a pain right now to add them under your names, and i want to give credit, so they will get added, trust me
I'll see about serenity support later today, but wasnt there an issue with image formats? Will i have to have my script add more pixels to the images?
--FF
EDIT: I'll try to get all the images that people have submitted added, It's just a pain right now to add them under your names, and i want to give credit, so they will get added, trust me

2009-04-26, 07:45
Hi anyone got these flags
Alliance Atlantis / Capitol Films
Thanks
Alliance Atlantis / Capitol Films
Thanks
2009-04-26, 08:19
2009-04-26, 08:54
There will be an update soon, currently there are some problems with the new movie view, and i'm waiting to release this code until that gets done. Those people who have access to submit images can see what i'm talking about.
--FF
--FF
2009-04-26, 12:23
2009-04-26, 17:00
It seems the new Multiplex view has an issue with the studio icons being black as everyone is noticing. Changing them all to white fixes this problem.
I've tried changing / adding a colordiffuse tag to the Multiplex coding but this doesn't help. This looks like the culprit here. They 'are' working. It's just a bit hard to see them as you're displaying black icons on a black / dark gray background.
I know it's not a permanent solution but inverting the colors for now seems to be the only one at the moment.
Hope this helps.
I've tried changing / adding a colordiffuse tag to the Multiplex coding but this doesn't help. This looks like the culprit here. They 'are' working. It's just a bit hard to see them as you're displaying black icons on a black / dark gray background.
I know it's not a permanent solution but inverting the colors for now seems to be the only one at the moment.
Hope this helps.
2009-04-26, 17:04
I've got all white icons...and tv icons.
2009-04-27, 11:36
I thought the xml was being auto updated, although i fetched everything off the site, and now i have no media flags in multiplex? Is the xml still being grabbed from stark rather than auriga?
2009-04-27, 14:11
FernFerret Wrote:There will be an update soon, currently there are some problems with the new movie view, and i'm waiting to release this code until that gets done. Those people who have access to submit images can see what i'm talking about.Yes.
--FF
There is currently a problem, I have removed the bleeding edge version from public viewing. You will know when it is updated to work with Auriga. Please revert back to the xml from djh_ site: (here is the link as of 4/27/09) http://github.com/djh/aeon/blob/79c49855...aFlags.xml
--FF
2009-04-28, 00:29