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

Initial commit to remove upcoming albums from wanted list #2457

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Initial commit to remove upcoming albums from wanted list #2457

wants to merge 4 commits into from

Conversation

l-t-k
Copy link
Contributor

@l-t-k l-t-k commented Dec 22, 2015

I think this needs some discussion. Sickrage does the job correct. Every upcoming episode is 'unaired'. An episode is 'wanted' if it is aired. We should do the same with music albums:

  • album is 'upcoming' if release date is < date(now) instead of 'wanted'
  • album changes to 'wanted' if release date >= date(now) and user checked 'Automatically mark upcoming albums as wanted'
  • album changes to 'skipped' if release date >= date(now) and user did not checked 'Automatically mark upcoming albums as wanted'
  • still search for an album if 'Automatically mark upcoming albums as wanted' is checked and 'Wait until an album's release date before searching' is not checked, because often music albums are available before release date (in contrast to tv)

This commit will only remove upcoming albums from the wanted list. It shows most recently aired albums on top for the wanted list and the albums that will be released first on top of the upcoming albums list.

Of course, if we want it like this I need to extend this pull. Any thoughts?

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.

1 participant