Skip to content

feat: add radarr -cutoff tag to search for cutoff unmet movies #10

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

Merged
merged 2 commits into from
Apr 13, 2022
Merged

feat: add radarr -cutoff tag to search for cutoff unmet movies #10

merged 2 commits into from
Apr 13, 2022

Conversation

jolbol1
Copy link
Contributor

@jolbol1 jolbol1 commented Apr 12, 2022

This adds cutoff unmet searching functionality to Missarr for Radarr. Similar to Wantarr, however works with v3 api.

use --cutoff tag on Radarr command to run for cutoff unmet items only.

@l3uddz
Copy link
Owner

l3uddz commented Apr 12, 2022

Thanks for this PR.

Looks good, other than would be worth trying to have a 2_ migration file that alters the table and adds the type column and defaults the existing movie records to missing.

@jolbol1
Copy link
Contributor Author

jolbol1 commented Apr 12, 2022

Makes sense, Should be done now.

@@ -2,5 +2,6 @@ CREATE TABLE IF NOT EXISTS movies (
"movie" INTEGER NOT NULL,
"release_date" DATETIME NOT NULL,
"search_date" DATETIME NULL,
"type" VARCHAR(10),
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 try making this change as a migration.

Probably best that any existing data is updated as missing type.

@l3uddz l3uddz merged commit 6746c0e into l3uddz:master Apr 13, 2022
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.

2 participants