Skip to content

Commit

Permalink
Controls, DSM7
Browse files Browse the repository at this point in the history
  • Loading branch information
gaudes committed Nov 13, 2024
1 parent af6a5c8 commit ba99277
Show file tree
Hide file tree
Showing 12 changed files with 274 additions and 80 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Also configurable is how often the list of images should be updated. The setting

When source "File system" is selected, the path can be entered and the format (landscape or portrait) of the pictures to be shown. Also the order can be configured.

When source "Synology PhotoStation" is selected, the Synology DSM version, the IP address or hostname and an username with password has to be configured. Download of pictures has to be enabled in PhotoStation settings.
When source "Synology PhotoStation" is selected, the Synology DSM version, the IP address or hostname and an username with password has to be configured.

Attention: After changes (Adding or Deleting) a restart of the adapter is required.

Expand Down Expand Up @@ -174,14 +174,6 @@ Can network drives be integrated?

Yes, but not directly through the adapter. ioBroker now supports a large number of operating systems. Accessing and connecting network shares is completely different depending on the operating system. In some cases, additional components such as Samba for Linux are also required. The connection of the network drive (mapping or mount) can be done directly by the operating system. Under Linux, the mount takes place in a specified directory, e.g. / mnt / pictures. This directory can then be used in the adapter configuration.

**Source Synology**

Can additional settings like album selection be integrated for Synology PhotoStation?
Can DSM 7 (Synology Photos) be supported?

Synology PhotoStation will end with DSM 6. The successor, Synology Photos, appears with DSM 7. DSM 7 is currently still beta, the final version will probably appear in summer 2021. Presumably the developer interface will also change. So I won't invest any more effort in the previous version. As soon as DSM 7 is officially released, I will check the integration. Unfortunately, there was no official Synology documentation for the previous version.
However, access to certain photo albums or folders can easily be implemented in the current version of PhotoStation. To do this, create a user for slideshow under DSM and only give this user permissions to the desired photo albums or folders in the PhotoStation.

## Changelog
<!--
Placeholder for the next version (at the beginning of the line):
Expand All @@ -190,6 +182,7 @@ However, access to certain photo albums or folders can easily be implemented in

### __WORK IN PROGRESS__
* (Gaudes) Include support for Synology DSM 7
* (Gaudes) Add controls for start/stop
* (Gaudes) Remove support for older Node versions
* (Gaudes) Update to newest Adapter creator for internal dependencies
* (Gaudes) Include adapter-dev
Expand Down
2 changes: 1 addition & 1 deletion admin/words.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

86 changes: 86 additions & 0 deletions build/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ba99277

Please sign in to comment.