Commit Graph

97 Commits

Author SHA1 Message Date
40b9910d8d When we delete, we may have deleted everything on the current page, so dont advance 2024-10-01 12:02:08 +10:00
629202c9dd Show filename for item being scheduled for deletion, remove redundant functions 2024-10-01 11:59:56 +10:00
87ab2729a4 Changes to calling actions() for laravel 11 2024-10-01 11:54:34 +10:00
a2c71afa73 Updates to Jobs so they are all queable, and overlapping is consistent 2024-10-01 11:48:17 +10:00
4828cc6e84 URL path to control number of listed items for duplicates/delete 2024-10-01 11:44:26 +10:00
5b1b6a3fd2 Update and rename Photo/Video Delete to CatalogDelete 2024-10-01 00:01:33 +10:00
7742b4289d Updates to duplicate/remove displays, remove deprecated display functions 2024-09-30 22:56:08 +10:00
7eb0379996 Catch exception when trying to determine the creation_date 2024-09-29 18:08:18 +10:00
4e39d01876 Seems quicktime atoms can have multiple mdat's, so we need a way to calculate our signature for them too 2024-09-29 00:26:22 +10:00
d9908c043f Allow for gps data that doesnt include altitude 2024-09-28 23:19:01 +10:00
d25900b800 Allow for gps details not being in QuickTime meta 2024-09-28 23:07:34 +10:00
1151d43bee atom/container classes are lowercase 2024-09-27 21:29:18 +10:00
d912d35b87 Added AVI x-msvideo parsing 2024-09-24 21:55:40 +10:00
06b8542de6 Handle 64bit atoms 2024-09-20 13:02:21 +10:00
286746019f Move some file read operations to base class, moved Quicktime Trait to be with Quicktime classes 2024-09-20 12:56:20 +10:00
f14e29a54f Cosmetic code fixes and fix (relax) width/heigh comparison when catalog scanning 2024-09-18 18:16:31 +10:00
75313d8dd1 Enable CSS to show thumbnail at a fixed height. Fix showing created dates are the same 2024-09-18 16:10:21 +10:00
5bd5bb8488 Enable CSS to show thumbnail at a fixed height. Fix showing created dates are the same 2024-09-18 13:55:09 +10:00
90323fef5f Ensure scheduled catalog scan/move jobs ids are unique. Remove deprecated objectType() 2024-09-18 13:30:49 +10:00
f136360e5c Change logging and saved() function for Video/Photo 2024-09-18 11:50:10 +10:00
59925f3af9 More changes to scanall to address memory issues 2024-09-18 11:36:42 +10:00
a6796a24ae Change ScanAll logic, we'll just queue a scan instead of recording some info initially 2024-09-18 09:32:08 +10:00
6e2a1e8670 Remove some init debug logging 2024-09-17 23:34:16 +10:00
10a1aceeb3 Fix scanall, was only scanning one dir. Default route is now /home. Fix 500 error for when displaying an image that doesnt exist 2024-09-17 23:11:20 +10:00
86dceac617 Framework update 2024-09-16 23:32:19 +10:00
32e2dcf347 Refactor Catalog Model 2024-09-16 23:26:54 +10:00
2caff58f73 Optimise videostream 2024-09-16 23:23:00 +10:00
a5b5256793 Major refactor of video processing. 2024-09-16 23:23:00 +10:00
f9cdc8f9d2 Implement our own quicktime parser 2024-09-16 22:10:19 +10:00
a3013078e0 Photo scan and move implemented, and remove redundant files 2024-09-02 22:51:19 +10:00
431ceec69f Removed more redundant functions 2024-08-31 22:56:52 +10:00
9208ddf779 Major refactor of photo processing, video processing still to do 2024-08-31 22:23:16 +10:00
2d04c8ccbb Rebuild database migrations 2024-08-31 22:23:16 +10:00
daf44c7339 Framework update 2024-08-31 22:23:16 +10:00
Deon George
7929afeb47
Forgot to remove debug variable 2020-07-16 13:41:02 +10:00
Deon George
3d5c0cfe9f
Finished work on Catalog::verify 2020-07-16 13:40:16 +10:00
Deon George
18812b51e0
Determine current filename 2020-07-16 12:12:26 +10:00
Deon George
ed49ef29b5
Fix job dispatching 2020-07-16 11:49:20 +10:00
Deon George
d21df1c575
Start of CatalogVerify 2020-07-16 11:41:17 +10:00
Deon George
7bd4bad941 Bug fixes 2020-01-06 20:01:04 +11:00
Deon George
948e8ce9fc Enable some disabled functions 2020-01-05 21:55:26 +11:00
Deon George
2e222b814b Fix for when created and created_manual is null 2020-01-05 18:15:25 +11:00
Deon George
270f63144b Added handling of created_manual, revert some file_path() 2020-01-05 18:02:32 +11:00
Deon George
0b6b3021fd Revert some file_path() calls 2020-01-05 10:53:54 +11:00
Deon George
d84412e9b1 Fixes for import 2020-01-05 10:50:12 +11:00
Deon George
9c0a02c425 Fix newfilename calculation 2020-01-05 09:37:50 +11:00
Deon George
1ffc2d994e Internal optimisations and additional flags for Photo/Video 2020-01-05 00:28:00 +11:00
Deon George
93364ab53a Fixes for catalog::scanall(), set subsectime to 0 instead of false 2020-01-03 08:21:55 +11:00
Deon George
cf7c9317eb Start of console commands enhancements 2020-01-03 08:04:15 +11:00
Deon George
c5fcfdc1d7 Minor fixes and support for HEIC images 2020-01-02 09:42:59 +11:00