-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cast 'n' seek #307
Cast 'n' seek #307
Conversation
You're on fire! I will review when I'm at the PC and get back to you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks almost ready, I only have one comment!
catt/cli.py
Outdated
@@ -160,6 +160,7 @@ def cli(ctx, device): | |||
help="YouTube-DL option. " | |||
"Should be passed as `-y option=value`, and can be specified multiple times (implies --force-default).", | |||
) | |||
@click.option("--seek", type=CATT_TIME, metavar="TIME", help="Start playback at specific timestamp.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we rename this to "seek-to"? I think that's a bit more explicit as a name, what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. Fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved even more!
fixes #286 🏇 🏇 🏇