From d305159b03f7cde9f08651802034c54df6046080 Mon Sep 17 00:00:00 2001 From: Adam Pope <83019629+adam-pope-arup@users.noreply.github.com> Date: Sat, 12 Aug 2023 16:43:34 +0100 Subject: [PATCH] Update README.md --- Geography/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Geography/README.md b/Geography/README.md index 64eedb6..ff5ab71 100644 --- a/Geography/README.md +++ b/Geography/README.md @@ -2,7 +2,7 @@ Adding these two YMLs will create collections for a seven continent configuration (as opposed to the six UN regions used by the default continent.yml) and a version of the countries.yml which groups countries with low output that are culturally similar - such as 'Balkans', 'Nordic', 'Middle East' and 'Pacific Island'. -The entry overlay file adds a country flag defined by the audio language of the entry. So Mayan gets a Mexican flag, and English gets an English flag for instance. +The entry overlay file adds a country flag defined by the audio language of the entry to the top right corner. So Mayan gets a Mexican flag, and English gets an English flag for instance. This is inexact, as languages are not countries. Spanish is great for films from Spain; but a Portuguese flag on a Brazilean film could be confusing. Furthermore, many films have an unknown or multiple audio languages - this needs to be fixed at the file levelv however with a tool such as mkvtoolnix. ```yaml libraries: @@ -11,23 +11,22 @@ libraries: - git: Geography/Movies/continents.yml template_variables: style:color # default. Can change to white - collection_section: "078" - git: Geography/Movies/regions.yml template_variables: style:color # default. Can change to white - collection_section: "079" TV Shows: metadata_path: - git: Geography/TV/continents.yml template_variables: style:color # default. Can change to white - collection_section: "078" - git: Geography/TV/regions.yml template_variables: style:color # default. Can change to white - collection_section: "079" - +overlays: + metadata_path: + - git: Geography/overlays.yml ``` + **Continents Collection Overview**:

![Movies](https://i.imgur.com/WdZSatA.png)