Skip to content

Commit

Permalink
note in docs that stored rules and actions run in order
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed Nov 3, 2023
1 parent fe0d5b4 commit 2cd1f05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/METADATA_TOOLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ matcher = "genre:^Kpop$" # An example matcher.
actions = ["replace:K-Pop"] # Example actions.
```

The `rose rules run-stored` command runs all stored rules.
The `rose rules run-stored` command runs all stored rules. Note that Rosé runs
rules and actions in the order they're defined in. So if multiple rules would
modify one track, the earliest defined rule will be applied first, and later
rules applied on the output of the first rule.

## Demo

Expand Down

0 comments on commit 2cd1f05

Please sign in to comment.