forked from airsonic-advanced/airsonic-advanced
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#325 Add new feature document about podcast chennel
- Loading branch information
1 parent
f6bfe79
commit a967588
Showing
4 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |