INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: risingdamp on March 26, 2005, 07:39:05 am

Title: Expression evaluator question
Post by: risingdamp on March 26, 2005, 07:39:05 am
There is a problem with iPOD transfer at the moment which means you have to identify and rename files where the filename is more than 31 char as discussed in this thread (http://yabb.jriver.com/interact/index.php?topic=25671.0).  Is there a smartlist rule that will identify such files?
Title: Re: Expression evaluator question
Post by: risingdamp on March 26, 2005, 08:30:27 am
Well this is one I managed to solve myself after a bit of thinking.  Here's the answer:

Quote
Create a view scheme with an advanced expression using this rule:

If(IsEqual([Filename (Name)], Mid([Filename (Name)],0,31), 1),OK,Too long)