Iago

Results 6 comments of Iago

Yes, basically it is as you said, I am still working around how to get two video instances in sync with a custom delay between them

I do not agree entirely with pep8 rules, the [max line length](https://code.djangoproject.com/ticket/23395) for this project is 120 and the way to split big function calls like: ``` python value =...

My current solution was to remove the timezone information from the frontend and letting the backend to convert that date to the current timezone. [diff link](https://github.com/django-recurrence/django-recurrence/compare/master...iago1460:master) (ignore the changes on...

If the user is deleted from the database all his roles and contributions in episodes and programmes will be deleted as well, that is the expected behaviour. If you want...

Thank you for share your configuration. In future contributions use the [recorder repository](https://github.com/iago1460/django-radio-recorder)

Right now it's only possible to choose a main category, this list corresponds to [iTunes's categories](https://gist.github.com/skattyadz/814315) and it will be bigger in the next version but it won't be possible...