Skip to content

Releases: schnatterer/dsdl

Synology Photos

10 Jan 23:16
Compare
Choose a tag to compare
  • Add Synology Photos, introduced with DSM7.
  • Update Depedencies

DS Photo: Fix downloading videos

05 Apr 17:24
Compare
Choose a tag to compare
3.0.2

Prepare version 3.0.2

Update components

07 Mar 17:22
3.0.1
Compare
Choose a tag to compare
3.0.1

   3.0.1

m3u, folder-structure and smaller Docker image

23 Feb 20:38
Compare
Choose a tag to compare
  • New options
    • --m3u: Create m3u playlist files for each downloaded playlist (audio only)
    • --folder-structure=server Stores musik files in the same folder structure as on server (audio only)
    • --folder-structure=list creates subdirs for each list (audio & photo)
  • Changed option: --flat replaced by --folder-structure=flat
  • Improved error handling: In case of error, skips files and continues with others.
    Instead, error statistics are returned on exit.
  • Docker container no longer runs as root user & and image is much smaller

Migration from 2.x:

  • Change -f to -f flat or --flat to --folder-structure=flat
  • Always check error statistics for failed files or lists

Adds audio station - new name: dsdl

26 Aug 14:05
Compare
Choose a tag to compare
  • Downloads also audio playlists via AudioStation.
  • CLI now contains commands
    • photo - works just like in 1.x
    • audio - works just like photo, execept for --playlist parameter

Migration from 1.x:

  • Adapt to new binary name dsdl
  • Add photo command

Example

  • Used to be
    ./pstd --user your-diskstsation-user --output photos/ http://diskstation/photo
  • Now is
    ./dsdl photo --user your-diskstsation-user --output photos/ http://diskstation/photo

Specify tags and folder structure

20 May 15:26
Compare
Choose a tag to compare

New options:

  • --flat and
  • --tags.

Note: In order to keep the behaviour of versions < 1.0.0 you must add the --flat parameter.

First version on docker hub

26 Apr 14:52
Compare
Choose a tag to compare
0.1.1

Prepares version 0.1.1

First version

26 Apr 10:50
Compare
Choose a tag to compare

Provides simple CLI, reads PW from stdin, logs in to photo station, reads all tags, downloads all photos into a single dir, skips existing photos.