Commit Graph

87 Commits

Author SHA1 Message Date
AquanJSW
f05d8c3c0e
feat(cli/core): add TitleFilterPatterns option (#619)
* add custom title filter

* Use regex instead of string matching

* feat(ui): add title filter settings for recording conditions

---------

Co-authored-by: genteure <genteure@gmail.com>
2024-11-10 06:55:48 +00:00
genteure
5f047d4e4a feat(cli): disable distributed context propagation 2024-07-05 18:24:08 +08:00
genteure
2ed57ec9ac feat(cli): support passing a directory in --config-override.
fix #590
2024-06-22 23:10:06 +08:00
genteure
afae6d0be7 fix(cli): condition for open access warning.
fix #578
2024-03-10 12:01:16 +08:00
Genteure
d8cab72fbd
feat(web): block open access from internet by default. (#571) 2024-03-09 13:02:44 +00:00
kira1928
fe9bd29c7d
feat: disable console quick edit mode for Cli (#556) 2023-12-03 23:17:21 +08:00
cxumol
86e6526f09
feat: split recording on title change
* feat:add CuttingByTitle to BililiveRecorder.Core.Config.V3

* add: CuttingByTitle

* add: new config-related test

* fix:test txt

* fix:test txt

* add: translations

* add:translations

* Reactivating git submodule webui

* revert webui submodule update

---------

Co-authored-by: genteure <genteure@gmail.com>
2023-10-12 17:59:45 +08:00
Genteure
58bebb2eb8
Rebranding (#504)
* Rebranding

* rebranding fixups
2023-07-11 16:55:47 +00:00
genteure
14c8fde4a4 feat(core): add danmaku workaround with toggle
add danmaku masked username workaround
add new advcaned settings
2023-07-10 21:34:38 +08:00
genteure
d2d12fbac9 feat(cli): setting http basic auth with env vars
close #424
2023-06-17 23:24:36 +08:00
genteure
6376c9ac4f feat(core): add option to omit stream metadata 2023-02-01 19:14:53 +08:00
genteure
a9a2a18f25 update dependencies 2022-11-06 12:24:00 +08:00
genteure
05c347e0fc feat: limit aspnetcore logging level to error on release builds 2022-09-03 23:11:47 +08:00
genteure
f99a9b59e4 feat(web): add log api 2022-08-31 14:46:35 +08:00
雷宇辰
050226fdcc
chore: set UseAppHost to false when publishing
* CI: make `any` fully platform unspecific [38ab47c]

As https://docs.microsoft.com/en-us/dotnet/core/deploying/deploy-with-cli points out, dotnet >3.1 will produce a platform-specific executable by default unless set UseAppHost=false

* chore: set UseAppHost to false when publishing [0fbfb10]

Co-authored-by: genteure <genteure@gmail.com>
2022-08-31 11:33:40 +08:00
genteure
d6c642de6e feat: add option to save stream cover/thumbnail
close #298
2022-08-27 18:07:09 +08:00
genteure
b267d6493b fix: bug in last commit f232a75
ref: #388
2022-08-27 17:12:31 +08:00
genteure
f232a75a40 feat(cli): add option to use a different config path
close #388
2022-08-27 17:03:23 +08:00
genteure
4717b6038a chore: update dependencies, update wpf sentry dsn 2022-08-26 16:11:32 +08:00
genteure
82f281e3f5 feat: add setting item for api request timeout 2022-08-25 19:23:18 +08:00
genteure
33f4e98a46 feat: add stream started desktop notification 2022-08-25 18:43:23 +08:00
genteure
9c7e99944a feat: add support for websocket danmaku protocol 2022-08-25 18:42:36 +08:00
genteure
f4fd1c6d1c CLI: Change console log output format 2022-07-07 21:33:46 +08:00
genteure
3d511acf6a CLI: Fix console color on Windows 2022-07-01 17:23:37 +08:00
genteure
bcc39843c1 Cli: Separate log files 2022-06-28 23:08:20 +08:00
genteure
60ac8d8d6d CLI: Log version and command arguments at startup 2022-06-26 15:15:48 +08:00
genteure
232eb1af5b Add new option FlvProcessorSplitOnScriptTag 2022-06-25 17:31:21 +08:00
genteure
46cde4896c FLV: Refactor ProcessingComment 2022-06-24 21:29:16 +08:00
genteure
ca0d206500 CLI: Add file browser toggle 2022-06-08 00:58:08 +08:00
genteure
4d0e52c87d Cli: Add HTTP Basic Auth 2022-06-08 00:15:05 +08:00
genteure
e01d12c36a Update dependencies 2022-06-07 22:41:09 +08:00
genteure
9f1d9489e0 Update GitHub links 2022-06-07 18:35:46 +08:00
genteure
c12d2c1cb0 Fix log file path
fix #329
2022-06-07 01:52:59 +08:00
genteure
b253826dbc CLI: Generate self signed certificated with a CA 2022-06-04 01:57:30 +08:00
genteure
c054e8a3f5 CLI: Support HTTPS 2022-06-04 01:24:05 +08:00
genteure
2baea18afd Update GitHub Actions workflows 2022-05-26 23:11:37 +08:00
genteure
34ba4ded08 Add more webhook types
Added StreamStarted and StreamEnded
Close #269
2022-05-17 18:08:53 +08:00
genteure
27d1a18bae Fix github actions artifacts 2022-05-17 02:51:47 +08:00
genteure
9ef3be0686 Update dependencies 2022-05-17 01:50:09 +08:00
genteure
f211dbfdd2 Fix build warnings 2022-05-17 01:48:50 +08:00
genteure
4ded913bc2 Fix build warnings 2022-05-17 00:53:37 +08:00
genteure
fa9cb75c97 Cli: Normalize paths 2022-05-16 18:27:00 +08:00
genteure
effa694a65 Merge branch 'feature/scripting' into dev 2022-05-14 22:28:31 +08:00
genteure
3732b15411 Cli: Improve command line arguments 2022-05-11 14:24:12 +08:00
genteure
cc27045fc4 Core: progress on scripting 2022-05-11 00:20:57 +08:00
genteure
43d1c6f2ef Core: Add config options to ignore system proxy, use IPv4 and/or IPv6 2022-05-09 22:42:08 +08:00
genteure
441343e92e Switch to config v3 2022-04-03 19:32:43 +08:00
genteure
8a65c9645d Core: Create config v3 2022-04-03 19:32:43 +08:00
Genteure
db7f2872f8 Add Web API 2022-04-02 21:02:29 +08:00
genteure
30a659f4d2 Update to .NET 6 2022-04-02 18:49:23 +08:00