INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Help!!! Expressions and Conditional Paths  (Read 914 times)

nymaestro

  • Recent member
  • *
  • Posts: 19
Help!!! Expressions and Conditional Paths
« on: May 09, 2006, 04:13:27 pm »

I need to setup conditional file paths in the "Rename File from Properties" function based on the "Genre" tag.  Can anyone help me?

Thanks!

Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8977
Re: Help!!! Expressions and Conditional Paths
« Reply #1 on: May 09, 2006, 04:21:18 pm »

:D

what's the conditions?

nymaestro

  • Recent member
  • *
  • Posts: 19
Re: Help!!! Expressions and Conditional Paths
« Reply #2 on: May 09, 2006, 04:27:45 pm »

If "Genre" = "Classical" then \Tag1\Tag2\Tag3\Tag4\Tag5
ElseIf "Genre" = "Jazz" then \Tag1\Tag3\Tag5
Else \Tag1\Tag4\Tag6

...or something like that...
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8977
Re: Help!!! Expressions and Conditional Paths
« Reply #3 on: May 09, 2006, 04:40:18 pm »

this should work:

if(isequal([genre],classical,1),enter classical path between these commas,if(isequal([genre],jazz,1),enter jazz path between these commas,enter the path for all other genres here))


replace the blue bits with you paths.

nymaestro

  • Recent member
  • *
  • Posts: 19
Re: Help!!! Expressions and Conditional Paths
« Reply #4 on: May 09, 2006, 04:55:28 pm »

THANK YOU!!!!
Logged
Pages: [1]   Go Up