Skip to content

Script to sort photos uploaded to Nextcloud by their capture date (thus overriding the default of sorting by upload date).

Notifications You must be signed in to change notification settings

flopsyan/nextcloud_photo_date_fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Installation Instructions

  1. Download the script
    Download the file nextcloud_photo_date_fix.sh and edit it as described within the file.

  2. Make it executable

  3. Move the script to your desired location
    Move the file to a location of your choice (e.g., /usr/local/bin/).

  4. Configure the cron job
    Open your root crontab (by running sudo crontab -e).

    Then, add the following line to your crontab (replace YOUR_PATH_HERE with the path you used in the previous step):

    0 * * * * YOUR_PATH_HERE/nextcloud_photo_date_fix.sh >> /var/log/nextcloud_photo_date_fix.log 2>&1

About

Script to sort photos uploaded to Nextcloud by their capture date (thus overriding the default of sorting by upload date).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages