Genteure
d7c03f4736
feat: add option to disable spliting when H264 Annex-B is detected ( #614 )
...
* feat: add option to disable spliting when H264 Annex-B is detected
* add wpf ui toggles
* chore: remove public api check for flv
* fix warning unboxing a possibly null value
* fix cli tool help text
* feat(wpf): add disable split on h264annexb option for toolbox
2024-11-22 13:55:20 +00:00
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
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
f63f7b21aa
misc(core): fix warnings
2023-08-24 23:08:56 +08:00
genteure
7aa12b61a7
fix(core): use wss as the default danmaku transport
2023-08-19 19:05:27 +08:00
genteure
b2ef1d982c
fix(core): default to old danmaku handshake behaviour
2023-07-23 18:05:32 +08:00
genteure
557b88c950
feat(core): connect danmaku with streamer uid by default
2023-07-16 21:21:44 +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
6376c9ac4f
feat(core): add option to omit stream metadata
2023-02-01 19:14:53 +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
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
901b2bde9e
Core: Update logs about config file missing
2022-07-07 21:37:12 +08:00
genteure
0b8cf27ce9
Core: Refactor file name templateing
2022-06-28 16:10:06 +08:00
genteure
232eb1af5b
Add new option FlvProcessorSplitOnScriptTag
2022-06-25 17:31:21 +08:00
genteure
d884eaa6a9
Refactor config code generation
2022-06-10 16:34:25 +08:00
genteure
9f1d9489e0
Update GitHub links
2022-06-07 18:35:46 +08:00
genteure
4ded913bc2
Fix build warnings
2022-05-17 00:53:37 +08:00
genteure
730bc9a4d1
Core: Change visibility of most types to internal
2022-05-16 23:28:31 +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
6bbe8aa31d
Core: Change default file name template
2022-04-03 19:32:43 +08:00
genteure
20c7a1efb0
Core: Use Fluid.Core to generate file names
2022-04-03 19:32:43 +08:00
genteure
8a65c9645d
Core: Create config v3
2022-04-03 19:32:43 +08:00
genteure
06a4c59bb7
Core: Strictly enforce qn settings
2021-11-20 14:34:35 +08:00
Genteure
5f96eb5393
New config gen
2021-08-13 21:03:21 +08:00
Genteure
ca3dfd06bf
Improve config code generation
2021-07-15 21:41:21 +08:00
Genteure
2521ed228e
Core: Fix config nullable warning
2021-07-15 20:21:30 +08:00
Genteure
9c33d64734
Toolbox & CLI: Redo console output, Add configure
subcommand
2021-07-15 19:56:58 +08:00
Genteure
2b482a9c4b
支持录制画质选择
2021-07-09 19:48:39 +08:00
Genteure
c1739be159
Core: Improve config schema
2021-07-08 19:11:44 +08:00
Genteure
385769b29b
Core: Build config json schema
2021-07-07 21:25:54 +08:00
sbYm
5f65962c75
进行一个json schema的生成
...
生成一个`build_config.schema.json`文件。
新配置文件可以粘贴这个东西,获得补全和初级错误检查(旧文件也可以加到第一行):
```json
{
"$schema": "https://github.com/Bililive/BililiveRecorder/blob/dev-1.3/BililiveRecorder.Core/Config/V2/build_config.schema.json "
}
```
2021-07-07 19:43:10 +08:00
Genteure
6c9b6e6c8e
WPF: Add an option to skip asking work path
2021-06-14 15:14:10 +08:00
Genteure
97e005a4d3
Minor updates
2021-05-01 17:57:43 +08:00
Genteure
fc0b955b3d
Core: Update default file name format
2021-04-21 19:54:57 +08:00
Genteure
560e8f22e7
Core: Add raw data recording mode
2021-04-20 22:28:52 +08:00
Genteure
3221f7cebe
Core: Update default config
2021-04-07 18:24:35 +08:00
Genteure
58970c217b
Merge code into dev-1.3
2021-02-23 18:03:37 +08:00
Genteure
7897ddaf99
添加显示直播分区的功能
2021-01-08 18:54:50 +08:00
Genteure
d129c7547e
fix missing string & write config bug
2021-01-06 00:31:42 +08:00
Genteure
46266c707c
fix cli
2021-01-04 16:24:36 +08:00
Genteure
65fd63e858
use safe WhiteAllText
2021-01-03 11:38:20 +08:00
Genteure
cce7d1c690
Add config v2
2021-01-01 14:46:27 +08:00
Genteure
f175aac1df
add webhook
2020-12-20 20:56:40 +08:00
Genteure
f81e19bed1
Auto flush XmlWriter
2020-12-17 19:32:48 +08:00