fix: update some text
This commit is contained in:
parent
ef54f44d0f
commit
c8d059ced0
@ -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.
|
Botamusique is a [Mumble](https://www.mumble.info/) music bot.
|
||||||
Predicted functionalities will be those people would expect from any classic music player.
|
Predicted functionalities will be those people would expect from any classic music player.
|
||||||
|
@ -98,10 +98,12 @@ port = 64738
|
|||||||
#ducking_volume = 0.05
|
#ducking_volume = 0.05
|
||||||
#ducking_threshold = 3000
|
#ducking_threshold = 3000
|
||||||
|
|
||||||
# 'when_nobody_in_channel': should the music stop playing when everybody left the channel
|
# 'when_nobody_in_channel': Specify what the bot should do if nobody is in the channel.
|
||||||
# it should be one of "pause" (pause current song), "pause_resume" (pause current song and resume once somebody reenters the channel)
|
# Possible value of this options are:
|
||||||
# "stop" (also clears playlist) or "nothing" (keep playing music)
|
# - "pause",
|
||||||
# If a user leaves and the bot is left alone, stop and clear the playlist
|
# - "pause_resume" (pause and resume once somebody re-enters the channel)
|
||||||
|
# - "stop" (also clears playlist)
|
||||||
|
# - "nothing" (do nothing)
|
||||||
#when_nobody_in_channel = nothing
|
#when_nobody_in_channel = nothing
|
||||||
|
|
||||||
# [webinterface] stores settings related to the web interface.
|
# [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 |
|
| <-| URLItem <-- URLFromPlaylistItem |
|
||||||
| BaseItem <-| FileItem |
|
| BaseItem <-| FileItem |
|
||||||
| <-| RadioItem |
|
| <-| RadioItem |
|
||||||
++---------------------------------------------------------+
|
++---------------------------------------------------------+
|
||||||
^
|
|
||||||
|
|
|
||||||
v
|
|
||||||
+-----------+
|
|
||||||
|PlayList |
|
|
||||||
| |
|
|
||||||
+-----------+
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user