Neurrone / beets-audible

Organize Your Audiobook Collection With Beets
MIT License
86 stars 17 forks source link

Beets Zero Plugin and subtitle #62

Open SenorSmartyPants opened 2 months ago

SenorSmartyPants commented 2 months ago

I started using the Zero Plugin to get rid of subtitles I don't want (namely "A Novel").

This works great except for one minor (not visible) issue. Album Sort Order is calculated before the Zero plugin runs.

So I get values like "Book Title - A Novel" as the sort order. Not a huge issue, but could have implications for other use cases.

Maybe calculated fields should be constructed in a different event? on_write? I'm not sure which event would be best, not an expert on the event model.

Thanks!

SenorSmartyPants commented 2 months ago

I looked over the Zero Plugin Code It does seem to most of its work in the write event.