73e52ba945
Use dockerignore instead of "rm -rf .git"
...
This reduces the number of layers in the dockerfile by one
2020-11-09 20:58:23 +01:00
ff7baabe94
Merge pull request #220 from azlux/bot-traduora
...
Bot: TRADUORA Update
2020-11-05 15:37:53 +01:00
e2b8bb50ca
Bot: Update translation
2020-11-02 00:11:50 +00:00
c48bba869f
CI: Fix if statement.
2020-11-01 10:08:38 +08:00
f94782c9d7
Bot: Reformat translation
2020-11-01 02:00:08 +00:00
9feae440cc
CI: Get reformated translation after pushing to the translation server.
2020-11-01 09:58:24 +08:00
ec786375ed
CI: Fixed typo.
2020-11-01 09:45:18 +08:00
4bef53c948
CI: Push translation: Fixed wrong branch to push.
2020-10-31 23:47:17 +08:00
fad31bb858
Merge pull request #218 from SnejPro/patch-1
...
Update de_DE.json
2020-10-31 23:41:58 +08:00
d1aebc8bfb
change CI step name
2020-10-31 16:05:54 +01:00
ec3dddd6e7
Run traduora update in separete pipeline
2020-10-31 16:04:23 +01:00
d07f676ff6
CI: Fix wrong path for python.
2020-10-31 22:42:37 +08:00
5c5120e3d7
CI: Setup pushing-translation procedure in CI.
2020-10-31 22:37:07 +08:00
716b106f6c
refactor: Move check for update into utils.
2020-10-30 20:47:50 +08:00
25b2c02337
Update de_DE.json
2020-10-27 23:50:03 +01:00
cb8a0cff78
chore: More updates in the README.
2020-10-25 15:55:04 +08:00
f40450e3e0
chore: Update README to include the minimal python version required.
2020-10-25 15:28:39 +08:00
312599e8b3
feat: Allow deletion of music files to be disabled in the config file. Implement #202 .
2020-10-24 22:17:55 +08:00
a1e37629a5
Merge pull request #216 from azlux/bot-traduora
...
Bot: TRADUORA Update
2020-10-22 00:46:27 +02:00
0af7fad824
Bot: Update translation
2020-10-20 00:06:41 +00:00
5871e5b42c
typo fix
2020-10-19 13:16:57 +02:00
8ff3ba9bab
Add IT language + Readme improvement
2020-10-11 13:24:37 +02:00
9b7021100b
Merge pull request #214 from azlux/bot-traduora
...
Bot: TRADUORA Update
2020-10-07 09:22:20 +02:00
0bdfafd1b3
Bot: Update translation
2020-10-07 00:06:43 +00:00
6da8cd3ae8
PR #212 from bot-traduora
...
Bot: TRADUORA Update
Thank to @LelieL91
2020-10-07 00:53:59 +02:00
acb1cce757
Bot: Update translation
2020-10-06 00:06:42 +00:00
8c81ba215f
Fix #213
2020-10-05 22:49:54 +02:00
8454788c59
Bot: Update translation
2020-10-03 00:06:43 +00:00
a3ce693aac
Bot: Update translation
2020-10-02 00:06:43 +00:00
47687a5e06
Skip unnecessary MP3 conversion via FFmpeg after audio download
...
Currently, after downloading YouTube videos, FFmpeg is used to convert
the downloaded audio file into MP3 for historic reasons (there was no
database to keep the metadata around, so the ID3 tags in the MP3 file
were necessary to be able to read the metadata later on).
Now that a metadata database exists, this is no longer necessary. This
conversion is also fairly straining for slower CPUs or CPUs that do not
offer the appropriate processor extensions to be able to accelerate this
conversion, such as older ARM devices - in my case an ARMv7 32-bit
device, where the conversion could take over a minute for a fairly
simple 3-minute audio file of keeping a single core maxed out.
This should also result in less latency playing audio files on stronger
processors, though probably less noticeably.
Fixes #205
2020-09-25 20:58:18 +08:00
291b79ae7e
Move to Opencollective
2020-09-21 10:23:03 +02:00
fceb50e894
fix: crash triggering by stop and play when playlist is empty, fixed #206 .
2020-09-20 09:53:16 +08:00
141977759f
Merge pull request #204 from azlux/bot-traduora
...
Bot: TRADUORA Update
2020-08-18 22:27:57 +02:00
1cb3ff2911
Bot: Update translation
2020-08-18 00:08:57 +00:00
e25fe1fb0b
chore: Add descriptions about translations in the README file
2020-08-17 21:17:45 +08:00
4bf2adbfd6
Bot: Update translation
2020-08-17 00:08:50 +00:00
18e3e77bc5
Updates node dependencies
2020-08-16 01:51:24 +02:00
6abd376558
Bot: Update translation
2020-08-15 23:29:57 +00:00
fa43d0669d
Bot: Update translation
2020-08-12 00:23:26 +00:00
e5a2d810fc
build on new release
2020-08-10 22:11:19 +02:00
b403bbb17f
build(deps): bump elliptic from 6.5.2 to 6.5.3 in /web
2020-08-10 21:49:40 +02:00
9a679a8c5f
build(deps): bump elliptic from 6.5.2 to 6.5.3 in /web
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-08-10 19:48:02 +00:00
2b12818b4a
Merge pull request #198 from azlux/bot-traduora
...
Bot: TRADUORA Update
2020-08-10 21:44:38 +02:00
14668bb2b8
fix: Avoid truncating last ~100ms of music when playing.
...
Somehow subprocess.poll() will return before all music stream has been retrieved from stdout of the ffmpeg thread, causing the last bit of the stream being truncated.
Fixed #199 .
2020-07-25 21:39:00 +08:00
b3fe43cb18
feat: Enhance debug log.
2020-07-25 18:00:50 +08:00
0b0a3ba569
Bot: Update translation
2020-07-22 00:20:31 +00:00
ba4a9c50c6
Merge pull request #197 from azlux/dependabot/npm_and_yarn/web/lodash-4.17.19
...
build(deps): bump lodash from 4.17.15 to 4.17.19 in /web
2020-07-21 16:44:39 +02:00
f1eba84964
Bot: TRADUORA Update ( #193 )
...
* Bot: Update translation
2020-07-21 16:43:14 +02:00
3e9570cb01
build(deps): bump lodash from 4.17.15 to 4.17.19 in /web
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-21 05:38:11 +00:00
87763ce9e4
chore: Update readme.
2020-07-21 10:32:01 +08:00