Skip to content

Commit

Permalink
Updated README.md to contain v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreas committed Jul 10, 2022
1 parent 8670175 commit 9273033
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@ This means, that downloading a single file from the [releases] page.
```bash

# linux-arm
wget https://github.com/sandreas/tone/releases/download/v0.0.4/tone-0.0.4-linux-arm.tar.gz
wget https://github.com/sandreas/tone/releases/download/v0.0.6/tone-0.0.6-linux-arm.tar.gz

# linux-arm64
wget https://github.com/sandreas/tone/releases/download/v0.0.4/tone-0.0.4-linux-arm64.tar.gz
wget https://github.com/sandreas/tone/releases/download/v0.0.6/tone-0.0.6-linux-arm64.tar.gz

# linux-x64
wget https://github.com/sandreas/tone/releases/download/v0.0.4/tone-0.0.4-linux-x64.tar.gz
wget https://github.com/sandreas/tone/releases/download/v0.0.6/tone-0.0.6-linux-x64.tar.gz

# macos (m1) - not working atm, see issue #6
wget https://github.com/sandreas/tone/releases/download/v0.0.4/tone-0.0.4-osx-arm64.tar.gz
wget https://github.com/sandreas/tone/releases/download/v0.0.6/tone-0.0.6-osx-arm64.tar.gz

# macos (intel)
wget https://github.com/sandreas/tone/releases/download/v0.0.4/tone-0.0.4-osx-x64.tar.gz
wget https://github.com/sandreas/tone/releases/download/v0.0.6/tone-0.0.6-osx-x64.tar.gz

# untar
tar xzf tone-*.tar.gz
Expand All @@ -97,10 +97,10 @@ tone --help

```bash
# download for windows (powershell)
iwr -outf tone-0.0.4-win-x64.zip https://github.com/sandreas/tone/releases/download/v0.0.4/tone-0.0.4-win-x64.zip
iwr -outf tone-0.0.6-win-x64.zip https://github.com/sandreas/tone/releases/download/v0.0.6/tone-0.0.6-win-x64.zip

# extract tone
Expand-Archive -LiteralPath tone-0.0.4-win-x64.zip -DestinationPath .
Expand-Archive -LiteralPath tone-0.0.6-win-x64.zip -DestinationPath .

# test if tone is usable
.\tone --help
Expand Down Expand Up @@ -143,7 +143,7 @@ There are some global options, that can be used to change the behaviour of the f
### `dump` - show audio metadata

```bash
tone dump --help
tone dump --help
USAGE:
tone dump [input] [OPTIONS]

Expand All @@ -163,7 +163,8 @@ OPTIONS:
--order-by
--limit
--include-property
--format
--format
--query
```

### `tag` - modify audio metadata
Expand Down Expand Up @@ -234,6 +235,7 @@ OPTIONS:
--auto-import
--meta-chapters-file
--meta-cover-file
--meta-tone-json-file
-p, --path-pattern
--path-pattern-extension
--meta-equate
Expand All @@ -243,7 +245,7 @@ OPTIONS:
--script
--script-tagger-parameter
-y, --assume-yes
--dry-run
--dry-run
```

#### filename to tag via `--path-pattern` / `-p`
Expand Down
2 changes: 1 addition & 1 deletion tone/doc/release/release-notes-v0.0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- add: `tone.json` serializer for `dump` command with optional `JSONPath` support (`tone dump my-file.m4b --format=json --query="$.meta.album"`)
- add: support new metadata format `tone.json` including `--auto-import` (`tone tag my-file.m4b --meta-tone-json-file="tone.json" --auto-import="tonejson"`)
- fix: cover tagger did not find covers under specific circumstances
-

## known issues

The following issues are known, part of an external library and already reported:
Expand Down

0 comments on commit 9273033

Please sign in to comment.