The the plugin allows you to move patterns in path formats. It’s suitable, for example, for moving articles from string start to the end. This is useful for quick search on filesystems and generally looks good. Plugin does not change tags. By default plugin supports English “the, a, an”, but custom regexp patterns can be added by user. How it works:
The Something -> Something, The
A Band -> Band, A
An Orchestra -> Orchestra, An
To use the the plugin, enable it (see Plugins) and then use a template function called %the in path format expressions:
paths:
default: %the{$albumartist}/($year) $album/$track $title
The default configuration moves all English articles to the end of the string, but you can override these defaults to make more complex changes.
To configure the plugin, make a the: section in your configuration file. The available options are: