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

Version 2 #58

Merged
merged 126 commits into from
Aug 5, 2024
Merged

Version 2 #58

merged 126 commits into from
Aug 5, 2024

Commits on Mar 23, 2024

  1. Fixed "sprecher" actors

    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
    YourMJK committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    4f4b186 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Fixed "sprecher" roles

    * fixed typos and punctuation in names
    * updated names to most recent/common usage
    * one canonical name per role
    YourMJK committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    15ba3ce View commit details
    Browse the repository at this point in the history
  2. Migrated array-based "sprecher" to object-based "sprechrollen"

    (separating credits into "sprecher" and new "pseudonym" fields if appropriate)
    YourMJK committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a37c3e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e08b061 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52e0d41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f39b5b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Added license for repository

    YourMJK committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e0e113f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    0f77d2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b5da4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c22f1d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a98c175 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    f7624df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c10b2a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4f04c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6756826 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    334f651 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98b058d View commit details
    Browse the repository at this point in the history
  7. code: Added "migrate" subcommand for migrating object metadata model …

    …to new relational model
    YourMJK committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    dc106e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    605ea13 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. code: Added "export web" subcommand for exporting metadata for the we…

    …b data directory (replaces "_legacy/D3F-MetadataExporter")
    YourMJK committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    80178ac View commit details
    Browse the repository at this point in the history
  2. code: Added "webbuild" subcommand for generating HTML code for the we…

    …b page (replaces "_legacy/D3F-WebGenerator")
    YourMJK committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d0b5c2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db6da8a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    0709dcf View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    72d5ba8 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    b1154d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Fixed "beschreibung" data: various typos (#24)

    for 2, 6, 18, 19, 23, 25, 27, 41, 55, 57, 96, 101, 109, 125, 126, 146, 164, 177, 210,
    and Spezial "Brainwash: Gefangene Gedanken" and "House of Horrors: Haus der Angst"
    YourMJK committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2f3b1df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e7ef17 View commit details
    Browse the repository at this point in the history
  3. Added "metabeschreibung" data

    for
    * Serie: 29
    * Spezial: "Brainwash: Gefangene Gedanken", "House of Horrors: Haus der Angst", "High Strung: Unter Hochspannung", "O du finstere", "Eine schreckliche Bescherung", "Böser die Glocken nie klingen", "Das Grab der Inka-Mumie", "und der Tornadojäger", "und das kalte Auge", "und die schwarze Katze", "und das versunkene Schiff", "und der dreiäugige Totenkopf", "und das Grab der Maya"
    * Kurzgeschichten: "und der Zeitgeist", "und der schwarze Tag"
    * DiE DR3i: "Hotel Luxury End"
    YourMJK committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d5ab1e4 View commit details
    Browse the repository at this point in the history
  4. Fixed all "beschreibung" data (#24)

    Using text on inlays of newest CD (re-)releases from 2005+:
    * re-copied all description texts
    * fixed typos, case, punctuation and formatting
    * updated old spelling
    * inserted quotes around italic text
    YourMJK committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    336cc58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16b19c9 View commit details
    Browse the repository at this point in the history
  6. Added "kurzbeschreibung" data

    for 217–227 and Spezial "Eine schreckliche Bescherung" and "Böser die Glocken nie klingen"
    YourMJK committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    aac8f8a View commit details
    Browse the repository at this point in the history
  7. Fixed "kapitel" "titel" data

    for 69, 91, 95, 97, 98, 99, 101, 109, 118, 121, 135, 159, 180, 203 and 216
    YourMJK committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    026a8b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Fixed "sprecher" for 28, 139 and 140

    Wrong hyphenation in "sprecher" names:
    * "Karl Walter Diess" (28)
    * "Gustav-Adolph Artz" (139 & 140)
    YourMJK committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0035f6a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    f1879e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    997e652 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5102ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    669f216 View commit details
    Browse the repository at this point in the history
  5. code: Changed type of "Hörspiel.veröffentlichungsdatum" to date compo…

    …nents in relational model
    YourMJK committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    621fe8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5daaf5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7effe61 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8561496 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d37c2ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2baa7cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    12ec08f View commit details
    Browse the repository at this point in the history
  12. code: Added "export tsv" subcommand for exporting database as TSV files

    and removed TSV export functionality from "migrate" subcommand
    YourMJK committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    32c1089 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ced59c4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e57ab40 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a1ec4fe View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    f1e3bbb View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    e67ccc6 View commit details
    Browse the repository at this point in the history
  2. code: Added safety fail to load subcommand if database already exists

    along with option to overwrite it
    YourMJK committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ca04abc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b75dd65 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    0756d0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    261990d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cccc9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cacd87 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Fixed "sprechrollen" of Kurzgeschichten

    (merged "sprechrollen" of teile)
    YourMJK committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    23a6e88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    925818e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1849df4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9bf71c View commit details
    Browse the repository at this point in the history
  5. code: Refactored CollectionType.nummerFormat & Made dirname generat…

    …ion available in `WebDataExporter`
    YourMJK committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    96fb7ba View commit details
    Browse the repository at this point in the history
  6. code: Added swift-collections.git package dependency & Specified mi…

    …nimum platform version
    YourMJK committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    6e1487b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af61142 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67de500 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5503561 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f84ec4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d88bacb View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. code: Updated web data directory export for new generated object model

    and added checks for missing and extraneous files
    YourMJK committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    6e4e904 View commit details
    Browse the repository at this point in the history
  2. Exported object model generated from database as web data directory

    and fixed some minor issues in previous web data
    YourMJK committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    0aa147d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    18e0d0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea30a48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d67c31 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    b7b04c4 View commit details
    Browse the repository at this point in the history
  2. Added dreifragezeichen.de, Apple Music and Spotify URLs

    for all (root) Hörspiele, except the following where no corresponding item/page exists.
    
    dreifragezeichen.de:
    * Serie "Der Ruf der Krähen"
    * Spezial "und das Grab der Maya"
    * Spezial "Eine schreckliche Bescherung"
    * Kurzgeschichten "und der schwarze Tag"
    
    Apple Music:
    * Spezial "und der Super-Papagei 2004"
    YourMJK committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fbfe446 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    e91bf08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e56aa85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    510af09 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    7c8aba8 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    8fb689d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33c21ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67a8e7b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    46efc20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c0c1b1 View commit details
    Browse the repository at this point in the history
  3. Fixed SQL dump formatting

    YourMJK committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    f62247f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #46 from levrik/add-bookbeat-code

    Added all code for Bookbeat URLs
    YourMJK authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    44f3ec8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f42c64 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #47 from levrik/patch-1

    Add iTunes cover and Apple Music URLs to "Super-Papagei 2004"
    YourMJK committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    c843abc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    230448a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Merge branch 'master' into v2.0

    and migrated changes to new models
    YourMJK committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9132154 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d4a516 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90f8a70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7111e51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    428c2ac View commit details
    Browse the repository at this point in the history
  6. code: Fixed website building for new object model

    and added table columns for new platform links
    YourMJK committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c52365c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    fdb3f39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0cba24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c7c634 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a56efe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19720b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    37f1b7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6dd116 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95e6549 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f77054b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25b95d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d4eca4 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    72a3e54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    621babf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    799fa95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7554f0d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    5bd081a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e82375b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcae934 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7de3a49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95c8072 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4944eee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7220465 View commit details
    Browse the repository at this point in the history
  8. code: Added merging of "autor" and "hörspielskriptautor" values from …

    …"teile" for parent in object model generation
    YourMJK committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d7f67f8 View commit details
    Browse the repository at this point in the history
  9. Moved values for "hörspielBuchautor" and "hörspielSkriptautor" from p…

    …arent "hörspiel" to its "teile"
    YourMJK committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c1d0bc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    fe170a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c5eb08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99b104e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    bbad572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35c6273 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7694139 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    d16172e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6fe5e1 View commit details
    Browse the repository at this point in the history