Page 2 of 3

Re: Terra Photos 2.0 Now is Released!

Posted: 12 Feb 2024, 18:04
by IrisLi
You can try using other browsers to access TOS, and then go to the application center to check if there is a TerraPhotos application in the recommended list. If it still does not exist, you can contact us via email, and we can provide you with the TPK installation package, which can be manually installed and used in the application center.

Re: Terra Photos 2.0 Now is Released!

Posted: 14 Feb 2024, 21:24
by IM35461
Am I right that this indexes photos by the time created file date rather than reading the EXIF data of the photo files?

Thus if you use Terra Master RSYNC which when copying from one to another Terra Master NAS all of my 60,000 photos were all taken today (deleted them all and copied them over using dos xcopy which does know how to maintain file created dates).

Also dates only seem to be in YYYY-MM-DD rather than following the date format set on the NAS

Anther also you can't stop "Media Index" from being indexed and if you delete it it just puts it back.

Thus you have to keep selecting "Public Place" from "Personnel Place"

Another Also I can't find details about photos taken when you select a photo.

Re: Terra Photos 2.0 Now is Released!

Posted: 20 Feb 2024, 15:54
by TMzethar
{L_BUTTON_AT}IM35461
TerraPhoto sorts photo files by their modification time, and you can also edit the modification time of photo files in TerraPhoto.
Regarding the issue of incorrect time after Rsync backup, you can use another method to transfer files and retain the time information. Please use the to mount the source directory to the directory of TNAS (SMB/NFS), and then copy the files through copying and TFM bakcup.

Re: Terra Photos 2.0 Now is Released!

Posted: 20 Feb 2024, 22:56
by Gremlin
or TM could rework rsync as already suggested in another thread (add the '-a' archive option)

Re: Terra Photos 2.0 Now is Released!

Posted: 26 Feb 2024, 20:42
by tabasco
I've been attempting to locate where I can download and install Terra Photos 2.0 as it does not appear in the App Center after performing the troubleshooting steps in this thread.

May I please have the tpk? I've updated to the latest software on my TNAS T2-432 (5.1.103) and have rebooted but to no avail.

Re: Terra Photos 2.0 Now is Released!

Posted: 26 Feb 2024, 22:02
by GevinKe
{L_BUTTON_AT}tabasco

Terra Photos 2.0 can only be used with TOS system version 5.1.123.

Re: Terra Photos 2.0 Now is Released!

Posted: 10 Mar 2024, 09:54
by dandrewm
Hi there,

I have the same issue. I'm using a recently purchased F4-424 Pro. The TOS version is 5.1.103, and firmware MADN0101.V03. It says this is the latest version and I can't find anywhere to manually update the firmware. Interestingly enough, the system doesn't recognise the system correctly (thinks it's a F4-824.

Am curious to know whether this is standard- was the 824 firmware used pending finalisation of 424 Pro firmware or was this an accident?

Thanks,

Dylan

Re: Terra Photos 2.0 Now is Released!

Posted: 10 Mar 2024, 10:35
by dandrewm
Found the firmware update. Updated to v5.1.123. Still can't download Terra Photos...

Re: Terra Photos 2.0 Now is Released!

Posted: 10 Mar 2024, 16:37
by IrisLi
You can try refreshing your browser or using another browser to access TOS and then go to the App Center to see if the TerraPhotos app is in the recommended list. If it's still not there, you can contact us via email and we'll provide you with the TPK installer, which you can install and use manually in the App Center.

Re: Terra Photos 2.0 Now is Released!

Posted: 30 Apr 2024, 18:22
by robertsms
Issues with Terra Photos Beta, seems that it doesn't like files or folders with ' apostrophe within name as the SQL inserts are not escaping the data inserted as apostrophe is a reserved character.

Example from logs

[2024/04/30 20:01:47] sql.c:310: error: sql:INSERT INTO PHOTO (NAME, PATH, TYPE, SIZE, TIMESTAMP, DATE, WIDTH, HEIGHT, RESOLUTION, GPSINFO, ROTATION, CREATOR, LENS_MODEL, F_Number, FOCAL_LENGTH, ISO, EXPO_TIME, YEAR, MONTH, DAY, SHORT_TIMESTAMP, FOLDER_TYPE, HOME_USERNAME, PHOTO_DIR) VALUES ('IMG_5021.JPG', '/Volume2/Photos/Photos/Name''s iPhone/DCIM/101APPLE/IMG_5021.JPG', 0, 2657878, 1482627901, '2016-12-25T12:05:00', 3264, 2448, '3264x2448', 'E;150, 55, 41.82;S;33, 42, 53.44', 0, 'Apple', 'iPhone 6', 'f/2.2', '4.2 mm', '32', '1/842 sec.', 2016, 12, 25, 1482584400, 2, '', '/Volume2/Photos/Photos/Name's iPhone/DCIM/101APPLE') ON CONFLICT DO NOTHING; PGSQL 7 ERROR ERROR: syntax error at or near "s"
LINE 1: ...1482584400, 2, '', '/Volume2/Photos/Photos/Name's iPhone/D...
^

[2024/04/30 20:01:47] metadata.c:1190: error: Error inserting photo for '/Volume2/Photos/Photos/Name's iPhone/DCIM/101APPLE/IMG_5021.JPG'!
[2024/04/30 20:01:47] sql.c:310: error: sql:INSERT INTO PHOTO_DIRINFO (SHOW_FOLDER, RELATIVELY_PATH, CHILD_PHOTO_DIR, PARENT_PHOTO_DIR, FOLDER_TYPE, HOME_USERNAME) VALUES ('Name's iPhone', 'Photos/Photos/Name's iPhone', '/Volume2/Photos/Photos/Name's iPhone', '/Volume2/Photos/Photos', 2, '') ON CONFLICT DO NOTHING; PGSQL 7 ERROR ERROR: syntax error at or near "s"
LINE 1: ..._DIR, FOLDER_TYPE, HOME_USERNAME) VALUES ('Name's iPhone',...
^