Director's Cut/Extended Cut
#1
I was wondering how hard/easy it would be to edit a skin to show an additional image when the folder name(or title) matches any of the following: Director's Cut / Extended Cut / Unrated Cut. I know how to pull from a folder of images, I just don't know if what I asked is possible....Huh Huh Huh
Reply
#2
Code:
<visible>SubString(ListItem.FileNameAndPath,Director's Cut) | SubString(ListItem.FileNameAndPath,Extended Cut) | SubString(ListItem.FileNameAndPath,Unrated Cut)</visible>
Reply
#3
Awesome, will give it a shot here in a little bit!

*EDIT* Tried it out and it works beautifully! Thank you so much for this!
Reply

Logout Mark Read Team Forum Stats Members Help
Director's Cut/Extended Cut0