Making a skin use a studio flag from a directory
#1
I'm not a big fan of things like EMM, preferring to keep it all as simple as possible, using the native scraper.

Missing studio flags do annoy me though, so I was looking for away to edit the xml to use a studio flag in a directory instead. Unfortunately I don't know enough about xml, I don't think.

So far, I have changed the xml to reflect this:

Code:
<texture fallback="$INFO[ListItem.Path,,/studio.png]">

But it doesn't work. Sad Is there a way to do this?
Reply
#2
Using a studio flag from a directory is the only way to to it.

<texture fallback="flags/default.png">flags/studios/$INFO[ListItem.Studio,,.png]</texture>

The problem with using the default scrapers is when there is more than one studio available you'll end up with no studio flag, which is why it's better to use a media manager that will only add one studio to the field.
Reply

Logout Mark Read Team Forum Stats Members Help
Making a skin use a studio flag from a directory0