Commit Graph

15 Commits

Author SHA1 Message Date
Jaisen Mathai 58f0fadc07 gh-61 Add support for audio (m4a) files and accompanying tests 2016-01-03 22:10:56 -08:00
Jaisen Mathai 64695fea08 Fix import to use proper package name 2016-01-01 23:52:11 -08:00
Fabrice Laporte 02bae17e95 fix PEP8 warnings 2015-12-31 00:29:13 +01:00
Fabrice Laporte 636b43fca4 move some code out of _update() 2015-12-30 23:52:01 +01:00
Fabrice Laporte 5452aa9adb cleanup complex if/else conditions 2015-12-30 01:41:51 +01:00
Fabrice Laporte 8a7725f68e pythonify elodie.py
Remove C like parentheses around conditions.
Replace “xxx is None” => “not x”.
Use tuple when list content won’t change.
Fix some others PEP8 warnings.
2015-12-30 01:41:51 +01:00
Fabrice Laporte 4ca2013572 refactor duplicated code
the import code was duplicated in if/else branches and has been moved
into a specific import_file() function
2015-12-30 01:41:51 +01:00
Fabrice Laporte 4676c154b6 remove unused imports 2015-12-30 01:20:02 +01:00
Jaisen Mathai d4dde66375 Closes gh-36 Fix bug with old references to `Media.photo_extensions` and `Media.video_extensions` 2015-12-18 20:08:12 -08:00
Jaisen Mathai 3442f2cc46 gh-16 Add --album-from-folder parameter to elodie.py and media.set_album_from_folder method 2015-12-01 01:03:00 -08:00
Patrick Santana 06fe15afe6 Fix use of ~ 2015-12-02 23:07:23 +01:00
Jaisen Mathai f67314f6bc gh-2 Write to EXIF from earlier of modified or access time if no date is found in EXIF 2015-11-29 22:01:27 -08:00
Jaisen Mathai a7aee65ca0 Add initial screen to add config information 2015-11-19 02:31:32 -08:00
Jaisen Mathai a252a29c6b Add import support 2015-11-03 01:38:53 -08:00
Jaisen Mathai 816a95d0bc Combining import.py and update.py into elodie.py 2015-10-31 01:31:35 -07:00