INTERACT FORUM

More => Old Versions => Media Center 17 => Topic started by: 666JackTheKnife666 on September 07, 2012, 10:52:51 pm

Title: Range expression.
Post by: 666JackTheKnife666 on September 07, 2012, 10:52:51 pm
For a different issue that I have already posted about I started poking around the expression wiki to see what I could find out about proper syntax for expressions when I came across a new expression to me.

Range looks interesting can I do this with it ?

if(iSrange(left([filename],3),0-999),yes it is,no it's not)

What happens if the first 3 characters of a file name is abc ?

My mp3 player does not cue by track# only by file name and some of my track's have the track number all ready and some don't.
the above expression could really help if it works properly.
Title: Re: Range expression.
Post by: MrC on September 08, 2012, 01:26:30 am
Sorry, can you clarify. Are you just trying to distinguish between track names that appear to begin with track numbers vs. those that don't?  E.g.

  1 Concierto de Aranjuez (Adagio)

  Saeta

If so, what would you expect should happen with tracks such as:

  2 Degrees East, Two Degrees West

which is actually track 3?