| changeset 122 | f3a013f66974 |
| parent 112 | 9886ab183b09 |
| child 142 | 0b2f32965787 |
--- a/web/ldtplatform/config.py.tmpl Fri May 20 14:19:15 2011 +0200 +++ b/web/ldtplatform/config.py.tmpl Tue May 24 12:44:05 2011 +0200 @@ -23,6 +23,9 @@ # DO NOT forget to do command line ./manage.py collectstatic to gather static media into the web/static folder STATIC_ROOT = BASE_STATIC_ROOT + "site/" +# PATH to the ffmpeg executable, used to know automatically the media file duration +FFMPEG_PATH = "C:/path/to/ffmpeg.exe" + CONTENT_ROOT = BASE_STATIC_ROOT + "content/"