INTERACT FORUM

More => Old Versions => Media Center 13 (Development Ended) => Topic started by: 666JackTheKnife666 on March 25, 2009, 05:03:13 am

Title: Directory structure question
Post by: 666JackTheKnife666 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.
Title: Re: Directory structure question
Post by: JimH 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.
Title: Re: Directory structure question
Post by: marko 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