Difference between revisions of "Directories Template"

From JRiverWiki
Jump to: navigation, search
Line 1: Line 1:
 
[[File:RMCF-Directories Template-Music Example.png|thumb|right|380px|The Directories Template with a basic setup for music files on Mac OSX.]]
 
[[File:RMCF-Directories Template-Music Example.png|thumb|right|380px|The Directories Template with a basic setup for music files on Mac OSX.]]
 +
{{See also|Rename, Move, and Copy Files}}
  
{{See also|Rename, Move, and Copy Files}}
 
 
The Directories Template is used to set the base path and directories used to store your files.  You set a '''Base Path''' that will be used for all files selected in the tool (this would typically contain the disk letter or volume name), and then a '''Rule''' which auto-generates the directories used based on each file's metadata. The Directories Template does not consider the source directories, disk, or volume, and the selected files can come from a variety of source locations.
 
The Directories Template is used to set the base path and directories used to store your files.  You set a '''Base Path''' that will be used for all files selected in the tool (this would typically contain the disk letter or volume name), and then a '''Rule''' which auto-generates the directories used based on each file's metadata. The Directories Template does not consider the source directories, disk, or volume, and the selected files can come from a variety of source locations.
  

Revision as of 11:53, 24 May 2015

The Directories Template with a basic setup for music files on Mac OSX.

The Directories Template is used to set the base path and directories used to store your files. You set a Base Path that will be used for all files selected in the tool (this would typically contain the disk letter or volume name), and then a Rule which auto-generates the directories used based on each file's metadata. The Directories Template does not consider the source directories, disk, or volume, and the selected files can come from a variety of source locations.

For example, you might want to consolidate files from a variety of source locations on disk into a common media folder, and then put each file in folders corresponding to their [Artist] property, with sub-folders for each [Album].

Use

The Directories Template consists of two main components:

  • Base Path: The portion of the destination path that will be identical for all files selected.
  • Rule: The portion of the destination path that will be generated based on the metadata from each file.

Base Path

This is the "root" folder where Media Center will move or copy the files. This path will be identical for all files processed by the template. You can click the Browse button to choose from a disk location using the standard OS directory picker, or you can type a path into the text box. This portion of the path will be used verbatim, and any folders specified that do not exist will be created automatically.

Rule

This is the portion of the destination path that will be generated using the metadata from the files processed by the template. You construct the template's rule using the following system:

  • If the Directories Template is not enabled, the files' existing directory paths will be passed through untouched.
  • Insert file-specific properties by using the standard Library Field square bracket notation, such as [Artist], [Album], [Series], or [Genre].
  • The rule may also contain Expression Language functions.
  • All text entered that does not match a valid Library Field or Expression Language function will be passed through verbatim.

The rule section of the Directories Template also has an option to handle multiple artists. If you'd like all files that have more than one [Artist] value to be placed in a folder named (Multiple Artists) then enable Use '(Multiple Artists)' for [Artist] on multi-artist albums. Otherwise, the first [Artist] in the list will be used.

Example

The easiest way to understand how to use the Directories Template system is with an example. Suppose you have a set of music files you'd like to consolidate into the following filesystem location:

/Users/Shared/Media.

Within this location, you'd like a folder structure with folders for the media types, artist, album, and disc number, like this:

RMCF-Directories Templates-Finder Example.png

To do this, you could use something like this:

  • Base Path: /Users/Shared/Media
  • Rule: [Media Type]/Music/[Artist]/[Album]/[Disc #]

So, if you'd selected an audio file by Pink Floyd disc 1 of The Wall, you'd end up with this directory path:

/Users/Shared/Media/Audio/Music/Pink Floyd/The Wall/1/

RMCF-Preview-Directories Music Example.png

Notice how the "/Music/" term is passed through untouched. Any term included in a Rule that does not match a valid Library Field and which isn't a valid Expression, is passed through verbatim. If the files were all tagged with [Media Sub Type] set to "Music", then you could accomplish the same thing with this rule instead:

[Media Type]/[Media Sub Type]/[Artist]/[Album]/[Disc #]

The examples shown above uses POSIX-style paths from Mac OSX, but the Directories Template works exactly the same way on Windows. The Base Path can start with either a drive letter, or a UNC path for files stored on a network share.

Drive Letter Directories Template example.
UNC style Directories Template example.