Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cast 'n' seek #307

Merged
merged 4 commits into from
Oct 23, 2020
Merged

Cast 'n' seek #307

merged 4 commits into from
Oct 23, 2020

Conversation

theychx
Copy link
Collaborator

@theychx theychx commented Oct 22, 2020

fixes #286 馃弴 馃弴 馃弴

@skorokithakis
Copy link
Owner

You're on fire! I will review when I'm at the PC and get back to you.

Copy link
Owner

@skorokithakis skorokithakis left a 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.")
Copy link
Owner

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right. Fixed.

Copy link
Owner

@skorokithakis skorokithakis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved even more!

@theychx theychx merged commit 9904fa6 into master Oct 23, 2020
@theychx theychx deleted the cast-seek branch October 23, 2020 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: cast with seek
2 participants