1
0
mirror of https://github.com/sashacmc/photo-importer.git synced 2024-11-24 08:02:14 +02:00
Commit Graph

94 Commits

Author SHA1 Message Date
Alexander Bushnev
ffc3ab9335 Fix import 2022-11-29 22:14:55 +01:00
Alexander Bushnev
7b00e6776f Fix import 2022-11-29 22:12:29 +01:00
Alexander Bushnev
75dc881dbd Cleanup 2022-11-29 21:46:54 +01:00
Alexander Bushnev
1b730285c4 Update changelog 2022-11-29 21:40:29 +01:00
Alexander Bushnev
223b2ccbc8 Merge branch '1.2.0' of github.com:sashacmc/photo-importer into 1.2.0 2022-11-29 21:36:59 +01:00
Alexander Bushnev
3e56d92ed5 Add importer test 2022-11-29 21:36:39 +01:00
Alexander Bushnev
b4f73697ba Remove legacy modules __main__ 2022-11-29 21:36:05 +01:00
Alexander Bushnev
6a53fd74bd Improve fileprop tests 2022-11-29 21:35:22 +01:00
Alexander Bushnev
1fcbdbfb0c MacOS support verified 2022-11-29 21:32:04 +01:00
Alexander Bushnev
7ee80652d2 Update rotator to new PyExifTool 2022-11-29 21:31:17 +01:00
Alexander
c39fa75cad
Update README.md 2022-11-29 09:41:50 +01:00
Alexander
bd7c062c0a
Update README.md 2022-11-29 09:30:16 +01:00
Alexander Bushnev
ccc0c27f35 Merge branch '1.2.0' of github.com:sashacmc/photo-importer into 1.2.0 2022-11-29 09:07:28 +01:00
Alexander Bushnev
3fa90fa913 Update version/changelog 2022-11-29 09:07:14 +01:00
Alexander
b9bbb87646
Update README.md 2022-11-29 00:44:09 +01:00
Alexander Bushnev
57b2fbe2e9 Update modules import 2022-11-29 00:17:51 +01:00
Alexander Bushnev
3b157d32b7 Reformat with black
black --skip-string-normalization --line-length=80
2022-11-29 00:09:25 +01:00
Alexander Bushnev
b30fcf344e Update to new PyExifTool 2022-11-29 00:01:16 +01:00
Alexander Bushnev
6524a55c54 Update setup scripts 2022-11-28 00:25:35 +01:00
Alexander
4547fe573c
Merge pull request #8 from sashacmc/patterns-in-subdir
Add date/time patterns in out subdirs support
2022-11-10 23:48:43 +01:00
Alexander Bushnev
e5ac880041 Add date/time patterns in out subdirs support 2022-11-10 23:43:12 +01:00
Alexander
2cc396adca
Merge pull request #7 from sashacmc/windows-support
Add Windows support
2022-01-31 00:21:10 +01:00
Alexander Bushnev
c90a5fa127 Add Windows support 2022-01-31 00:12:34 +01:00
Alexander
0fa0acfc99
Merge pull request #6 from sashacmc/use-shutil
Add windows compatibility by means of use_shutil option
2022-01-30 17:30:28 +01:00
Alexander Bushnev
20f0043e2a Add windows compatibility by means of use_shutil option
+ small bugfixes
2022-01-30 12:41:13 +01:00
Alexander
116588a438
Merge pull request #5 from sashacmc/add-jpegtrans-support
Add jpegtran support
2022-01-30 03:00:14 +01:00
Alexander Bushnev
9bd2051740 Fix debug output 2022-01-30 02:29:07 +01:00
Alexander Bushnev
9c810bedc8 Version 1.0.8. 2022-01-30 02:26:24 +01:00
Alexander Bushnev
bf79a40056 Add jpegtran support 2022-01-30 02:10:43 +01:00
Alexander
3aee11e42c
Merge pull request #4 from sashacmc/dev
Version 1.0.7.
2021-05-01 00:44:18 +02:00
Alexander Bushnev
a92942a5a5 Version 1.0.7.
- Rework server errors processing
- Fix security issues
2021-05-01 00:43:24 +02:00
Alexander
7ce1b47496
Update README.md 2021-05-01 00:37:12 +02:00
Alexander
1ed9d7333d
Merge pull request #3 from sashacmc/dev
Suppres false positive lgtm alert
2021-04-30 00:02:08 +02:00
sashacmc
3d5cabc5ee Suppres false positive lgtm alert 2021-04-29 23:44:53 +02:00
sashacmc
1120f63c77 Fix security issues 2021-04-29 00:58:26 +02:00
sashacmc
51f415b670 Rework server errors processing 2021-04-29 00:57:38 +02:00
sashacmc
de0ccd6e1a Use directory size in place of disc usage for fixed server input path 2021-03-23 23:55:27 +01:00
sashacmc
b117928db8 Change deprecated parse_qs call 2021-03-08 00:50:54 +01:00
Alexander
7e28c804d8
Merge pull request #2 from serjeii/patch-1
Fix read of remove_empty_dirs
2021-03-08 00:39:44 +01:00
sashacmc
8fed814ee5 Check device readonly and don't allow import with move mode 2021-03-08 00:33:59 +01:00
Sergei Vavilov
d179a34261
fix read of remove_empty_dirs 2021-01-25 22:44:00 -08:00
Alexander
2f858115f3
Update README.md 2021-01-17 23:19:09 +01:00
Alexander
aba4d28133
Update README.md 2021-01-17 23:18:47 +01:00
Alexander
25c39e465a
Update README.md 2021-01-17 23:18:12 +01:00
sashacmc
62862c1ba3 Update version and debian/changelog 2020-12-27 18:53:00 +01:00
sashacmc
a3d9b3924d Add errors check in console script 2020-12-27 18:52:41 +01:00
sashacmc
41b75fd285 Use system mv and cp in place of python commands 2020-12-27 18:52:24 +01:00
sashacmc
907b72d74a * Improve removable device detection
* Add video time metadata reading (by mean of exiftool)
  * Improve audio time detection
  * Add umask option
2020-11-30 10:56:33 +01:00
sashacmc
3629a0dc78 Fix fileprop standalone call 2020-05-29 00:07:25 +02:00
sashacmc
54bb7a487c Improve removable device detection 2020-05-29 00:06:32 +02:00