Conversation
flexget/config_schema.py
Outdated
| return get_template(instance) is not None | ||
|
|
||
|
|
||
| @format_checker.checks('date', raises=ValueError) |
There was a problem hiding this comment.
Json schema had a built in date-time format, can't we use that?
There was a problem hiding this comment.
It doesn't conform to the same standard as dateutil, which means it validates a format that dateutil can't parse...
|
Thanks for working on this; I tried to get it working but already noticed the following things: Also I got: which I had to solve by adding Also |
That's the API. I'm not sure if it supports negative numbers.
I don't think any other plugin automatically sets this... |
The idea is to get shows with an upcoming broadcast date. @cvium maybe the default needs to be today? |
Ok, I understand. It is a bit counter-intuitive for users, so it will be important to document this in an accessible way.
hmm, but it fails with |
|
It's too bad Trakt doesn't offer through the API the custom calendars that VIP members can create. It basically takes a list and makes a custom calendar that only includes shows on that list, instead of using watchlist/watched/collected. That said, will this work with |
|
It should. |
Motivation for changes:
Dunno
Config usage if relevant (new plugin or updated schema):
TODO
whatin discover plugin- [ ] Structural pytest?Example "you missed an episode X days ago" task