INTERACT FORUM

Please login or register.

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

Author Topic: Directory structure question  (Read 1290 times)

666JackTheKnife666

  • World Citizen
  • ***
  • Posts: 150
Directory structure question
« on: March 25, 2009, 05:03:13 am »

I have a large music and audio book collection.
I need to setup diffrent filename and directory structure keyed to the genre of the file.

ie if that audio file has a genre of "Audio Book" then do x with it.

I can't seem to find a way to do this.. any help would be appreciated.
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71350
  • Where did I put my teeth?
Re: Directory structure question
« Reply #1 on: March 25, 2009, 07:02:21 am »

Right click on any file and choose Library Tools/Rename, Move and Copy.  This tool can move your files according to rules if the Directory box is checked.

Try a few before you do very many.
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8939
Re: Directory structure question
« Reply #2 on: March 25, 2009, 01:38:08 pm »

Quote
ie if that audio file has a genre of "Audio Book" then do x with it

Having located the tool Jim mentions, you would need to use database expressions in the directory field...

if(isequal([genre],Audio Book,1),enter audio book path here,enter music path here)

-marko
Pages: [1]   Go Up