https://github.com/Schweinepriester/beets-itunesimport
Plugin for beets to automatically add imported albums to iTunes
https://github.com/Schweinepriester/beets-itunesimport
beets itunes mp3 music
Last synced: 5 months ago
JSON representation
Plugin for beets to automatically add imported albums to iTunes
- Host: GitHub
- URL: https://github.com/Schweinepriester/beets-itunesimport
- Owner: Schweinepriester
- License: mit
- Created: 2021-03-07T01:01:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-02T23:02:49.000Z (almost 4 years ago)
- Last Synced: 2024-11-30T06:43:47.424Z (5 months ago)
- Topics: beets, itunes, mp3, music
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Schweinepriester/beets-itunesimport - Plugin for beets to automatically add imported albums to iTunes (Python)
README
# beets-itunesimport
Plugin for [beets](https://beets.io/) 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.
```powershell
AttributeError: module 'win32com.gen_py.9E93C96F-CF0D-43F6-8BA8-B807A3370712x0x1x13' has no attribute 'CLSIDToClassMap'
``````powershell
AttributeError: module 'win32com.gen_py.9E93C96F-CF0D-43F6-8BA8-B807A3370712x0x1x13' has no attribute 'MinorVersion'
```Answers ([1](https://stackoverflow.com/questions/59276808/win32com-module-problems), [2](https://stackoverflow.com/questions/52889704/python-win32com-excel-com-model-started-generating-errors)) on Stack Overflow
suggested deleting folders in```
%USERPROFILE%\AppData\Local\Temp\gen_py
```which worked for me.