There’s some stuff that Picard does that’s very important to me, and I can’t tell from the features list whether Jaikoz can do them all. Here’s a list:
- Map MusicBrainz’ Album Artist Sort field to the TSO2 frame in ID3 tags, like the TSO2 plugin.
- Open a webpage to create a new release, already filled in with all the info from my tags, like the Add Cluster as Release… plugin.
- The website “Tagger” button (link to localhost:8000). I’m sure the manual match thing is nice, but sometimes it’s faster to find a release on the website and then tell Picard I found it.
- An equivalent to “cluster lookup” that works at least as well. (In other words, because this track is in the same cluster as that one, it must be from this album that has both of those tracks, not the only 28 releases that have one without the other.)
- Pull additional metadata from last.fm, like the lastfmplus plugin.
- Add to iTunes after tagging, at least what the Add to iTunes plugin does, ideally better (e.g., if iTunes moves the file, Jaikoz should know the new location–in fact, it would be nice if it could open stuff from iTunes and do all kinds of other stuff).
There’s also one feature Picard doesn’t have that I’d love (and may end up writing a plugin for): Arbitrary tag remapping. For example, let’s I want to take all the individual values from genre, mood, occasion, and folksonomy tags and turn them into a comma-separated list in the TCON frame (so I can search them/build smart folders around them/etc. in iTunes). Or cram all the fields I’m interested that iTunes won’t show into an rfc822 header at the top of the USLT frame (so I can see them all in the Lyrics tab in iTunes). I haven’t figured out how people could specify what they want without having to write their own Python, but I’m sure it’s doable, and maybe you’ve come up with a good interface that I couldn’t imagine and already implemented it in Jaikoz?
Finally, is Jaikoz extensible in any way, like Picard’s plugins and script engine? Half of what I love about Picard is actually added by plugins, often because it’s useless to most people, or would even get in the way for some people. If I find something Jaikoz can’t do that I need (and that maybe nobody else cares about), am I just out of luck?
Thanks.