1
Fork 0
photoview/api/scanner
stz184 e89c84f45f When a photo is deleted or moved on the file system, the coresponding cache folder and database record are deleted.
fixes #56
2020-07-24 20:50:17 +03:00
..
cache.go add media_type column to media table in database 2020-07-11 14:05:06 +02:00
cleanup_media.go When a photo is deleted or moved on the file system, the coresponding cache folder and database record are deleted. 2020-07-24 20:50:17 +03:00
encode_photo.go add media_type column to media table in database 2020-07-11 14:05:06 +02:00
executable_worker.go Generate video thumbnails 2020-07-11 13:39:11 +02:00
exif.go Huge refactor: rename photo to media 2020-07-10 14:26:19 +02:00
media_type.go Cleanup + add video format 2020-07-13 18:01:31 +02:00
process_photo.go Encode videos for web using ffmpeg 2020-07-11 13:13:31 +02:00
process_video.go Cleanup regarding video support 2020-07-12 14:31:50 +02:00
queue.go Expose media_type to graphql 2020-07-11 14:21:10 +02:00
queue_test.go Fix queue tests 2020-06-23 14:10:03 +02:00
scanner_album.go When a photo is deleted or moved on the file system, the coresponding cache folder and database record are deleted. 2020-07-24 20:50:17 +03:00
scanner_media.go Add video metadata 2020-07-12 14:17:49 +02:00
scanner_user.go add media_type column to media table in database 2020-07-11 14:05:06 +02:00
video_metadata.go Add video metadata 2020-07-12 14:17:49 +02:00