mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-23 16:05:34 +00:00
Compare commits
6 Commits
1a39330ed0
...
f23135e651
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f23135e651 | ||
![]() |
45b3de062c | ||
![]() |
864b6c6563 | ||
![]() |
609678e4da | ||
![]() |
fb6fb2f695 | ||
![]() |
61d6a6b60f |
@ -126,10 +126,14 @@ You can optionally upload a chapters file in JSON format. To learn more about
|
||||
chapters and for an example of the correct format, visit the
|
||||
[Podcast Namespace](https://github.com/Podcastindex-org/podcast-namespace/blob/main/chapters/jsonChapters.md).
|
||||
|
||||
:::note Not all podcast players natively support chapters in JSON format. More
|
||||
modern players, such as Fountain and Apple Podcasts, do support chapters in JSON
|
||||
<Aside>
|
||||
|
||||
Not all podcast players natively support chapters in JSON format. More modern
|
||||
players, such as Fountain and Apple Podcasts, do support chapters in JSON
|
||||
format. Chapters do not allow you to click to select the chapter in Castopod's
|
||||
embeddable player at this time. :::
|
||||
embeddable player at this time.
|
||||
|
||||
</Aside>
|
||||
|
||||
### Publish your episode
|
||||
|
||||
|
@ -274,6 +274,11 @@ class Platforms
|
||||
'home_url' => 'https://discord.com/',
|
||||
'submit_url' => 'https://discord.com/register',
|
||||
],
|
||||
'discourse' => [
|
||||
'label' => 'Discourse',
|
||||
'home_url' => 'https://www.discourse.org/',
|
||||
'submit_url' => null,
|
||||
],
|
||||
'facebook' => [
|
||||
'label' => 'Facebook',
|
||||
'home_url' => 'https://www.facebook.com/',
|
||||
|
@ -5,6 +5,7 @@ declare(strict_types=1);
|
||||
/**
|
||||
* @icon("social:bluesky")
|
||||
* @icon("social:discord")
|
||||
* @icon("social:discourse")
|
||||
* @icon("social:facebook")
|
||||
* @icon("social:funkwhale")
|
||||
* @icon("social:instagram")
|
||||
|
1
resources/icons/social/discourse.svg
Normal file
1
resources/icons/social/discourse.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg fill="currentColor" viewBox="0 0 24 24" width="1em" height="1em"><path d="M12.0846 2C6.61 2 2 6.39692 2 11.8254L2.00462 22L12.0838 21.9908C17.5615 21.9908 22 17.4238 22 11.9954C22 6.56692 17.5615 2 12.0846 2ZM12 5.84615C13.6321 5.84615 15.1974 6.4945 16.3514 7.64857C17.5055 8.80264 18.1538 10.3679 18.1538 12C18.1538 13.6321 17.5055 15.1974 16.3514 16.3514C15.1974 17.5055 13.6321 18.1538 12 18.1538C10.947 18.1544 9.91156 17.8834 8.99385 17.3669L5.84615 18.1538L6.70846 15.1308C6.14413 14.184 5.84619 13.1022 5.84615 12C5.84615 10.3679 6.4945 8.80264 7.64857 7.64857C8.80264 6.4945 10.3679 5.84615 12 5.84615Z"/></svg>
|
After Width: | Height: | Size: 625 B |
Loading…
x
Reference in New Issue
Block a user