From 92dd370e2f9a464edd26cddcde96d0e16f91548d Mon Sep 17 00:00:00 2001 From: Benjamin Bellamy Date: Mon, 27 Sep 2021 18:26:17 +0000 Subject: [PATCH] feat(platforms): add missing newpodcastapps.com's platforms --- app/Database/Seeds/PlatformSeeder.php | 154 ++++++++++++++++++ app/Resources/icons/podcasting/anytime.svg | 4 + app/Resources/icons/podcasting/breez.svg | 6 + app/Resources/icons/podcasting/castamatic.svg | 4 + .../icons/podcasting/castcoverage.svg | 4 + .../icons/podcasting/curiocaster.svg | 4 + app/Resources/icons/podcasting/escapepod.svg | 4 + app/Resources/icons/podcasting/fountain.svg | 4 + app/Resources/icons/podcasting/gpodder.svg | 3 + .../icons/podcasting/hypercatcher.svg | 4 + app/Resources/icons/podcasting/ivyfm.svg | 4 + app/Resources/icons/podcasting/jumplink.svg | 4 + app/Resources/icons/podcasting/kasts.svg | 3 + app/Resources/icons/podcasting/playapod.svg | 4 + app/Resources/icons/podcasting/plink.svg | 3 + .../icons/podcasting/podcastchapters.svg | 3 + .../icons/podcasting/podcastguru.svg | 4 + app/Resources/icons/podcasting/podlp.svg | 4 + app/Resources/icons/podcasting/podnews.svg | 3 + app/Resources/icons/podcasting/podstation.svg | 4 + app/Resources/icons/podcasting/sphinxchat.svg | 4 + app/Resources/icons/podcasting/tsacdop.svg | 4 + app/Resources/icons/podcasting/zion.svg | 3 + 23 files changed, 238 insertions(+) create mode 100644 app/Resources/icons/podcasting/anytime.svg create mode 100644 app/Resources/icons/podcasting/breez.svg create mode 100644 app/Resources/icons/podcasting/castamatic.svg create mode 100644 app/Resources/icons/podcasting/castcoverage.svg create mode 100644 app/Resources/icons/podcasting/curiocaster.svg create mode 100644 app/Resources/icons/podcasting/escapepod.svg create mode 100644 app/Resources/icons/podcasting/fountain.svg create mode 100644 app/Resources/icons/podcasting/gpodder.svg create mode 100644 app/Resources/icons/podcasting/hypercatcher.svg create mode 100644 app/Resources/icons/podcasting/ivyfm.svg create mode 100644 app/Resources/icons/podcasting/jumplink.svg create mode 100644 app/Resources/icons/podcasting/kasts.svg create mode 100644 app/Resources/icons/podcasting/playapod.svg create mode 100644 app/Resources/icons/podcasting/plink.svg create mode 100644 app/Resources/icons/podcasting/podcastchapters.svg create mode 100644 app/Resources/icons/podcasting/podcastguru.svg create mode 100644 app/Resources/icons/podcasting/podlp.svg create mode 100644 app/Resources/icons/podcasting/podnews.svg create mode 100644 app/Resources/icons/podcasting/podstation.svg create mode 100644 app/Resources/icons/podcasting/sphinxchat.svg create mode 100644 app/Resources/icons/podcasting/tsacdop.svg create mode 100644 app/Resources/icons/podcasting/zion.svg diff --git a/app/Database/Seeds/PlatformSeeder.php b/app/Database/Seeds/PlatformSeeder.php index fbeb8f62..3153d47a 100644 --- a/app/Database/Seeds/PlatformSeeder.php +++ b/app/Database/Seeds/PlatformSeeder.php @@ -249,6 +249,160 @@ class PlatformSeeder extends Seeder 'submit_url' => 'https://help.tunein.com/contact/add-podcast-S19TR3Sdf', ], + [ + 'slug' => 'anytime', + 'type' => 'podcasting', + 'label' => 'Anytime Podcast Player', + 'home_url' => 'https://anytimeplayer.app/', + 'submit_url' => '', + ], + [ + 'slug' => 'breez', + 'type' => 'podcasting', + 'label' => 'Breez', + 'home_url' => 'https://breez.technology/', + 'submit_url' => '', + ], + [ + 'slug' => 'castamatic', + 'type' => 'podcasting', + 'label' => 'Castamatic', + 'home_url' => 'https://castamatic.com/', + 'submit_url' => '', + ], + [ + 'slug' => 'castcoverage', + 'type' => 'podcasting', + 'label' => 'CastCoverage', + 'home_url' => 'http://castcoverage.com/', + 'submit_url' => '', + ], + [ + 'slug' => 'curiocaster', + 'type' => 'podcasting', + 'label' => 'CurioCaster', + 'home_url' => 'https://curiocaster.com/', + 'submit_url' => '', + ], + [ + 'slug' => 'escapepod', + 'type' => 'podcasting', + 'label' => 'Escapepod', + 'home_url' => 'http://y20k.org/escapepod/', + 'submit_url' => '', + ], + [ + 'slug' => 'fountain', + 'type' => 'podcasting', + 'label' => 'Fountain', + 'home_url' => 'https://www.fountain.fm/', + 'submit_url' => '', + ], + [ + 'slug' => 'gpodder', + 'type' => 'podcasting', + 'label' => 'gPodder', + 'home_url' => 'https://gpodder.org/', + 'submit_url' => '', + ], + [ + 'slug' => 'hypercatcher', + 'type' => 'podcasting', + 'label' => 'HyperCatcher', + 'home_url' => 'https://hypercatcher.com/', + 'submit_url' => '', + ], + [ + 'slug' => 'ivyfm', + 'type' => 'podcasting', + 'label' => 'Ivy Podcast Discovery', + 'home_url' => 'https://ivy.fm/', + 'submit_url' => '', + ], + [ + 'slug' => 'jumplink', + 'type' => 'podcasting', + 'label' => 'JumpLink', + 'home_url' => 'https://jump.link/', + 'submit_url' => 'https://jump.link/a/accounts/signup/', + ], + [ + 'slug' => 'kasts', + 'type' => 'podcasting', + 'label' => 'Kasts', + 'home_url' => 'https://apps.kde.org/kasts/', + 'submit_url' => '', + ], + [ + 'slug' => 'playapod', + 'type' => 'podcasting', + 'label' => 'Playapod', + 'home_url' => 'https://playapod.com/', + 'submit_url' => '', + ], + [ + 'slug' => 'plink', + 'type' => 'podcasting', + 'label' => 'Plink', + 'home_url' => 'https://plinkhq.com/', + 'submit_url' => '', + ], + [ + 'slug' => 'podcastchapters', + 'type' => 'podcasting', + 'label' => 'Podcast Chapters', + 'home_url' => 'https://chaptersapp.com/', + 'submit_url' => '', + ], + [ + 'slug' => 'podcastguru', + 'type' => 'podcasting', + 'label' => 'Podcast Guru', + 'home_url' => 'https://podcastguru.io/', + 'submit_url' => 'https://podcastguru.io/promote-your-podcast/', + ], + [ + 'slug' => 'podlp', + 'type' => 'podcasting', + 'label' => 'PodLP', + 'home_url' => 'https://podlp.com/', + 'submit_url' => 'https://podlp.com/submit.html', + ], + [ + 'slug' => 'podnews', + 'type' => 'podcasting', + 'label' => 'podnews', + 'home_url' => 'https://podnews.net/podcast/subscribe-pages', + 'submit_url' => '', + ], + [ + 'slug' => 'podstation', + 'type' => 'podcasting', + 'label' => 'podStation', + 'home_url' => 'https://podstation.github.io/', + 'submit_url' => '', + ], + [ + 'slug' => 'sphinxchat', + 'type' => 'podcasting', + 'label' => 'Sphinx', + 'home_url' => 'https://sphinx.chat/', + 'submit_url' => '', + ], + [ + 'slug' => 'tsacdop', + 'type' => 'podcasting', + 'label' => 'Tsacdop', + 'home_url' => 'https://www.tsacdop.app/', + 'submit_url' => '', + ], + [ + 'slug' => 'zion', + 'type' => 'podcasting', + 'label' => 'Zion', + 'home_url' => 'https://getzion.com/', + 'submit_url' => 'https://shop.n2n2.chat/', + ], [ 'slug' => 'paypal', 'type' => 'funding', diff --git a/app/Resources/icons/podcasting/anytime.svg b/app/Resources/icons/podcasting/anytime.svg new file mode 100644 index 00000000..cfa23d33 --- /dev/null +++ b/app/Resources/icons/podcasting/anytime.svg @@ -0,0 +1,4 @@ + + + + diff --git a/app/Resources/icons/podcasting/breez.svg b/app/Resources/icons/podcasting/breez.svg new file mode 100644 index 00000000..9dbf46bd --- /dev/null +++ b/app/Resources/icons/podcasting/breez.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/app/Resources/icons/podcasting/castamatic.svg b/app/Resources/icons/podcasting/castamatic.svg new file mode 100644 index 00000000..8fb53cfc --- /dev/null +++ b/app/Resources/icons/podcasting/castamatic.svg @@ -0,0 +1,4 @@ + + + + diff --git a/app/Resources/icons/podcasting/castcoverage.svg b/app/Resources/icons/podcasting/castcoverage.svg new file mode 100644 index 00000000..37db9e3d --- /dev/null +++ b/app/Resources/icons/podcasting/castcoverage.svg @@ -0,0 +1,4 @@ + + + + diff --git a/app/Resources/icons/podcasting/curiocaster.svg b/app/Resources/icons/podcasting/curiocaster.svg new file mode 100644 index 00000000..2d61da69 --- /dev/null +++ b/app/Resources/icons/podcasting/curiocaster.svg @@ -0,0 +1,4 @@ + + + + diff --git a/app/Resources/icons/podcasting/escapepod.svg b/app/Resources/icons/podcasting/escapepod.svg new file mode 100644 index 00000000..3c652c94 --- /dev/null +++ b/app/Resources/icons/podcasting/escapepod.svg @@ -0,0 +1,4 @@ + + + + diff --git a/app/Resources/icons/podcasting/fountain.svg b/app/Resources/icons/podcasting/fountain.svg new file mode 100644 index 00000000..87d3b096 --- /dev/null +++ b/app/Resources/icons/podcasting/fountain.svg @@ -0,0 +1,4 @@ + + + + diff --git a/app/Resources/icons/podcasting/gpodder.svg b/app/Resources/icons/podcasting/gpodder.svg new file mode 100644 index 00000000..1acbdc9c --- /dev/null +++ b/app/Resources/icons/podcasting/gpodder.svg @@ -0,0 +1,3 @@ + + + diff --git a/app/Resources/icons/podcasting/hypercatcher.svg b/app/Resources/icons/podcasting/hypercatcher.svg new file mode 100644 index 00000000..9131519f --- /dev/null +++ b/app/Resources/icons/podcasting/hypercatcher.svg @@ -0,0 +1,4 @@ + + + + diff --git a/app/Resources/icons/podcasting/ivyfm.svg b/app/Resources/icons/podcasting/ivyfm.svg new file mode 100644 index 00000000..70475f98 --- /dev/null +++ b/app/Resources/icons/podcasting/ivyfm.svg @@ -0,0 +1,4 @@ + + + + diff --git a/app/Resources/icons/podcasting/jumplink.svg b/app/Resources/icons/podcasting/jumplink.svg new file mode 100644 index 00000000..e5dc38f4 --- /dev/null +++ b/app/Resources/icons/podcasting/jumplink.svg @@ -0,0 +1,4 @@ + + + + diff --git a/app/Resources/icons/podcasting/kasts.svg b/app/Resources/icons/podcasting/kasts.svg new file mode 100644 index 00000000..af8e6b0a --- /dev/null +++ b/app/Resources/icons/podcasting/kasts.svg @@ -0,0 +1,3 @@ + + + diff --git a/app/Resources/icons/podcasting/playapod.svg b/app/Resources/icons/podcasting/playapod.svg new file mode 100644 index 00000000..c06ebb1a --- /dev/null +++ b/app/Resources/icons/podcasting/playapod.svg @@ -0,0 +1,4 @@ + + + + diff --git a/app/Resources/icons/podcasting/plink.svg b/app/Resources/icons/podcasting/plink.svg new file mode 100644 index 00000000..ef7781d8 --- /dev/null +++ b/app/Resources/icons/podcasting/plink.svg @@ -0,0 +1,3 @@ + + + diff --git a/app/Resources/icons/podcasting/podcastchapters.svg b/app/Resources/icons/podcasting/podcastchapters.svg new file mode 100644 index 00000000..6d06725c --- /dev/null +++ b/app/Resources/icons/podcasting/podcastchapters.svg @@ -0,0 +1,3 @@ + + + diff --git a/app/Resources/icons/podcasting/podcastguru.svg b/app/Resources/icons/podcasting/podcastguru.svg new file mode 100644 index 00000000..3d1e1e1e --- /dev/null +++ b/app/Resources/icons/podcasting/podcastguru.svg @@ -0,0 +1,4 @@ + + + + diff --git a/app/Resources/icons/podcasting/podlp.svg b/app/Resources/icons/podcasting/podlp.svg new file mode 100644 index 00000000..4ea74517 --- /dev/null +++ b/app/Resources/icons/podcasting/podlp.svg @@ -0,0 +1,4 @@ + + + + diff --git a/app/Resources/icons/podcasting/podnews.svg b/app/Resources/icons/podcasting/podnews.svg new file mode 100644 index 00000000..786e65f0 --- /dev/null +++ b/app/Resources/icons/podcasting/podnews.svg @@ -0,0 +1,3 @@ + + + diff --git a/app/Resources/icons/podcasting/podstation.svg b/app/Resources/icons/podcasting/podstation.svg new file mode 100644 index 00000000..2e1a9660 --- /dev/null +++ b/app/Resources/icons/podcasting/podstation.svg @@ -0,0 +1,4 @@ + + + + diff --git a/app/Resources/icons/podcasting/sphinxchat.svg b/app/Resources/icons/podcasting/sphinxchat.svg new file mode 100644 index 00000000..f27b0e48 --- /dev/null +++ b/app/Resources/icons/podcasting/sphinxchat.svg @@ -0,0 +1,4 @@ + + + + diff --git a/app/Resources/icons/podcasting/tsacdop.svg b/app/Resources/icons/podcasting/tsacdop.svg new file mode 100644 index 00000000..e5459ffb --- /dev/null +++ b/app/Resources/icons/podcasting/tsacdop.svg @@ -0,0 +1,4 @@ + + + + diff --git a/app/Resources/icons/podcasting/zion.svg b/app/Resources/icons/podcasting/zion.svg new file mode 100644 index 00000000..b2650bac --- /dev/null +++ b/app/Resources/icons/podcasting/zion.svg @@ -0,0 +1,3 @@ + + +