Skip to content

metadata

metadata #

The reserved per-entry metadata folder.

Metadata #

Bases: Struct

The reserved per-entry metadata folder.

Used as a hidden _metadata field (_metadata: Metadata) so it stores at .metadata/ — the path the app recognizes for thumbnails and the like. Its own fields are hidden too (_thumbnail.metadata/.thumbnail).

Source code in capturegraph-lib/capturegraph/types/compositions/metadata.py
class Metadata(Struct):
    """The reserved per-entry metadata folder.

    Used as a hidden ``_metadata`` field (``_metadata: Metadata``) so it stores
    at ``.metadata/`` — the path the app recognizes for thumbnails and the like.
    Its own fields are hidden too (``_thumbnail`` → ``.metadata/.thumbnail``).
    """

    _thumbnail: Thumbnail
    _location: Location
    _next_notification: Time