yermak / AudioBookConverter

Improved AudioBookConverter based on freeipodsoftware release (mp3 to m4b converter)
GNU General Public License v2.0
726 stars 46 forks source link

Suggestion -- add folder/filename templates for saving #475

Closed jeff47 closed 4 months ago

jeff47 commented 1 year ago

Many programs etc use specific folder & filename patterns to parse metadata. For example, I save all my audiobooks in this format:

Author LN, FN/Title/Author - Title {Narrator}.m4b

It'd be very helpful if I could tell AudioBookConverter to use that format as a template, and have it insert the appropriate data from the metadata fields.

yermak commented 4 months ago

You now can edit templates in settings. Templates are done with https://github.com/antlr/stringtemplate4, so you may need to learn syntax. Note: fields teamplates need to be exposed by code, you can't just use random fields. I hope it helps