Commit Graph

207 Commits

Author SHA1 Message Date
genteure
5db36548f8 Update dependencies 2021-11-30 19:45:15 +08:00
genteure
32d49c70fc Core: Imporve logs related to recording qn 2021-11-25 23:26:32 +08:00
genteure
06a4c59bb7 Core: Strictly enforce qn settings 2021-11-20 14:34:35 +08:00
genteure
ccdba838f8 Toolbox: Add data hashes to exported xml.gz 2021-11-20 13:19:23 +08:00
Genteure
9337bbe931 Core: Remove invalid character in room title before writing to xml file 2021-08-28 21:37:10 +08:00
Genteure
5f96eb5393 New config gen 2021-08-13 21:03:21 +08:00
Genteure
5fb7d074d6 Toolbox: Add danmaku merger 2021-08-10 18:53:04 +08:00
Genteure
9237f3b7fd Fix typo 2021-08-04 21:58:35 +08:00
Genteure
04387d9f6d Core: Fix webhook not firing when removing room 2021-08-03 00:12:46 +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
48513d4e98 WPF: Add cookie test button 2021-07-05 23:30:13 +08:00
Genteure
f0f4a02047 Update nuget packages 2021-06-26 21:31:43 +08:00
Genteure
afdf66e917 Update packages 2021-06-20 13:43:18 +08:00
Genteure
6c9b6e6c8e WPF: Add an option to skip asking work path 2021-06-14 15:14:10 +08:00
Genteure
bd3fa9edef Update danmaku parser 2021-06-04 00:23:47 +08:00
Genteure
bf8a4481e2 Update RecordTaskFactory 2021-06-01 23:53:38 +08:00
Genteure
ce064f1f07 Catch exceptions thrown by FileStream.Dispose() 2021-05-25 21:52:50 +08:00
Genteure
2ceb916a8d Merge file creation into one step 2021-05-21 21:30:46 +08:00
Genteure
ba847cf28d Fix File.Open 2021-05-21 21:04:37 +08:00
Genteure
b616ac9f63 Update logging calls 2021-05-17 23:29:33 +08:00
Genteure
c27ac6d41d Update HierarchicalPropertyDefault 2021-05-15 15:47:31 +08:00
Genteure
0a794e691f Core: Avoid mcdn 2021-05-13 18:32:29 +08:00
Genteure
9df51d431d FLV: Add keyframes metadata 2021-05-12 22:38:39 +08:00
Genteure
b931e24523 WPF: Update sentry config 2021-05-02 21:02:33 +08:00
Genteure
97e005a4d3 Minor updates 2021-05-01 17:57:43 +08:00
Genteure
a64552b5e3 Update dependencies 2021-05-01 00:41:31 +08:00
Genteure
834270276b Core: Delay init requests, update logs 2021-04-30 19:35:15 +08:00
Genteure
93781b2a56 FLV: Performance improvements
(I guess)
2021-04-29 23:51:06 +08:00
Genteure
5c9706e827 Core: Update BasicDanmakuWriter 2021-04-29 18:08:55 +08:00
Genteure
0944260e46 Core: Fix bug in BasicDanmakuWriter 2021-04-26 22:45:28 +08:00
Genteure
539b0b95a4 Core: Improve recording stability 2021-04-23 19:15:20 +08:00
Genteure
afd8f7a2d3 FLV: UpdateTimestampOffsetRule is now functional 2021-04-22 22:40:40 +08:00
Genteure
5f4c9633bd Core: Re-write record trigger logic 2021-04-21 23:18:23 +08:00
Genteure
fc0b955b3d Core: Update default file name format 2021-04-21 19:54:57 +08:00
Genteure
7c9a3582a0 Core: Update ratio display 2021-04-21 19:48:28 +08:00
Genteure
560e8f22e7 Core: Add raw data recording mode 2021-04-20 22:28:52 +08:00
Genteure
a0a3fd9044 FLV: Add new rule & other changes 2021-04-20 20:41:26 +08:00
Genteure
04cc54ee5c Core: Remove invalid characters before writing xml #178 2021-04-16 17:39:38 +08:00
Genteure
ec58a3c5b9 Core: Implement watchdog, use api host in config 2021-04-15 19:13:19 +08:00
Genteure
14ffd7b700 Core: Calculate danmaku ts using local time 2021-04-14 18:11:12 +08:00
Genteure
fb1fb97eb4 FLV: Fix not triggering FileClosed event 2021-04-14 17:57:35 +08:00
Genteure
3221f7cebe Core: Update default config 2021-04-07 18:24:35 +08:00
Genteure
fbcef5c174 FLV: Add more ProcessingComment 2021-04-07 18:24:05 +08:00
Genteure
1d0fbc3814 Core: Fix danmaku xml not closed 2021-03-18 22:28:10 +08:00