comictagger/comictaggerlib
Timmy Welch a6d55cd21a
Update MetadataFormatter
Several custom conversions (the s in {title!s}) have been created
u - str.upper()
l - str.casefold()
S - str.swapcase()
t - str.title()
c - str.Capitalize()

A new syntax has been added '{title+str}' and '{title-str}':
The + indicates an alternate value.
The - indicates a default value.

If the title of a comic is not set then
'{title-str}' will output 'str'
and
'{title+str} will output ''

If the title of a comic is 'hello' then
'{title+str}' will output 'str'
and
'{title-str}' will output 'hello'
2022-10-04 16:15:20 -07:00
..
2018-09-19 22:05:39 +02:00
2022-07-18 12:17:13 -07:00
2022-06-02 18:32:16 -07:00
2022-06-05 15:23:20 -07:00
2022-07-23 10:05:04 -07:00
2022-07-18 12:06:49 -07:00
2022-09-17 01:28:26 -07:00
2022-08-10 16:33:40 -07:00
2022-08-10 20:55:46 -07:00
2022-07-01 16:22:01 -07:00
2022-06-02 18:32:16 -07:00
2022-10-04 16:15:20 -07:00
2022-08-10 20:55:46 -07:00
2022-07-18 12:06:49 -07:00
2022-08-10 20:55:46 -07:00
2022-06-02 18:32:16 -07:00
2022-06-05 15:23:20 -07:00
2022-08-08 18:05:06 -07:00
2022-06-02 18:32:16 -07:00
2022-06-02 18:32:16 -07:00
2022-09-17 01:28:26 -07:00
2022-08-10 20:55:46 -07:00
2022-08-10 20:55:46 -07:00