mute_formatter#

Submodules#

Package Contents#

class mute_formatter.MuteFormatter#

Bases: auto_archiver.core.Formatter

Base class for implementing formatters in the media archiving framework.

Subclasses must implement the format method to define their behavior.

format(item: auto_archiver.core.Metadata) auto_archiver.core.Media#

Formats a Metadata object into a user-viewable format (e.g. HTML) and stores it if needed.