2009-04-07, 14:37
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-07, 15:11
Radikaltimes Wrote:HalibuttThanks for that
check this site there are tonssss of logos there
http://www.customcoversdb.com/covers/thu...?album=131
2009-04-07, 23:06
2009-04-08, 05:12
Can anyone make one for Resident Evil Productions?
2009-04-08, 05:25
2009-04-08, 11:48
2009-04-08, 19:26
2009-04-08, 19:28
2009-04-08, 21:48
Here's the XML for the newest ones (since the last XML post)
edit: there is already a tristar logo.
Code:
<control type="image" id="81">
<include>Furniture_ShowcaseMediaFlagsVars</include>
<texture>flags/nuimage.png</texture>
<visible>substring(listitem.studio,Nuimage)</visible>
</control>
<control type="image" id="81">
<include>Furniture_ShowcaseMediaFlagsVars</include>
<texture>flags/millenium.png</texture>
<visible>substring(listitem.studio,Millenium)</visible>
</control>
<control type="image" id="81">
<include>Furniture_ShowcaseMediaFlagsVars</include>
<texture>flags/constantin.png</texture>
<visible>substring(listitem.studio,Constantin)</visible>
</control>
<control type="image" id="81">
<include>Furniture_ShowcaseMediaFlagsVars</include>
<texture>flags/orion.png</texture>
<visible>substring(listitem.studio,Orion)</visible>
</control>
<control type="image" id="81">
<include>Furniture_ShowcaseMediaFlagsVars</include>
<texture>flags/kadr.png</texture>
<visible>substring(listitem.studio,Studio Filmowe Kadr)</visible>
</control>
<control type="image" id="81">
<include>Furniture_ShowcaseMediaFlagsVars</include>
<texture>flags/eurimages.png</texture>
<visible>substring(listitem.studio,EurImages)</visible>
</control>
<control type="image" id="81">
<include>Furniture_ShowcaseMediaFlagsVars</include>
<texture>flags/magnolia.png</texture>
<visible>substring(listitem.studio,Magnolia)</visible>
</control>
<control type="image" id="81">
<include>Furniture_ShowcaseMediaFlagsVars</include>
<texture>flags/wdr.png</texture>
<visible>substring(listitem.studio,WDR)</visible>
</control>
<control type="image" id="81">
<include>Furniture_ShowcaseMediaFlagsVars</include>
<texture>flags/legendary.png</texture>
<visible>substring(listitem.studio,Legendary)</visible>
</control>
<control type="image" id="81">
<include>Furniture_ShowcaseMediaFlagsVars</include>
<texture>flags/celador.png</texture>
<visible>substring(listitem.studio,Celador)</visible>
</control>
<control type="image" id="81">
<include>Furniture_ShowcaseMediaFlagsVars</include>
<texture>flags/abandon.png</texture>
<visible>substring(listitem.studio,Abandon)</visible>
</control>
<control type="image" id="81">
<include>Furniture_ShowcaseMediaFlagsVars</include>
<texture>flags/amblin.png</texture>
<visible>substring(listitem.studio,Amblin)</visible>
</control>
edit: there is already a tristar logo.
2009-04-08, 23:16
2009-04-09, 01:31
RE:xml
You need to change/add tags twice in the file.
Furniture_ShowcaseMediaFlagsVars and Furniture_PanelMediaFlagsVars
You need to change/add tags twice in the file.
Furniture_ShowcaseMediaFlagsVars and Furniture_PanelMediaFlagsVars
2009-04-09, 06:08
**Wow Search FAIL, Apparently searching for Europa didn't return this topic, that I had ironically posted in... *facepalm* oh well.
In other thought, which is correct, white or black images?
I also threw together a small script that could be used to keep track of all of these rather than a forum post, it's just an idea:
http://www.fernferret.com/xbmc/mediaflags/
It has the one I made on it.
--FF
Presuming other others don't have a problem with it, i'll start adding more as they appear here, and eventually add a user add button.
In other thought, which is correct, white or black images?
I also threw together a small script that could be used to keep track of all of these rather than a forum post, it's just an idea:
http://www.fernferret.com/xbmc/mediaflags/
It has the one I made on it.
--FF
Presuming other others don't have a problem with it, i'll start adding more as they appear here, and eventually add a user add button.
2009-04-09, 07:13
FernFerret Wrote:In other thought, which is correct, white or black images?Both work just the same way. All is fine as long as they are monochromatic. And the black ones are better in that they can be posted on a forum - and be seen against a white background.
Quote:I also threw together a small script that could be used to keep track of all of these rather than a forum post, it's just an idea:Errr... what does it do? I feel it has some great potential, but not sure where...
http://www.fernferret.com/xbmc/mediaflags/
Cheers
2009-04-09, 07:31
haha i've been messing with it for a bit, as in now it actually has more than one image, I have added a add page for users to upload (not enabled, i dont have captcha on it yet
)
Basically right now it's too tough, I feel to find these images in a forum. I could totally see this thread used for requests, then they all get posted to this script for all to download.
Eventually (next week) I hope to have something like a checkbox system, for example:
You need image X,Y,S,P,T but none others, so with some clever ajax magic, you check boxes next to those images, and a single zip file is presented to you with all the images you requested, and the xml in 2 seperate files. Another option would be to upload your current xml file, and have the script modify it.
Thoughts?
Also, maybe i'll but a b/w tag in the xml file so the script can handle either black or white images (i'll actually do that now)
--FF

Basically right now it's too tough, I feel to find these images in a forum. I could totally see this thread used for requests, then they all get posted to this script for all to download.
Eventually (next week) I hope to have something like a checkbox system, for example:
You need image X,Y,S,P,T but none others, so with some clever ajax magic, you check boxes next to those images, and a single zip file is presented to you with all the images you requested, and the xml in 2 seperate files. Another option would be to upload your current xml file, and have the script modify it.
Thoughts?
Also, maybe i'll but a b/w tag in the xml file so the script can handle either black or white images (i'll actually do that now)
--FF
2009-04-09, 07:38
The idea seems nice, though downloading a single zip from the forum seems like a better option, as it's pretty much a one-size-fits-all solution: you don't have to pick the flags you think you might need - all are there, including the ones you don't know yet you'll need.
As to black versus white images, both are fine and both work exactly the same. IMHO there's absolutely no difference for end-user, so there's really no need to use the white version anywhere.
Cheers
As to black versus white images, both are fine and both work exactly the same. IMHO there's absolutely no difference for end-user, so there's really no need to use the white version anywhere.
Cheers