546 Commits

Author SHA1 Message Date
Terry Geng
b33e6c6dda
fix: include "openbsd" in pipe_no_wait, fixed #116 2020-04-25 09:11:58 +08:00
Terry Geng
9f8dcec5a4
fix: we don't use submodule any more 2020-04-24 20:40:09 +08:00
Terry Geng
09df681ebe feat: database migration function mentioned in #133 2020-04-24 10:41:47 +08:00
Terry Geng
7f8b9eab5e feat: add interface action 'next', mentioned in #130. 2020-04-24 09:25:05 +08:00
Terry Geng
d87143920c
Merge pull request #133 from Gunzinger/urlitem-keyword
For URLItems: clone title into keywords, allows searching
2020-04-24 09:16:19 +08:00
Daniel Gunzinger
922ca30697 clone title into keywords in class URLItem so added clips become searchable via the webinterface 2020-04-23 22:16:49 +02:00
azlux
170389ea7c
Merge pull request #132 from Gunzinger/readme-patch-pypi-pymumble
Update README to reflect current state of master
2020-04-23 18:42:37 +02:00
Daniel Gunzinger
e24118e837
Update README to reflect current state of master
Thank you for taking care of pymumble!
I just set up another few instances today to test around with more interface changes.
Due to this I noticed that there is now a small change to the installation procedure of the master branch :)
2020-04-23 18:07:58 +02:00
Azlux
1d6310afaf Using new pymumble pypi module 2020-04-21 18:47:24 +02:00
azlux
5fbc8e463d
new version 2020-04-19 16:05:04 +02:00
Terry Geng
9640324668 feat: increase opacity for the floating play button, and now it can be activated by hovering on the title. 2020-04-19 00:38:36 +08:00
Terry Geng
81bfe92e13
Merge pull request #129 from Gunzinger/master
Pull request for the first trivial implementation of the volume slider in the webinterface
2020-04-18 23:29:11 +08:00
Terry Geng
d35e564681
Merge branch 'master' into master 2020-04-18 23:28:31 +08:00
Daniel Gunzinger
fa727b6869 add delay for sending the new volume (client -> server) to limit packet send rate; only update the slider value when the value has changed 2020-04-18 16:46:38 +02:00
Azlux
563ce8f37b fix indent 2020-04-18 14:55:12 +02:00
Terry Geng
e0e0819605 fix: use native python function to create non-blocking pipe.
Thanks @azlux for this solution. Close #116.

Also created an option 'redirect_ffmpeg_log' to enable/disable
reading the log of ffmpeg.
2020-04-18 19:46:20 +08:00
Daniel Gunzinger
b8ebcce945 use bootstrap styling for the slider, center it vertically; move slider between the two volume buttons 2020-04-18 10:18:43 +08:00
Daniel Gunzinger
08c76aab9d fix typeerror when setting volume; fix processing of volume updates in client-side webinterface 2020-04-18 10:18:43 +08:00
Daniel Gunzinger
f95e07c9af implement trivial volume control slider and reporting of current volume to webinterface 2020-04-18 10:18:43 +08:00
Daniel Gunzinger
788383f65c change where we get the current volume from in the status method; adjust html input range from 0-100 to 0-1, thus remove need for scaling in javascript 2020-04-17 17:12:26 +02:00
Daniel Gunzinger
b9fd17677b use bootstrap styling for the slider, center it vertically; move slider between the two volume buttons 2020-04-16 23:31:08 +02:00
azlux
2d788c77f5
New version 2020-04-16 22:13:11 +02:00
Daniel Gunzinger
9e1f2d605d fix typeerror when setting volume; fix processing of volume updates in client-side webinterface 2020-04-16 19:36:14 +02:00
Daniel Gunzinger
82af558e5a implement trivial volume control slider and reporting of current volume to webinterface 2020-04-16 19:09:24 +02:00
azlux
f13d77ccbd
#125 from NeodarZ/fix_typos
Fix some typos
2020-04-10 13:09:21 +02:00
neodarz
3266462b80
Fix typos 2020-04-10 12:45:54 +02:00
neodarz
88848726fb
Fix typo on refresh_cache_on_startup option 2020-04-10 08:04:43 +02:00
Terry Geng
ea65c0279f
Update README.md 2020-04-10 10:12:26 +08:00
Terry Geng
622f86c8f2 fix: listfile problem 2020-04-10 10:09:43 +08:00
Terry Geng
9904795b1b
Update README.md 2020-04-08 09:06:44 +08:00
Terry Geng
409489376f fix: message for 'repeat' 2020-04-08 08:57:39 +08:00
Terry Geng
e86b5ca659 refactor: rewrite confusing part 2020-04-08 08:55:58 +08:00
Terry Geng
e1c5fc32e9
Merge pull request #123 from Chili-Bebber/patch-1
Fix repeat command crashing when queue is empty
2020-04-08 08:14:12 +08:00
Dexter Gaon-Shatford
2a148dd8a3
Fix repeat command crashing when queue is empty
If the repeat command is invoked without this change, the bot will crash due to the call to format_song_string() on music which is null. All I did is add a check and make the bot say that the playlist is empty if this scenario occurs.
2020-04-07 19:06:45 -04:00
Terry Geng
d32d30b795 fix: fixed #118, weird threading issue 2020-04-02 18:27:15 +08:00
Terry Geng
eeaa09b564 release: v6.1.1 2020-03-31 20:43:59 +08:00
Terry Geng
75b1c6f7c7 fix: #117 continue 2020-03-31 17:53:22 +08:00
Azlux
0b92d4ccb0 same fix as #117 2020-03-31 11:26:29 +02:00
Terry Geng
34f38d09e6 fix: fixed #117 2020-03-31 10:55:34 +08:00
Azlux
236cf38814 new version 2020-03-30 00:06:44 +02:00
Terry Geng
a5a8cb230d Update Readme 2020-03-28 23:27:39 +08:00
Terry Geng
da3f3cd42f fix: path is None error 2020-03-28 21:54:55 +08:00
Terry Geng
b656865ce9
Update README.md 2020-03-28 20:50:11 +08:00
Terry Geng
c8d059ced0 fix: update some text 2020-03-28 20:46:21 +08:00
Terry Geng
ef54f44d0f
Update README.md 2020-03-28 20:38:02 +08:00
Terry Geng
112564ba45 refactor: reviewed all message send to channel 2020-03-28 13:13:20 +08:00
Terry Geng
e695c36e5f fix: wrong length 2020-03-28 12:01:06 +08:00
Terry Geng
b18c70c146 fixed: playlist update problem in web interface 2020-03-28 10:45:32 +08:00
Terry Geng
bbe208d162 fix: move message string to config file 2020-03-25 21:41:59 +08:00
Terry Geng
1732314304 fix: current_index unchanged immediately after stop 2020-03-25 21:35:59 +08:00