logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

exfalso - audio tag editor

Authors

       Joe Wreschnig and Michael Urman are the primary authors of Ex Falso.

Bugs

       See  https://github.com/quodlibet/quodlibet/issues  for  a  list  of  all currently open bugs and feature
       requests.

Description

       Ex  Falso  displays  and  edits  audio  metadata  tags.  Supported formats include MP3, Ogg Vorbis, FLAC,
       Musepack (MPC), WavPack, and MOD/XM/IT.

       This manual page is only a  short  reference  for  Ex  Falso.  Complete  documentation  is  available  at
       https://quodlibet.readthedocs.io/en/latest/guide/.

Name

       exfalso - audio tag editor

Options

       Ex Falso may be given a directory to open on the command line.

Renaming Files

       Ex Falso allows you to rename files based on their tags. In some cases you may wish to alter the filename
       depending on whether some tags are present or missing, in addition to  their  values.  A  common  pattern
       might be

       <tracknumber>.<title~version>

       You can use a '|' to only text when a tag is present:

       <tracknumber|<tracknumber>.><title~version>

       You can also specify literal text to use if the tag is missing by adding another '|':

       <album|<album>|NoAlbum>-<title>

       See https://quodlibet.readthedocs.io/en/latest/guide/renaming_files.html.

See Also

https://quodlibet.readthedocs.io/en/latest/guide/,
       https://quodlibet.readthedocs.io/en/latest/guide/faq.htmlEXFALSO(1)

Synopsis

exfalso [ directory ]

Tied Tags

       Many  places in Ex Falso allow you to use "tied tags". Tied tags are two tag names joined together with a
       "~" like "title~version" or "album~part". Tied tags result in "nice" displays even when one of  the  tags
       is  missing;  for  example, "title~version" will result in Title - Version when a version tag is present,
       but only Title when one isn't. You can tie any number of tags together.

See Also