Skip to content

Commit

Permalink
update readme with the newest sync options
Browse files Browse the repository at this point in the history
  • Loading branch information
t3kmateo committed May 3, 2024
1 parent c1b8dac commit ec7fdba
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ bb --help
1. Create a JSON config file based on the template [file](./examples/config.json).
2. Run `bb --config your-config.json` [movies|tv-shows] [ACTION]

### General help
### CLI Manual

```bash
bb --help
Expand Down Expand Up @@ -156,3 +156,19 @@ Options:
--limit <LIMIT> Limit to N records [default: unlimited]
-h, --help Print help
```

#### Sync Options

```bash
bb movies/tv-shows sync --help
# Customize tv-show/movie subtitle sync options

Usage: bb movies sync [OPTIONS]

Options:
-r <REFERENCE> Reference for sync from video file track number (a:0), subtitle (s:0), or some subtitles file path
-m <MAX OFFSET> Seconds of offset allowed when syncing [default: null]
-n No fix framerate [default: false]
-g Use Golden-Section search [default: false]
-h, --help Print help
```

0 comments on commit ec7fdba

Please sign in to comment.