beetbox / beets

music library manager and MusicBrainz tagger
http://beets.io/
MIT License
12.92k stars 1.82k forks source link

Create a new template function: capitalize #5409

Closed taniodev closed 2 months ago

taniodev commented 2 months ago

Description

This creates a new template function that capitalizes the text (make the first character have upper case and the rest lower case). Example:

beet list -f '%capitalize{$title}'

This does not do the same as the %title function.

(...)

To Do