comictagger/comictaggerlib/ui
Timmy Welch 028b728d82 Improve file renaming
Moves to Python format strings for renaming, handles directory
structures, moving of files to a destination directory, sanitizes
file paths with pathvalidate and takes a different approach to
smart filename cleanup using the Python string.Formatter class

Moving to Python format strings means we can point to python
documentation for syntax and all we have to do is document the
properties and types that are attached to the GenericMetadata class.

Switching to pathvalidate allows comictagger to more simply handle both
directories and symbols in filenames.

The only changes to the string.Formatter class is:
1. format_field returns
an empty string if the value is none or an empty string regardless of
the format specifier.
2. _vformat drops the previous literal text if the field value
is an empty string and lstrips the following literal text of closing
special characters.
2022-04-18 18:52:53 -07:00
..
__init__.py aligned with comicstreamer updates 2015-02-02 17:20:48 +01:00
autotagmatchwindow.ui Added issue description to the match and issue selection dialogs 2013-04-12 01:56:24 +00:00
autotagprogresswindow.ui auto-tag progress window now uses coverimagewidget 2013-05-06 18:22:14 +00:00
autotagstartwindow.ui Text tweaks 2014-06-14 03:56:32 +00:00
coverimagewidget.ui Name conflict with launcher script 2013-02-07 04:00:20 +00:00
crediteditorwindow.ui Name conflict with launcher script 2013-02-07 04:00:20 +00:00
exportwindow.ui Name conflict with launcher script 2013-02-07 04:00:20 +00:00
fileselectionlist.ui Name conflict with launcher script 2013-02-07 04:00:20 +00:00
imagepopup.ui Name conflict with launcher script 2013-02-07 04:00:20 +00:00
issueselectionwindow.ui Added issue description to the match and issue selection dialogs 2013-04-12 01:56:24 +00:00
logwindow.ui Name conflict with launcher script 2013-02-07 04:00:20 +00:00
matchselectionwindow.ui Added issue description to the match and issue selection dialogs 2013-04-12 01:56:24 +00:00
pagebrowser.ui Name conflict with launcher script 2013-02-07 04:00:20 +00:00
pagelisteditor.ui Using shortcuts and actions. 2022-04-14 12:22:53 -04:00
progresswindow.ui Name conflict with launcher script 2013-02-07 04:00:20 +00:00
qtutils.py Catch exception when displaying raw tags 2022-04-11 17:16:07 -07:00
renamewindow.ui Name conflict with launcher script 2013-02-07 04:00:20 +00:00
settingswindow.ui Improve file renaming 2022-04-18 18:52:53 -07:00
taggerwindow.ui Menu command to clear out page size,height,width on demand, to then recalculate on save. 2022-04-05 16:23:26 -04:00
TemplateHelp.ui Improve file renaming 2022-04-18 18:52:53 -07:00
volumeselectionwindow.ui Cleanup settings from #200 2022-01-22 15:00:22 -08:00