KaraokeVideoDownloader/config/config.json

46 lines
1.2 KiB
JSON

{
"download_settings": {
"format": "bestvideo[height=720][ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]",
"outtmpl": "%(title)s_720p.%(ext)s",
"merge_output_format": "mp4",
"noplaylist": true,
"postprocessors": [{
"key": "FFmpegExtractAudio",
"preferredcodec": "mp3",
"preferredquality": "0"
}],
"writesubtitles": false,
"subtitle_language": "en",
"subtitle_format": "srt",
"writedescription": false,
"writeannotations": false,
"writeinfojson": false,
"writecomments": false,
"writethumbnail": false,
"embed_metadata": false,
"continuedl": true,
"nooverwrites": false,
"ignoreerrors": true,
"no_warnings": false
},
"folder_structure": {
"downloads_dir": "downloads",
"logs_dir": "logs",
"data_dir": "data",
"tracking_file": "downloaded_videos.json"
},
"logging": {
"level": "INFO",
"format": "%(asctime)s - %(levelname)s - %(message)s",
"include_console": true,
"include_file": true
},
"platform_settings": {
"auto_detect_platform": true,
"yt_dlp_paths": {
"windows": "downloader/yt-dlp.exe",
"macos": "downloader/yt-dlp_macos"
}
},
"yt_dlp_path": "downloader/yt-dlp.exe"
}