-
The MPEG is quite a common video format so it'd be great it elodie supported it :)
```
{"source":"/Users/craig/Pictures/Craig/Old Photos/2006/MOV00918.MPG", "error_msg":"Not a supported file"}
```
-
Marking a test as skipped for this by adding `# -*- coding: utf-8` to the top of the file.
```
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/nose/case.py", line 19…
-
Until elodie becomes a pip package (#41), I recommend adding a requirements.txt file to the project, to make sure that everyone is using the correct versions of the dependencies.
-
It looks like an image that is missing the DateTimeOriginal EXIF tag causes a traceback when trying to update the file:
``` python
$ ./elodie.py update --time='2015-01-02' '/export/2015-01-Jan/Unknow…
-
So far this is the list of pep8 issues.
```
# pep8 elodie
elodie/arguments.py:3:11: E401 multiple imports on one line
elodie/arguments.py:6:1: E302 expected 2 blank lines, found 1
elodie/arguments.py…
-
```
What steps will reproduce the problem?
1. Upgrade automaticaly to Firefox 4
What is the expected output? What do you see instead?
I don't see the statusbar on bottom on my Firefox window.
What v…
-
When running a simple import, I get the following error:
``` python
Traceback (most recent call last):
File "./elodie.py", line 157, in
_import(params)
File "./elodie.py", line 37, in _impor…
-
I tried to run this command and it didn't work:
```
$ ./elodie.py import --source="~/Desktop/chris" --destination="/Volumes/Data/Pictures/elodie-photos"
```
I had to convert to:
```
$ ./elodie.py i…
-
@patricksan @srynot4sale @ibizaman Do you all mind signing the CLA for your contributions? I used the online [contributor agreements](http://contributoragreements.org/agreement-chooser/) website which…
-
I tried to execute this command:
```
./elodie.py import --source="~/Desktop/chris" --destination="/Volumes/Data/Pictures/elodie-photos" --album="Aniversario Chris"
```
but it always return Usage me…