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

rename-flac - CLI tool to rename FLAC files

Arguments

<scheme>     filenaming scheme
       <directory>  path to the directory containing the album

Author

       Louis-Philippe Véronneau

                                                      2020                                        RENAME-FLAC(1)

Bugs

       Bugs    can    be    reported    to    your    distribution's    bug    tracker    or     upstream     at
       <https://gitlab.com/baldurmen/rename-flac/issues> .

Description

rename-flac  is  a  command-line  tool  that takes the information from FLAC metadata to batch rename the
       files according to a filenaming scheme.

Examples

          $ rename-flac "%n - %t" "/home/user/Music/The Beatles"

Name

       rename-flac - CLI tool to rename FLAC files

Options

-h--help  Shows the help screen
       --version  Outputs version information
       --verbose  Runs the program as verbose mode

       These are the options you can use to define the filenaming scheme:
         %a - Artist  |  %b - Album        |  %c - Composer  |  %d - Date
         %g - Genre   |  %n - Tracknumber  |  %t - Title

Synopsis

       rename-flac [--verbose] <scheme><directory>
       rename-flac (-h | --help)
       rename-flac --version

See Also