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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add offset and limit arguments #14

Merged
merged 3 commits into from
Mar 12, 2024
Merged

Add offset and limit arguments #14

merged 3 commits into from
Mar 12, 2024

Conversation

mateoradman
Copy link
Owner

This PR adds --offset and --limit arguments to the CLI. It allows users to process their movies/tv-shows in batches by skipping or limiting a certain number of records.

this scenario would usually happen if your library is empty, or the offset is too high and you skip all the records.
@mateoradman mateoradman merged commit 83fa8bc into main Mar 12, 2024
3 checks passed
@mateoradman mateoradman deleted the add-offset-and-limit branch March 12, 2024 19:36
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.

Enhancement: add offset and limit to start from/end with nth movie/tv-show
2 participants