Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "sprecher" data & Migrate array-based "sprecher" to object-based "sprechrollen" #18

Merged
merged 3 commits into from
Mar 25, 2024

Conversation

YourMJK
Copy link
Owner

@YourMJK YourMJK commented Mar 25, 2024

Fix "sprecher" data

Actors (~360 changes)

Using data from hoerspielforscher.de, Wikipedia and Google search:

  • fixed typos in names
  • fixed wrong attributions
  • updated names to current preference
  • deobfuscated pseudonyms by adding real name in brackets
  • one canonical name per person

Roles (~480 changes)

  • fixed typos and punctuation in names
  • updated names to most recent/common usage
  • one canonical name per role

Migrate array-based "sprecher" to object-based "sprechrollen"

Changed JSON structure by replacing all previous "sprecher", e.g.:

"sprecher" : [
  [
    "Role name 1",
    "Actor name 1"
  ],
  [
    "Role name 2",
    "Pseudonym [Actor name 2]"
  ],
  ...
]

with new "sprechrollen", e.g.:

"sprechrollen" : [
  {
    "rolle" : "Role name 1",
    "sprecher" : "Actor name 1"
  },
  {
    "rolle" : "Role name 2",
    "sprecher" : "Actor name 2",
    "pseudonym" : "Pseudonym"
  },
  ...
]

Using data from hoerspielforscher.de, Wikipedia and Google search:
* fixed typos in names
* fixed wrong attributions
* updated names to current preference
* deobfuscated pseudonyms by adding real name in brackets
* one canonical name per person
* fixed typos and punctuation in names
* updated names to most recent/common usage
* one canonical name per role
(separating credits into "sprecher" and new "pseudonym" fields if appropriate)
@YourMJK YourMJK added the Erweiterung Neues Feature oder Wunsch label Mar 25, 2024
@YourMJK YourMJK added this to the v2.0 milestone Mar 25, 2024
@YourMJK YourMJK self-assigned this Mar 25, 2024
@YourMJK YourMJK merged commit a37c3e8 into v2.0 Mar 25, 2024
@YourMJK YourMJK deleted the sprecher-fix branch March 25, 2024 11:51
@YourMJK YourMJK added the Metadaten-Fehler Fehler in den Datensätzen label Jul 13, 2024
@YourMJK YourMJK mentioned this pull request Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Erweiterung Neues Feature oder Wunsch Metadaten-Fehler Fehler in den Datensätzen
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant