Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Craighton Hancock committed Apr 24, 2023
1 parent cc356b0 commit 9d51549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The following key/value pairs should be located in one or more `yaml` files moun
| `input.cleanup` | switch to control whether input files should be deleted after successful conversion | `true` |
| `output.path` | path to directory that converted files will be placed | `/app/output` |
| `output.extension` | file extension of output files | `.m4b` |
| `output.overwrite` | switch to control whether converted files should overwrite an existing file with the same name in the output location | `false` |
| `output.overwrite` | switch to control whether converted files should overwrite an existing file with the same name in the output location | `true` |
| `ffmpeg.run` | switch to control whether call to ffmpeg is allowed; useful to set `false` for debugging | `true` |
| `ffmpeg.path` | path to ffmpeg; if ffmpeg is in `PATH`, keep default value | `ffmpeg` |
| `ffmpeg.additional_args` | list of extra args added to ffmpeg call; see [ffmpeg Additional Args](#ffmpeg-additional-args) for more details | `['-hide_banner', '-loglevel', 'error', '-nostats', '-y']` |
Expand All @@ -66,7 +66,7 @@ The following key/value pairs should be located in one or more `yaml` files moun
Instead of `yaml` files, the shell releases use `env` variables. The script will attempt to load the following config from the `env` first, and if not found, will export variables from `defaults.env`.
| Name | Description | Default |
|--- |--- |--- |
| `WATCH_DIR` | path to directory that input files will be found | `~/.watch` |
| `WATCH_DIR` | path to directory that input files will be found; see [Input Path Notes](#input-path) for more details | `~/.watch` |
| `OUTPUT_DIR` | path to directory that converted files will be placed | `~/.output` |

## Shell Secrets
Expand Down

0 comments on commit 9d51549

Please sign in to comment.