feat: switch NAS transfer from scp to rsync over SSH and update README
Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
This commit is contained in:
parent
d9f63a5fc1
commit
087742430d
2 changed files with 8 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ A command-line tool to download music from various sources like Apple Music, Sou
|
|||
|
||||
## Description
|
||||
|
||||
`jamdl` is a wrapper around popular downloaders (`gamdl`, `scdl`, `yt-dlp`) that automates the process of downloading media and transferring it to a specified location, such as a local directory or a remote NAS via SCP.
|
||||
`jamdl` is a wrapper around popular downloaders (`gamdl`, `scdl`, `yt-dlp`) that automates the process of downloading media and transferring it to a specified location, such as a local directory or a remote NAS via rsync over SSH.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
@ -12,6 +12,7 @@ You must have the following command-line tools installed and available in your s
|
|||
- `gamdl` (for Apple Music)
|
||||
- `scdl` (for SoundCloud)
|
||||
- `yt-dlp` (for other sources)
|
||||
- `rsync` (for file transfers; remote copies use rsync over SSH)
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue