1exfalso(1) General Commands Manual exfalso(1)
2
3
4
6 exfalso - audio tag editor
7
9 exfalso [ directory ]
10
12 Ex Falso displays and edits audio metadata tags. Supported formats
13 include MP3, Ogg Vorbis, FLAC, Musepack (MPC), WavPack, and MOD/XM/IT.
14
15 This manual page is only a short reference for Ex Falso. Complete doc‐
16 umentation is available at http://www.sacredchao.net/quodli‐
17 bet/wiki/Guide.
18
20 Ex Falso may be given a directory to open on the command line.
21
23 Many places in Ex Falso allow you to use "tied tags". Tied tags are two
24 tag names joined together with a "~" like "title~version" or
25 "album~part". Tied tags result in "nice" displays even when one of the
26 tags is missing; for example, "title~version" will result in
27 Title - Version when a version tag is present, but only Title when one
28 isn't. You can tie any number of tags together.
29
31 Ex Falso allows you to rename files based on their tags. In some cases
32 you may wish to alter the filename depending on whether some tags are
33 present or missing, in addition to their values. A common pattern might
34 be
35 <tracknumber>. <title~version>
36 You can use a '|' to only text when a tag is present:
37 <tracknumber|<tracknumber>. ><title~version>
38 You can also specify literal text to use if the tag is missing by
39 adding another '|':
40 <album|<album>|No Album> - <title>
41 See http://www.sacredchao.net/quodlibet/wiki/Guide/Renaming.
42
44 See https://www.sacredchao.net/quodlibet/report/1 for a list of all
45 currently open bugs and feature requests.
46
48 Joe Wreschnig and Michael Urman are the primary authors of Ex Falso.
49
51 http://www.sacredchao.net/quodlibet/wiki/Guide,
52 http://www.sacredchao.net/quodlibet/wiki/FAQ,
53
54
55
56 February 20th, 2006 exfalso(1)