comictagger/testing
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
..
data Fix sorting 2022-09-10 19:48:50 -07:00
__init__.py make tests and testing proper modules 2022-06-23 13:27:36 -07:00
comicdata.py Fix issues 2022-08-08 18:05:06 -07:00
comicvine.py Tests 2022-07-18 12:06:49 -07:00
filenames.py Update MetadataFormatter 2022-10-04 16:15:20 -07:00