DSchau/flexget-config

Error in tempate

asm0dey opened this issue · 8 comments

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'

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!

Thank you, man!

Man, if you could do this today - i will appreciate!

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.

It would be cool - can't wait :)

Done! Let me know if you run into any other issues. Otherwise, I'll close this.

I've got somewhat strange html generated for movie:
http://pastie.org/private/905u0gvjm1qzw8bzcuz5q

Fixed.