butterscotchstallion / limnoria-plugins

A smattering of Limnoria plugins I've written
MIT License
14 stars 14 forks source link

SpiffyTitles: Improve templating #18

Closed butterscotchstallion closed 9 years ago

butterscotchstallion commented 9 years ago

Currently the following format is used:

^ %s :: Duration: %s :: Views: %s :: Rating: %s

This works, but only if you use all of the available variables, which may not be desirable. Instead, replace each variable with a dollar sign prefixed string like $duration and $view_count