Releases: schnatterer/dsdl
Releases · schnatterer/dsdl
Synology Photos
- Add Synology Photos, introduced with DSM7.
- Update Depedencies
DS Photo: Fix downloading videos
3.0.2 Prepare version 3.0.2
Update components
3.0.1 3.0.1
m3u, folder-structure and smaller Docker image
- 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
- Downloads also audio playlists via AudioStation.
- CLI now contains commands
photo
- works just like in 1.xaudio
- works just likephoto
, 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
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
0.1.1 Prepares version 0.1.1
First version
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.