Thanks for this plugin! I've been looking for something like this since an older similar plugin stopped working. I can't believe I didn't see this until now.
I do have a couple of ideas that might improve it. They're not really bugs, because there might be a reason why you did it this way, so let's just call them suggestions.
I took a look at the source code and even made these changes in my personal copy of the plugin, so I know they're easy to implement if you think they're worthwhile.
1. Currently, Album takes precedence over Title when populating the Title field in Calibre. To me it seems it should be the other way around.
If you want to change it, simply swapping the order of tag.album and tag.title in the first line of the get_title_from_tag function would make Title take precedence.
2. Album and Track seem like a good match for Series and Series index in Calibre.
A handful of additional lines in the get_metadata function would take care of this.
Thanks again!
|