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

Feature: Delay choosing between shows until the end #12

Open
SoPat712 opened this issue Aug 19, 2022 · 2 comments
Open

Feature: Delay choosing between shows until the end #12

SoPat712 opened this issue Aug 19, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@SoPat712
Copy link

SoPat712 commented Aug 19, 2022

I am importing around 10,000 episodes, and have to frequently check back to see the status of the import, and it's literally taken me 48 hours and I'm at 5000 because I can't always be checking the terminal. Is it possible to make it so that the decisions for which show corresponds with the one in TV Time are delayed until the end. Any show that requires manual input to solve, skip, and once everything else is done, do the last 200 or whatever that require manual complex sorting.

I'm not sure if this repo is even active, but if this feature isn't taken up by a developer, I'll probably submit a pr myself for this.

@lukearran
Copy link
Owner

Hello @SoPat712

That's correct, I don't actively maintain this repository any more.

But feel free to submit a PR for this feature. It does make sense for a large import.

Kindest Regards

Luke

@lukearran lukearran added the enhancement New feature or request label Aug 20, 2022
@ak800i
Copy link

ak800i commented Sep 20, 2022

It would be better to do this asynchronously, at the beginning so that the user has ample time to input, while processing occurs for other shows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants
@lukearran @ak800i @SoPat712 and others