47 lines
814 B
Markdown
47 lines
814 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
|
||
edit
|
||
delete
|
||
|
||
```
|
||
|
||
```{toctree}
|
||
---
|
||
caption: Manage channel content
|
||
maxdepth: 1
|
||
---
|
||
|
||
artist/upload
|
||
artist/delete
|
||
podcast/upload
|
||
podcast/delete
|
||
|
||
```
|
||
|
||
```{toctree}
|
||
---
|
||
caption: Follow channels
|
||
maxdepth: 1
|
||
---
|
||
|
||
follow
|
||
rss
|
||
|
||
```
|