fix: update some text
This commit is contained in:
		| @@ -1,4 +1,7 @@ | ||||
| # <img src="static/image/logo.png" alt="botamusique" width="250px" /> botamusique | ||||
| <div style="width: 100%; text-align: center"> | ||||
| <img src="static/image/logo.png" alt="botamusique" width="200px" /> | ||||
| <h1>botamusique</h1> | ||||
| </div> | ||||
|  | ||||
| Botamusique is a [Mumble](https://www.mumble.info/) music bot. | ||||
| Predicted functionalities will be those people would expect from any classic music player. | ||||
|   | ||||
| @@ -98,10 +98,12 @@ port = 64738 | ||||
| #ducking_volume = 0.05 | ||||
| #ducking_threshold = 3000 | ||||
|  | ||||
| # 'when_nobody_in_channel': should the music stop playing when everybody left the channel | ||||
| # it should be one of "pause" (pause current song), "pause_resume" (pause current song and resume once somebody reenters the channel) | ||||
| # "stop" (also clears playlist) or "nothing" (keep playing music) | ||||
| # If a user leaves and the bot is left alone, stop and clear the playlist | ||||
| # 'when_nobody_in_channel': Specify what the bot should do if nobody is in the channel. | ||||
| # Possible value of this options are: | ||||
| #  - "pause", | ||||
| #  - "pause_resume" (pause and resume once somebody re-enters the channel) | ||||
| #  - "stop" (also clears playlist) | ||||
| #  - "nothing" (do nothing) | ||||
| #when_nobody_in_channel = nothing | ||||
|  | ||||
| # [webinterface] stores settings related to the web interface. | ||||
|   | ||||
| @@ -1,31 +1,7 @@ | ||||
| Current implementation: | ||||
| ``` | ||||
|  +----------------------------------------------------------+ | ||||
|  | BaseItem <-| FileItem <-- URLItem <-- URLFromPlaylistItem| | ||||
|  |          <-| RadioItem                                   | | ||||
|  +----------------------------------------------------------+ | ||||
|   ^ | ||||
|   | | ||||
|   v | ||||
|   +--------------------+ | ||||
|   |PlayList            | | ||||
|   |PlaylistItemWrapper | | ||||
|   +--------------------+ | ||||
| ``` | ||||
|  | ||||
| Goal: | ||||
| ``` | ||||
| +----------------------------------------------------------+ | ||||
| |          <-| URLItem <-- URLFromPlaylistItem             | | ||||
| | BaseItem <-| FileItem                                    | | ||||
| |          <-| RadioItem                                   | | ||||
| ++---------------------------------------------------------+ | ||||
|  ^ | ||||
|  | | ||||
|  v | ||||
|  +-----------+ | ||||
|  |PlayList   | | ||||
|  |           | | ||||
|  +-----------+ | ||||
|  | ||||
| ``` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user