1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
07690f9c94 Added basic Python3 support 2019-02-24 13:21:51 +01:00
28a99b0470 Removing outdated exif library in favor of exifread 2019-02-24 11:12:33 +01:00
25740ea1dc Added new command 'fsck', which will:
- search for Image objects which have not File relation
- same goes for Thumbnail objects
- search for files which doesn't exist neither as Thumbnail nor Image objects
- remove those files from filesystem
- remove empty directories

The last one will need improvements, since it's looking for leafs directory in
filesystem tree. Although workaround is to repeat fsck command, until it
report 0 empty directories removed.
2016-11-17 18:46:46 +01:00
577b93b534 Readme update 2016-09-01 22:11:01 +02:00
d003cecc9c Readme update 2016-09-01 19:05:42 +02:00
4eac6820c5 Added .gitignore, improved README 2016-08-19 18:26:47 +02:00