-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
21 lines (18 loc) · 875 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Given a folder with an album, it fixes up tags and adds it to iTunes.
The Unarchiver (http://wakaba.c3.cx/s/apps/unarchiver.html) must be
in /Applications to build this.
=====================
Working
=====================
- Reads wav/cue and other audio formats supported by QuickTime.
- Universal charset detection for ID3 tags and cuesheets.
- Supports "album artist" vs "artist", fixes track numbers, that kind of thing.
=====================
Not working
=====================
- Needs an option to guess tags from file names.
- Needs an option to manually choose the charset (which is frequently misguessed)
- taglib is too opaque when we want raw bytes; ditch it for libavformat or something.
- Can't import album art, because iTunes' API is broken.
- Can't delete temporary WAV files in the library for some reason.
- The program has to be restarted after it's done.