From 8335335bce93e88635edb5ab2215ee57ed365952 Mon Sep 17 00:00:00 2001 From: pacien Date: Wed, 26 Oct 2022 01:25:49 +0200 Subject: example: add some long item description example --- example/src/Misc Media/A Trip to the Moon.mp4.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 example/src/Misc Media/A Trip to the Moon.mp4.yaml (limited to 'example/src') diff --git a/example/src/Misc Media/A Trip to the Moon.mp4.yaml b/example/src/Misc Media/A Trip to the Moon.mp4.yaml new file mode 100644 index 0000000..48ec714 --- /dev/null +++ b/example/src/Misc Media/A Trip to the Moon.mp4.yaml @@ -0,0 +1,7 @@ +description: | + From the 1902 short film « Le Voyage dans la Lune » by Georges Méliès. + + It was based on: + - From the Earth to the Moon, and + - Around the Moon by Jules Verne. + -- cgit v1.2.3 From acef302de422e276261e712241949ce8fb9904d1 Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 31 Oct 2022 00:13:40 +0100 Subject: example: add sample EPUB file --- example/src/Misc Media/First Geneva Convention.epub | Bin 0 -> 80897 bytes example/src/gallery.yaml | 1 + 2 files changed, 1 insertion(+) create mode 100644 example/src/Misc Media/First Geneva Convention.epub (limited to 'example/src') diff --git a/example/src/Misc Media/First Geneva Convention.epub b/example/src/Misc Media/First Geneva Convention.epub new file mode 100644 index 0000000..4274ab7 Binary files /dev/null and b/example/src/Misc Media/First Geneva Convention.epub differ diff --git a/example/src/gallery.yaml b/example/src/gallery.yaml index 1a6cd69..c13cdca 100644 --- a/example/src/gallery.yaml +++ b/example/src/gallery.yaml @@ -10,6 +10,7 @@ includedFiles: - '*.txt' - '*.md' - '*.pdf' + - '*.epub' - '*.ogg' - '*.mp4' -- cgit v1.2.3