https://github.com/saecki/music-organizer
https://github.com/saecki/music-organizer
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saecki/music-organizer
- Owner: saecki
- Created: 2020-08-07T12:38:59.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T20:59:01.000Z (almost 2 years ago)
- Last Synced: 2024-12-02T08:14:24.727Z (over 1 year ago)
- Language: Rust
- Size: 190 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# music organizer
### Usage
```
music organizer 0.1.0
Saecki
Moves/copies, renames and retags Music files using their metadata.
USAGE:
music_organizer [FLAGS] [OPTIONS]
FLAGS:
-y, --assume-yes Assumes yes as a answer for questions
-c, --copy Copy the files instead of moving
-d, --dryrun Only check files don't change anything
-h, --help Prints help information
-n, --nocheck Don't check for inconsistencies
-V, --version Prints version information
OPTIONS:
-g, --generate-completion
Generates a completion script for the specified shell [possible values: bash, zsh, fish,
elvish, powershell]
-m, --music-dir The directory which will be searched for music files
-o, --output-dir The directory which the content will be written to
-v, --verbosity
Verbosity level of the output. 0 means least 2 means most verbose ouput. [default: 1]
[possible values: 0, 1, 2]
```