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: Remove "[Item] already exists" errors #67

Closed
Ephellon opened this issue Jan 4, 2019 · 0 comments
Closed

Feature: Remove "[Item] already exists" errors #67

Ephellon opened this issue Jan 4, 2019 · 0 comments
Labels
enhancement this item makes the project better in some way

Comments

@Ephellon
Copy link
Collaborator

Ephellon commented Jan 4, 2019

Suggested by @matt314159, see #62.450692465.

I kind-of have an idea on how to do this, but not sure what the best route is:

  • Suppress the error completely
    • Just use a regexp to find already exists
  • Cache each found item
    • Just save a list of movies already found
    • Will make problems if the user ever deletes media
  • For Ombi, use the API to determine if the media is download(ing/ed)
@Ephellon Ephellon added the enhancement this item makes the project better in some way label Jan 4, 2019
This was referenced Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement this item makes the project better in some way
Projects
None yet
Development

No branches or pull requests

1 participant