GitXplorerGitXplorer
S

beets-itunesimport

public
3 stars
2 forks
0 issues

Commits

List of commits on branch main.
Verified
7bcca238a0812789deed33ff4e2d1e98cfdf3d1b

Update README.md

SSchweinepriester committed 4 years ago
Unverified
303b63c03269ef25aae3e5010fe5a6e2cb81bdfb

Merge remote-tracking branch 'origin/main' into main

SSchweinepriester committed 4 years ago
Unverified
9ef6a16d04ece7c89c2961760d9a656f15aef1b0

make paths containing special chars work (UTF-8 ftw!); document error "no attribute 'CLSIDToClassMap'"

SSchweinepriester committed 4 years ago
Verified
6532843a992bf44f0e46bfd7d19ab43ea46fae7c

Update README.md

SSchweinepriester committed 4 years ago
Unverified
0e8172c12f1dbd5335231ff1ac8b4429db6ee664

add some notes

SSchweinepriester committed 4 years ago
Unverified
dd1fe819e11f50c7e19f2a55be87e8272ed12de0

basic version working

SSchweinepriester committed 4 years ago

README

The README file for this repository.

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.