5👍
✅
try
mutagen.File(filePath, easy=True)
this should work. Note: if you get {} after trying this code, your music file has no meta data.
Source:stackexchange.com
5👍
try
mutagen.File(filePath, easy=True)
this should work. Note: if you get {} after trying this code, your music file has no meta data.