Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 873 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 873 Bytes

beets-itunesimport

Plugin for beets to automatically add imported albums to iTunes, using the iTunes COM Interface on Windows.

Only tested on Win10 with iTunes 10.7 for now.

Troubleshooting

AttributeError: … no attribute 'CLSIDToClassMap'

E.g.

AttributeError: module 'win32com.gen_py.9E93C96F-CF0D-43F6-8BA8-B807A3370712x0x1x13' has no attribute 'CLSIDToClassMap'
AttributeError: module 'win32com.gen_py.9E93C96F-CF0D-43F6-8BA8-B807A3370712x0x1x13' has no attribute 'MinorVersion'

Answers (1, 2) on Stack Overflow suggested deleting folders in

%USERPROFILE%\AppData\Local\Temp\gen_py

which worked for me.