嘗試使用pygame的製作播放列表製造商,但它只會起到非常第一首歌曲的名單上,它加載下一首歌曲,但沒有播放音頻 from pygame import mixer # Load the required library
from os import listdir
from mutagen.mp3 import MP3
import time
k = listdir('C:/LOCAL')
我必須在Flac中翻錄我的cd庫才能將它們歸檔,並且長片段文件在翻錄時不會包含曲目編號,播放列表順序時播放列表順序在我的音頻播放器上。 要保存麻煩他們手動重命名今天早上我寫了一個小腳本: import os
from mutagen.flac import FLAC
chemin= r'E:\CD\CdName'
for titre in os.listdir(chemin):
我想編輯一堆mp3文件的元數據,所以我使用了python mutegan。 The details of the mp3 file before running mutagen 我用這個簡單的代碼來改變MP3文件的詳細信息。 from mutagen.easyid3 import EasyID3
audio = EasyID3("C:/wamp/www/music/songs/showkali.