KaraokeVideoDownloader/data/config.json

34 lines
942 B
JSON

{
"download_settings": {
"format": "best[height<=720][ext=mp4]/best[height<=720]/best[ext=mp4]/best",
"preferred_resolution": "720p",
"audio_format": "mp3",
"audio_quality": "0",
"subtitle_language": "en",
"subtitle_format": "srt",
"write_metadata": false,
"write_thumbnail": false,
"write_description": false,
"write_annotations": false,
"write_comments": false,
"write_subtitles": false,
"embed_metadata": false,
"add_metadata": false,
"continue_downloads": true,
"no_overwrites": true,
"ignore_errors": true,
"no_warnings": false
},
"folder_structure": {
"downloads_dir": "downloads",
"logs_dir": "logs",
"tracking_file": "downloaded_videos.json"
},
"logging": {
"level": "INFO",
"format": "%(asctime)s - %(levelname)s - %(message)s",
"include_console": true,
"include_file": true
},
"yt_dlp_path": "downloader/yt-dlp.exe"
}