Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Server Synology Package #19

Open
desistefanova opened this issue Aug 21, 2024 · 0 comments
Open

Sync Server Synology Package #19

desistefanova opened this issue Aug 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@desistefanova
Copy link
Contributor

desistefanova commented Aug 21, 2024

Add the tool to synology pachake store: https://www.synology.com/en-eu/dsm/packages
Check ExifTool Syno Package

How to get exiftool running on DSM 7

Copied from https://community.synology.com/enu/forum/68/post/144720
and https://exiftool.org/forum/index.php?topic=12794.msg69232#msg69232

In a terminal/shell/cmd on your computer/mac do following:

ssh yourSynologyAdminUser@yourSynologyIpAddress -p yourPortNumber (probably 22)
wget https://exiftool.org/Image-ExifTool-12.33.tar.gz
tar -xf Image-ExifTool-12.33.tar.gz
rm Image-ExifTool-12.33 ExifTool.tar.gz
mv Image-ExifTool-12.33 ExifTool
sudo mv /volume1/homes/YourUserName/ExifTool /usr/share/applications/
sudo vi /etc/profile
add ":/usr/share/applications/ExifTool" to PATH line
save and exit
exit
ssh again into your synology and you should be able to use exiftool via command line

Read also https://synocommunity.com/

@desistefanova desistefanova added the enhancement New feature or request label Aug 21, 2024
@desistefanova desistefanova self-assigned this Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant