Automatically create podcast episode titles

Automatically create podcast episode titles with the auto_entitylabel
module, containing the episode number, topic and guest names.
This commit is contained in:
Oliver Davies 2025-05-30 01:06:54 +01:00
parent 54d2a8462f
commit a71f77ab9f
5 changed files with 97 additions and 4 deletions

83
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b416719d22f3a349db2397ff583ef13f",
"content-hash": "377f681cb29972bd5a9a2bf00efd10f7",
"packages": [
{
"name": "asm89/stack-cors",
@ -1201,6 +1201,87 @@
],
"time": "2024-10-09T13:47:03+00:00"
},
{
"name": "drupal/auto_entitylabel",
"version": "3.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/auto_entitylabel.git",
"reference": "8.x-3.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/auto_entitylabel-8.x-3.4.zip",
"reference": "8.x-3.4",
"shasum": "9b3d7bc8e450ae008b3f48fed0dd9dace03ddbb5"
},
"require": {
"drupal/core": "^10.1 || ^11"
},
"require-dev": {
"drupal/book": "^1.0",
"drupal/token": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.4",
"datestamp": "1736308389",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "bforchhammer",
"homepage": "https://www.drupal.org/user/216396"
},
{
"name": "colan",
"homepage": "https://www.drupal.org/user/58704"
},
{
"name": "dqd",
"homepage": "https://www.drupal.org/user/1001934"
},
{
"name": "japerry",
"homepage": "https://www.drupal.org/user/45640"
},
{
"name": "mandclu",
"homepage": "https://www.drupal.org/user/52136"
},
{
"name": "pravin ajaaz",
"homepage": "https://www.drupal.org/user/2910049"
},
{
"name": "purushotam.rai",
"homepage": "https://www.drupal.org/user/3193859"
},
{
"name": "renatog",
"homepage": "https://www.drupal.org/user/3326031"
},
{
"name": "vladimiraus",
"homepage": "https://www.drupal.org/user/673120"
}
],
"description": "Allows hiding of entity label fields and automatic label creation.",
"homepage": "https://www.drupal.org/project/auto_entitylabel",
"support": {
"source": "https://git.drupalcode.org/project/auto_entitylabel",
"issues": "https://www.drupal.org/project/issues/auto_entitylabel"
}
},
{
"name": "drupal/bpmn_io",
"version": "2.0.8",