]> Shamusworld >> Repos - ardour-manual/blob - include/searching-for-files-using-tags.html
Update I/O plugins for 7.1
[ardour-manual] / include / searching-for-files-using-tags.html
1
2 <p>
3   A <dfn>tag</dfn> is bit of information, or metadata, that is associated
4   with a data file. Specifically, tags are texts, keywords or terms that have
5   some relevance to a particular sound file. Ardour can store these tags
6   in a searchable <dfn>database</dfn> so that they can quickly be searched for
7   to retrieve sounds based on the tags that have been assigned to them.
8 </p>
9 <p>
10   For example if the term <kbd class="input">120bpm</kbd> has been assigned to a
11   sound, search later for this tag will make the file appear in the
12   search list. Tags are independent of the filename or anything else about
13   the file. Tags, and the file paths that they are associated with, are
14   stored in a file called <samp>sfdb</samp> in the Ardour user folder.
15 </p>
16
17 <h2>Creating and adding tags</h2>
18
19 <p>
20   Adding tags to a given file is done by opening the <kbd class="menu">Session &gt; Import</kbd>
21   dialog, selecting the file in the browser, and typing new tags into the tag
22   area in the soundfile information box on the right.
23 </p>
24 <p>
25   Tags are stored when the input box loses focus, there is no need to
26   explicitly save them.
27 </p>
28 <p>
29   To have more than one tag for a file, new tags can either be added on new lines
30   (meaning the <kbd>Enter</kbd> key is pressed between two tags) or they can be
31   separated from the previous ones by a comma (<kbd class="input">,</kbd>), with or without spaces.
32 </p>
33
34 <h2>Searching for files by tag</h2>
35
36 <p>
37   Searching for specific tags is done in the <kbd class="menu">Search Tags</kbd>
38   tab of the same dialog. Files which have been tagged with the relevant terms
39   will appear in the results window. Selected files can be auditioned and marked
40   with additional tags if required.
41 </p>
42