Simon Conseil
|
164a781ea9
|
Log subprocess errors if the command failed (fix #56).
|
2014-01-03 00:00:51 +01:00 |
|
Simon Conseil
|
2637f0d09d
|
Fix whitespace issues with videos (fix #54).
|
2013-12-27 23:25:30 +01:00 |
|
Simon Conseil
|
e46c8d5b12
|
Update changelog and doc.
|
2013-12-26 18:34:44 +01:00 |
|
Simon Conseil
|
efcd60416c
|
webm_options is now a list with ffmpeg options (ref #53).
To allow better flexibility and compatibility with avconv.
|
2013-12-26 16:43:47 +01:00 |
|
Simon Conseil
|
7ff39de8b2
|
Show ncpu error only if --ncpu is wrong (fix #52).
|
2013-12-22 16:11:22 +01:00 |
|
Simon Conseil
|
9ddd49be4c
|
Fix encoding issue in the init subcommand (fix #50).
|
2013-12-21 22:27:10 +01:00 |
|
Simon Conseil
|
1385341b5a
|
Add more debug logs with the settings dict and database.
|
2013-12-21 00:42:17 +01:00 |
|
Simon Conseil
|
16b113a716
|
Copy the options dict to avoid adding exif meta to the settings dict.
|
2013-12-21 00:20:29 +01:00 |
|
Simon Conseil
|
3232273a4c
|
Fix the check for file extensions (fix #49).
|
2013-12-21 00:15:42 +01:00 |
|
Simon Conseil
|
e922e3bdb7
|
Should fix Travis this time.
|
2013-12-18 22:16:23 +01:00 |
|
Simon Conseil
|
0baf632a01
|
Limit the nb of cpu for the tests
|
2013-12-18 00:56:13 +01:00 |
|
Simon Conseil
|
94593c6ad8
|
Refactor, move process_image/video in the image/video modules.
|
2013-12-18 00:37:00 +01:00 |
|
Simon Conseil
|
5a3252052d
|
Dont use multiprocessing with one cpu.
|
2013-12-18 00:37:00 +01:00 |
|
Simon Conseil
|
8f45c2c1cd
|
Fix encoding issue with accentuated files.
|
2013-12-17 00:19:46 +01:00 |
|
Simon Conseil
|
1547abf6a8
|
Add a colored formatter for verbose and debug modes.
|
2013-12-17 00:01:57 +01:00 |
|
Simon Conseil
|
e7f5861b75
|
Remove clint dependency.
|
2013-12-16 22:45:25 +01:00 |
|
Simon Conseil
|
53cb268cab
|
Merge branch 'multiprocessing'
|
2013-12-16 22:41:39 +01:00 |
|
Simon Conseil
|
b7d5244a21
|
Refactor to handle KeyboardInterrupt and avoid using the pool for one process.
|
2013-12-16 22:33:25 +01:00 |
|
Simon Conseil
|
fc3082f3ed
|
Add some timing info at the end of the processing.
|
2013-12-10 00:57:44 +01:00 |
|
Simon Conseil
|
c62ec6a8b9
|
Remove the progress bar.
|
2013-12-10 00:10:03 +01:00 |
|
Simon Conseil
|
8843903f46
|
Move zip_files out of the class.
|
2013-12-09 23:34:02 +01:00 |
|
Simon Conseil
|
0a361bc51f
|
Use multiprocessing.
|
2013-12-09 23:28:45 +01:00 |
|
Simon Conseil
|
dfa8638e56
|
Workaround for clint and py3
|
2013-12-04 00:22:16 +01:00 |
|
Simon Conseil
|
9cb4a59d0a
|
Avoid issues with corrupted exif data.
|
2013-12-03 23:57:05 +01:00 |
|
Simon Conseil
|
c0ce3d802a
|
Some refactoring and optimizations for the PathsDb class.
|
2013-11-09 00:39:58 +01:00 |
|
Simon Conseil
|
3398d5f43a
|
Remove the possibility to use PIL.
|
2013-11-09 00:39:58 +01:00 |
|
Simon Conseil
|
bf91e6bdf4
|
Merge pull request #43 from luv/master
galleria template: Use striptags with in title tag
|
2013-10-27 14:18:23 -07:00 |
|
Lukas Vacek
|
822d52d366
|
galleria template: Use striptags with in title tag
|
2013-10-27 18:13:56 +00:00 |
|
Simon Conseil
|
89a96b5175
|
Add a setting for the video size (closes #35).
|
2013-10-17 00:50:26 +02:00 |
|
Simon Conseil
|
440ef5f218
|
Add a setting to use symbolic links for original files (closes #36).
|
2013-10-17 00:17:06 +02:00 |
|
Simon Conseil
|
7916d5e4cc
|
Refactor, tests and pep8 for the gallery module.
|
2013-10-14 00:39:41 +02:00 |
|
Simon Conseil
|
f6d96d6fd9
|
Merge pull request #42 from rassie/patch-1
Fix a typo (at least looks like it)
|
2013-10-13 14:51:02 -07:00 |
|
Nikolai Prokoschenko
|
2f6b69684f
|
Fix a typo (at least looks like it)
|
2013-10-13 16:58:20 +02:00 |
|
Simon Conseil
|
248a9b16ab
|
Merge pull request #40 from saimn/py3
Python 3.3 support
|
2013-09-30 14:32:18 -07:00 |
|
Simon Conseil
|
91e287be43
|
Re-add --version, update README & Changelog
|
2013-09-30 23:16:54 +02:00 |
|
Simon Conseil
|
4eb67c9162
|
Fix encoding issue with EXIF datetime
|
2013-09-30 22:53:24 +02:00 |
|
Simon Conseil
|
d8f9df2cd8
|
Tox and travis config
|
2013-09-29 00:40:35 +02:00 |
|
Simon Conseil
|
3e342b8ffb
|
Fix failing tests
|
2013-09-29 00:20:35 +02:00 |
|
Simon Conseil
|
21c4041f3b
|
py3 compat: print, iteritems, imports
|
2013-09-28 23:33:35 +02:00 |
|
Simon Conseil
|
bf5239c29c
|
Merge pull request #38 from phaer/master
Include symlinked directories in PathsDB
|
2013-09-28 06:42:55 -07:00 |
|
Simon Conseil
|
9e46f4d536
|
Merge pull request #39 from misilot/issue-32
Resolves Issue #32. Adding keyboard shortcuts for the galleria theme.
|
2013-09-28 06:33:12 -07:00 |
|
Thomas Misilo
|
1c5c248cee
|
Resolves Issue #32. Adding keyboard shortcuts for the galleria theme.
|
2013-09-27 15:04:23 -04:00 |
|
phaer
|
79116c35e8
|
Include symlinked directories in PathsDB
|
2013-09-27 19:43:10 +03:00 |
|
Simon Conseil
|
143294b407
|
Bump 0.5.1
|
2013-09-23 00:34:35 +02:00 |
|
Simon Conseil
|
ed7903c26d
|
Docstrings
|
2013-09-23 00:32:32 +02:00 |
|
Simon Conseil
|
99866e752c
|
Merge pull request #37 from ubergeek42/fix-gps-exif
Fix gps error in calculating the degrees from exif data
|
2013-09-22 13:06:23 -07:00 |
|
Keith Johnson
|
236e6e9a33
|
Fix testcase for GPS info
GPS coordinates for the sample photo were incorrect in the test case. Found the correct coordinates from: http://regex.info/exif.cgi
|
2013-09-22 15:23:11 -04:00 |
|
Keith Johnson
|
00d974cedb
|
Fix error in calculating the degrees from exif data
|
2013-09-22 15:11:12 -04:00 |
|
Simon Conseil
|
5ed5052b1f
|
Bump 0.5.0
|
2013-09-06 00:34:06 +02:00 |
|
Simon Conseil
|
da8530159e
|
Update docs
|
2013-09-06 00:33:47 +02:00 |
|