harry0703 / MoneyPrinterTurbo

利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.
MIT License
14.8k stars 2.27k forks source link

video.py的第25行有问题,files为空,有空改下吧 #401

Closed houzhuangcode closed 1 month ago

houzhuangcode commented 1 month ago

def get_bgm_file(bgm_type: str = "random", bgm_file: str = ""): if not bgm_type: return "" if bgm_type == "random": suffix = "*.mp3" song_dir = utils.song_dir() files = glob.glob(os.path.join(song_dir, suffix)) return random.choice(files)

video.py的第25行有问题,files为空 1717669798315

houzhuangcode commented 1 month ago

是背景音乐没有下载下来,不用改了