MangaManagerORG / Manga-Manager

Manga Manager collects useful tools to make managing your manga library easy. (Acts directly on files)
GNU General Public License v3.0
192 stars 18 forks source link

[Enhancement] Validators for individual Fields #134

Closed majora2007 closed 1 year ago

majora2007 commented 1 year ago

As part of the Dynamic Settings rework, there is an added need to allow a setting provider to have validation hooks that can clean input.

For example, MangaUpdates external source has an Author field which takes which ComicInfo fields to write to when available in upstream. However, if a user types something that doesn't match a field, there is no validation or cleanup before it's persisted.

majora2007 commented 1 year ago

Closing this as #135 takes care of it.