I've updated the 'Under the hood' section in the initial post of '
Calibre + iPad: Start here' to include the current iTunes <> calibre metadata mapping. Here's the relevant section:
Code:
Current iTunes <> Calibre metadata mappings as of 0.7.7:
* Album - Title
* Artist - Author
* Composer - uuid
* Description - (description generated when sending file)
* Enabled - True
* Sort Artist - author_sort
* Sort Name - (function stripping 'A', 'An', 'The' from title)
* Comments - Comments
* Rating - Rating
* Genre - (first tag starting with alpha character)
If option to use Series as Genre is checked:
* Genre - Series
* Episode ID - Series
* Episode Number - series_index
* Sort Name - Series series_index
On my to-do list is a feature to allow user-customizable mappings, but it won't be right away.
G