621 Commits

Author SHA1 Message Date
Azlux
529527c1c0 fix css path for Dark theme 2020-04-30 10:04:52 +02:00
azlux
a0d12703ca
README: remove trailing whitespace and extra backtick
Merge pull request #137 from bsima/readme
2020-04-30 09:08:14 +02:00
Ben Sima
625c1bbc4d README: remove trailing whitespace and extra backtick 2020-04-29 18:31:23 -07:00
Terry Geng
9879bcc7be fix: hot fix: wrong type for tags 2020-04-29 13:37:37 +08:00
Tyler Vigario
d878dd8e1a
Add Popper.js link in HTML (#136) 2020-04-29 13:25:12 +08:00
Terry Geng
f900f1c605
Merge pull request #135 from TylerVigario/update-web-assets
Update web assets
2020-04-29 11:27:32 +08:00
Tyler Vigario
1e62cc871f
Merge branch 'update-web-assets' of https://github.com/TylerVigario/botamusique into update-web-assets 2020-04-28 19:55:47 -07:00
Tyler Vigario
3c717397a4
Update Bootstrap and add Popper 2020-04-28 19:55:20 -07:00
Terry Geng
984309409a feat: web interface: mode icon instead of 'Mode' 2020-04-29 10:24:57 +08:00
Tyler Vigario
2beb404e13
Update Bootstrap and add Popper 2020-04-28 19:17:11 -07:00
Terry Geng
5617268270 feat: web interface: put mode dropdown to the right 2020-04-29 09:47:15 +08:00
Terry Geng
3073258918
Merge pull request #130 from TylerVigario/improve-web-interface
Improve web interface
2020-04-29 09:09:55 +08:00
Tyler Vigario
e0185cde35
Correct pathing... (sigh) 2020-04-28 09:16:37 -07:00
Tyler Vigario
754c02305f
Correct play mode random action name 2020-04-28 09:15:52 -07:00
Tyler Vigario
94db22bd2a
Correct pathing 2020-04-27 20:22:18 -07:00
Tyler Vigario
504a5786d8
Implement play mode as dropdown button 2020-04-27 20:18:28 -07:00
Tyler Vigario
7766b15ea1
Implement play/pause as one button 2020-04-27 18:32:44 -07:00
Terry Geng
5447a0d132 fix: more on database migration, fixed #134 2020-04-26 09:17:38 +08:00
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
Tyler Vigario
8c6b5e8f63
Fix pathing 2020-04-20 20:38:18 -07:00
Tyler Vigario
a768c68912
Improve filters layout (for now...) 2020-04-20 20:33:53 -07:00
Tyler Vigario
5be387c81c
Improve playlist and library mobile styling 2020-04-20 20:07:26 -07:00
Tyler Vigario
3f4bfe1846
Remove unused stylesheet link 2020-04-20 16:37:03 -07:00
Tyler Vigario
f000a6ca84
Fix template pathing 2020-04-20 16:08:43 -07:00
Tyler Vigario
33a497bc75
Further improve layout 2020-04-20 15:27:13 -07:00
Tyler Vigario
8f166b53d0
Improve mobile styling 2020-04-20 14:47:10 -07: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