No description
Find a file
2025-05-19 11:30:48 +08:00
assets Add assets 2024-05-21 15:33:19 +08:00
src refactor 2025-05-19 11:30:23 +08:00
.gitignore Done🥳 2024-05-11 15:09:31 +08:00
Cargo.lock chore: dependencies 2025-05-19 11:30:48 +08:00
Cargo.toml chore: dependencies 2025-05-19 11:30:48 +08:00
LICENSE Done🥳 2024-05-11 15:09:31 +08:00
README.md Don't use subcommand 2024-05-21 11:19:49 +08:00

atags-cli is command line tool encapsulating partial functions of audiotags for editing audio metadata.

Audio metadata command line tool encapsulating partial functions of audiotags

Usage: atags-cli [OPTIONS] <NAME>

Arguments:
  <NAME>  File Path

Options:
  -t, --title <TITLE>                Set audio title
  -a, --artist <ARTIST>              Set audio artist
  -g, --genre <GENRE>                Set audio genre
  -c, --composer <COMPOSER>          Set audio composer
      --track-number <TRACK_NUMBER>  Set audio track number
      --album-title <ALBUM_TITLE>    Set audio album title
  -h, --help                         Print help
  -V, --version                      Print version

Examples

atags-cli ./assets/rm1210.m4a -t "rm1210" -a "My Little Airport"
atags-cli ./assets/rm1210.m4a