From d046ecc52f6ccd41d09f6de48e00d2c61d25d7f0 Mon Sep 17 00:00:00 2001 From: "Guy Martin (Dwev)" Date: Fri, 12 Apr 2024 11:16:33 +0000 Subject: [PATCH] feat(platforms): add truefans.fm and episodes.fm closes #458, #459 --- app/Database/Seeds/PlatformSeeder.php | 14 ++++++++++++++ app/Resources/icons/podcasting/episodes-fm.svg | 1 + app/Resources/icons/podcasting/truefans.svg | 1 + 3 files changed, 16 insertions(+) create mode 100644 app/Resources/icons/podcasting/episodes-fm.svg create mode 100644 app/Resources/icons/podcasting/truefans.svg diff --git a/app/Database/Seeds/PlatformSeeder.php b/app/Database/Seeds/PlatformSeeder.php index 49d6c79b..de8b04be 100644 --- a/app/Database/Seeds/PlatformSeeder.php +++ b/app/Database/Seeds/PlatformSeeder.php @@ -271,6 +271,13 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://curiocaster.com/', 'submit_url' => '', ], + [ + 'slug' => 'episodes-fm', + 'type' => 'podcasting', + 'label' => 'Episodes.fm', + 'home_url' => 'https://episodes.fm/', + 'submit_url' => 'https://podcastindex.org/add', + ], [ 'slug' => 'escapepod', 'type' => 'podcasting', @@ -376,6 +383,13 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://sphinx.chat/', 'submit_url' => '', ], + [ + 'slug' => 'truefans', + 'type' => 'podcasting', + 'label' => 'Truefans', + 'home_url' => 'https://truefans.fm/', + 'submit_url' => 'https://podcastindex.org/add', + ], [ 'slug' => 'tsacdop', 'type' => 'podcasting', diff --git a/app/Resources/icons/podcasting/episodes-fm.svg b/app/Resources/icons/podcasting/episodes-fm.svg new file mode 100644 index 00000000..ec3b9572 --- /dev/null +++ b/app/Resources/icons/podcasting/episodes-fm.svg @@ -0,0 +1 @@ + diff --git a/app/Resources/icons/podcasting/truefans.svg b/app/Resources/icons/podcasting/truefans.svg new file mode 100644 index 00000000..63ad8fc7 --- /dev/null +++ b/app/Resources/icons/podcasting/truefans.svg @@ -0,0 +1 @@ + \ No newline at end of file