INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: slipknot on July 22, 2006, 12:01:18 pm
-
It there a way to have Media Center create a directory for the artist letter, then the artist name and then the album name when ripping and converting files? I am unable to find a way in the docs to describe a directory naming system like this.
-
Go to "Tools>Options>File Location>Directory Rule & File Rule.
-
not tested, but, your directory rule should be:
mid([artist])\[artist]\[album]
if that doesn't work, there are other ways...
-
not tested, but, your directory rule should be:
mid([artist])\[artist]\[album]
if that doesn't work, there are other ways...
Thanks, I'll give it a try and let you know.
Is mid() documented? I looked for it in the smartlist area of the docs and I can't find mid().
-
Marko comes through again!
Thanks, the mid() is working perfectly.
I am trying to learn this program instead of just asking without looking around myself.
But where is mid() documented? I'll bet whereever it's documented, there's a lot of useful functions I can use if I only knew they existed!
-
See the Media Center Expression Language section on this page:
http://www.jrmediacenter.com/devzone.html
-
I knew I wanted a substring type function.... Thanks for pointing me to the docs.
Mid(...): Retrieves specified characters from a value.
Value: the value to get characters from
Start: the character to start at (optional: defaults to 0)
Characters: the number of characters to get (-1 returns all) (optional: defaults to 1)
Examples:
Mid(Abba)
Mid(Abba, 0, 2)
Mid([Artist], 3, -1)