Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MP3ファイルのすべてのメタデータをクリアしたいのですが、プロジェクトですでにMutagenを使用しています。ファイルからすべてのメタデータを簡単にクリアする方法はありますか?
オブジェクトのdeleteメソッドを使用できるようです。MP3
delete
MP3
mp3 = MP3(fname) mp3.delete() mp3.save()
ソース:MP3ファイルからID3タグを削除します