ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_export_meta_t Struct Reference

Rich series and chapter metadata for export containers (ComicInfo.xml, EPUB OPF). More...

#include <mdl_export.h>

Data Fields

char series_title [k_mdl_meta_title_max]
 Series title.
char summary [k_mdl_meta_summary_max]
 Summary / description.
char writer [k_mdl_meta_name_max]
 Writer / Author.
char artist [k_mdl_meta_name_max]
 Artist / Illustrator.
char chapter_title [k_mdl_meta_title_max]
 Chapter title.
double chapter_number
 Chapter number (0.0 if unnumbered).
char source_url [k_mdl_meta_url_max]
 Validated absolute HTTP(S) source URL.
char cover_path [k_mdl_meta_path_max]
 Trusted verified local cover path/name.
int cover_index
 Cover page index (0-based, -1 if unset).
char language [k_mdl_meta_lang_max]
 BCP-47 language tag (default "en").
mdl_reading_direction_t reading_direction
 Fixed-layout page progression.
char identifier [k_mdl_meta_id_max]
 Stable identifier; derived when empty.
char modified [k_mdl_meta_date_max]
 Deterministic ISO-8601 modified time.

Detailed Description

Rich series and chapter metadata for export containers (ComicInfo.xml, EPUB OPF).

Definition at line 96 of file mdl_export.h.

Field Documentation

◆ artist

◆ chapter_number

double mdl_export_meta_t::chapter_number

◆ chapter_title

◆ cover_index

int mdl_export_meta_t::cover_index

◆ cover_path

◆ identifier

char mdl_export_meta_t::identifier[k_mdl_meta_id_max]

Stable identifier; derived when empty.

Definition at line 108 of file mdl_export.h.

Referenced by internal_build_export_metadata(), internal_epub_prepare_text(), and internal_find_publication_key().

◆ language

◆ modified

char mdl_export_meta_t::modified[k_mdl_meta_date_max]

◆ reading_direction

◆ series_title

◆ source_url

◆ summary

◆ writer


The documentation for this struct was generated from the following file: