From b446845911bc92b767c4a14faf44d73283ac9b07 Mon Sep 17 00:00:00 2001 From: KDalu <71458929+KDalu@users.noreply.github.com> Date: Sat, 25 Jan 2025 14:27:18 -0500 Subject: [PATCH] Added download_real_time to the list of config options --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aef8c68..44c3820 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Downloads specified items. Accepts any combination of track, album, playlist, ep | output_playlist_episode | --output-playlist-episode | File layout for episodes in a playlist | {playlist}/{playlist_number}. {episode_number} - {title} | | output_podcast | --output-podcast | File layout for saved podcasts | {podcast}/{episode_number} - {title} | | download_quality | --download-quality | Audio download quality (auto for highest available) | | +| download_real_time | --download-real-time | Downloads songs as fast as they would be played | | | audio_format | --audio-format | Audio format of final track output | | | transcode_bitrate | --transcode-bitrate | Transcoding bitrate (-1 to use download rate) | | | ffmpeg_path | --ffmpeg-path | Path to ffmpeg binary | |