47 lines
856 B
Markdown
47 lines
856 B
Markdown
# Channels
|
||
|
||
Use channels to publish your own audio content on Funkwhale. Channels enable you to create and share your creations with the whole {term}`Fediverse`.
|
||
|
||
Funkwhale supports two types of channel:
|
||
|
||
- **Podcasts** – broadcast your podcast over the Fediverse. Listeners can also use their favorite {term}`podcatcher` to listen to podcasts using {abbr}`RSS (Really Simple Syndication)`.
|
||
- **Artist Discography** – upload your own music and create a following.
|
||
|
||
Follow the guides in this section to get started.
|
||
|
||
```{toctree}
|
||
---
|
||
caption: Manage your channels
|
||
maxdepth: 1
|
||
---
|
||
|
||
create_channel
|
||
edit_channel
|
||
delete_channel
|
||
|
||
```
|
||
|
||
```{toctree}
|
||
---
|
||
caption: Manage channel content
|
||
maxdepth: 1
|
||
---
|
||
|
||
upload_artist
|
||
upload_podcast
|
||
delete_artist
|
||
delete_podcast
|
||
|
||
```
|
||
|
||
```{toctree}
|
||
---
|
||
caption: Follow channels
|
||
maxdepth: 1
|
||
---
|
||
|
||
follow_channel
|
||
subscribe_rss
|
||
|
||
```
|