lltag_formats(5) | File Formats Manual | lltag_formats(5) |
formats - Internal formats database file for lltag
The internal format database is usually stored in /etc/lltag/formats. The user may override this file by defining a $HOME/.lltag/formats. If this file exists, the system-wide one is ignored.
These files contain entries starting with a line such as:
[%n - %a - %t]
Then, the following 3 lines must be given to explain how the format is actually used to parse filenames:
type = basename
regexp = %L%N%S-%S%A%S-%S%A%L
%L for delimiter (empty by default, multiple spaces if --spaces was given)
%S for a space (or multiple spaces if --spaces was given)
%N for numbers
%A for an alphanumeric string without /
%P for any path (alphanumeric string with /)
%% for %
indices = NUMBER,ARTIST,TITLE
Brice Goglin
NOVEMBER 2006 |