- Thread starter
- Moderator
- #541
It's on my list.How about FanartTV?![]()
It's on my list.How about FanartTV?![]()
Germany
I will add a localised skin property in next build.Quick Question: I'm trying to use #TVSeries.Artwork.Type in a label in my skin-file, but all I'm getting is the not localized version like 'SeriesPoster' (no space between 'Series' and 'Poster' and not localized to the string in either en-us.xml or my language). Do I have to specify the translation in the skin-file as well? I tried #(L(#TVSeries.Artwork.Type)), but that only resulted in an error (probably because MPTVSeries uses its own translation system/file?). I'm no expert and only modify skins by trial and error, so I'm not really sure how the translation system works.
Germany
I will add a localised skin property in next build.
<include condition="#(eq(#TVSeries.Artwork.Type,'SeriesPoster'))">TVSeries.ArtworkChooser.Poster.xml</include>
<include condition="#(eq(#TVSeries.Artwork.Type,'SeasonPoster'))">TVSeries.ArtworkChooser.Poster.xml</include>
<include condition="#(eq(#TVSeries.Artwork.Type,'SeriesFanart'))">TVSeries.ArtworkChooser.Fanart.xml</include>
<include condition="#(eq(#TVSeries.Artwork.Type,'SeriesBanner'))">TVSeries.ArtworkChooser.Banner.xml</include>