We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.19.0
master
Filtering by runtime with seemingly simple template+collection not working as expected:
duration Uses the duration attribute to match using minutes
duration
Example config:
templates: Radarr Only: build_collection: false schedule: daily radarr_add_missing: true filters: duration.gte: 60.0 radarr_tag: - pmm - <<collection_name>> collections: PTA: tmdb_director: 4762 template: name: Radarr Only
However, this adds releases such as: Ballchewer (2002) (TMDb: 704455) (runtime 1m) and Production Assistant (1992) (TMDb: 966259)
Ballchewer (2002) (TMDb: 704455)
Production Assistant (1992) (TMDb: 966259)
{ "adult": false, "backdrop_path": null, "belongs_to_collection": null, "budget": 0, "genres": [], "homepage": "https://www.youtube.com/watch?v=vJ5Ooej_8EA", "id": 704455, "imdb_id": null, "original_language": "en", "original_title": "Ballchewer", "overview": "A short film directed by Paul Thomas Anderson. Part of Adam Sandler's 'Meatball Series'. Shot during the filming of 'Punch-Drunk Love'.", "popularity": 0.78, "poster_path": "/bsvYPrUscvLzDgojcljKv19ohIc.jpg", "production_companies": [], "production_countries": [], "release_date": "2002-11-01", "revenue": 0, "runtime": 1, "spoken_languages": [], "status": "Released", "tagline": "", "title": "Ballchewer", "video": false, "vote_average": 4.8, "vote_count": 5 }
No response
The text was updated successfully, but these errors were encountered:
You should be using duration.gte: 60 not duration.gte 60.0
duration.gte: 60
duration.gte 60.0
Sorry, something went wrong.
Wiki probably needs an update, since it implies decimals are OK:
oh that's my bad then!
Thanks! I'll give it a shot tomorrow and report back.
meisnate12
No branches or pull requests
Version Number
1.19.0
What branch are you on?
master
Describe the Bug
Filtering by runtime with seemingly simple template+collection not working as expected:
Example config:
However, this adds releases such as:
Ballchewer (2002) (TMDb: 704455)
(runtime 1m) andProduction Assistant (1992) (TMDb: 966259)
TMDB responde for ID=704455 (note runtime=1)
Relevant Collection/Overlay/Playlist Definition
No response
Logs
No response
The text was updated successfully, but these errors were encountered: