Skip to content

CPVprogrammer/update-synology-index-photo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# update-synology-index
Synology synoindexd service only works with FTP, SMB, AFP
this program index all files that synoindexd left
you can select extensions, modified time, user and paths
for the searching and treatment

Usage: update-synoindex-photo.sh  --> first for create config file
       change values of config/update-synoindex-photo-conf.txt
       update-synoindex-photo.sh

Example of config file:
for only jpg in the last hour for the user transmission with log directory /volume1/photos/ in the path /volume1/photos/holidays recursive


#extensions
JPG
#Modified time --> none or "command find time" --> 24 hours example = "-mtime 0" ----> 1 hour = "-mmin -60"
-mmin -60
#user: none, root, transmission, ftp, etc.
transmission
#directory for log/filename --> none, or path, or path/filename. for paths only must end with /
/volume1/photos/
#directories to treat --> 0 recursive, 1 no recursive
0 /volume1/photos/holidays

About

update synology index for photos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages