Error in tempate
asm0dey opened this issue · 8 comments
asm0dey commented
File "/home/xbmc/.flexget/templates/movies.template", line 403, in <module>
{% set max = 'Sat, 1 Jan 2000 00:00:00 +0000'|parsedate|to_date %}
TemplateAssertionError: no filter named 'to_date'
DSchau commented
Whoops... yep, I wrote a few custom Jinja filters to do some cool stuff. I'll get those pushed up so that you can use it.
Sorry!
asm0dey commented
Thank you, man!
asm0dey commented
Man, if you could do this today - i will appreciate!
DSchau commented
Hey Paul, I’ve been very busy recently. I’ll try and get to it tomorrow!
On Jan 11, 2014, at 12:35 PM, Paul notifications@github.com wrote:
Man, if you could do this today - i will appreciate!
—
Reply to this email directly or view it on GitHub.
asm0dey commented
It would be cool - can't wait :)
DSchau commented
Done! Let me know if you run into any other issues. Otherwise, I'll close this.
asm0dey commented
I've got somewhat strange html generated for movie:
http://pastie.org/private/905u0gvjm1qzw8bzcuz5q
DSchau commented
Fixed.