Skip to content

Commit

Permalink
#325 Add new feature document about podcast chennel
Browse files Browse the repository at this point in the history
  • Loading branch information
kagemomiji committed May 24, 2024
1 parent f6bfe79 commit a967588
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Contents

- [WebUI](./webui/README.md)
- [Podcast](./webui/podcast.md)

- [Configures](./configures/README.md)
- [Detail Configuration](./configures/detail.md)
- Media
Expand Down
Binary file added docs/figures/podcast-channel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/webui/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Web UI Features

This document describes the features of the Airsonic Advanced web UI.

## Contents

- [Podcast](./podcast.md)
17 changes: 17 additions & 0 deletions docs/webui/podcast.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Podcast

## Podcast Channel

![Podcast Channel](../figures/podcast-channel.jpg)

| Number | Description | Role |
| --- | --- | --- |
| 1 | Play the podcast channel | User |
| 2 | Delete the podcast channel | Podcast |
| 3 | Retrieve the new episode lists | Podcast |
| 4 | Configure the podcast channel rule | Admin |
| 5 | Refresh Page | User |
| 6 | Download selected episodes. This becomes visible when at least one checkbox is checked.| Podcast |
| 7 | Delete selected episodes. This becomes visible when at least one checkbox is checked. | Podcast |
| 8 | Lock selected episodes. Locked episodes will be prevented from being deleted and will not be counted in the 'Keep X latest episodes' rule. This becomes visible when at least one checkbox is checked. | Podcast |
| 9 | Unlock selected episodes. This becomes visible when at least one checkbox is checked. | Podcast |

0 comments on commit a967588

Please sign in to comment.