Skip to content

Releases: fzql/totemoe

ToteMoe LiveMaid version 0.2.2

04 Jan 03:21
Compare
Choose a tag to compare
Pre-release

特别萌·直播女仆 版本0.2.2

编译日期:2018-01-04 (Date of compilation)
针对平台:Win 10 (Supported OS)
SHA-256:cfa3a505d39be32ae96f0cc5224f3b00f5c9b81c642c6b01c0d513fd0c21caa0

新增功能

  • #16 首选项:增加时区选项
  • #19 首选项:增加弹幕自动导出选项,可选txt或csv格式
  • #25 首选项:增加正则表达式过滤选项
  • #18 弹幕列表:双击弹幕列表会复制所指内容
  • #26 弹幕列表:弹幕列表启用全选、复制快捷键
  • #24 状态栏:过滤结果的记录数显示于状态栏中
  • #22 菜单栏:增加弹幕发射颜色菜单项

New Features:

  • #16 Preferences: time zone setting
  • #19 Preferences: automatically export danmaku list to TXT / CSV format
  • #25 Preferences: allow filter by regex
  • #18 Danmaku list: double clicking on an item copies it to clipboard
  • #26 Danmaku list: re-enable Ctrl+A and Ctrl+C to copy danmaku
  • #22 Menu bar: select your desired Danmaku color
  • #24 Status bar: filtering results will be shown

ToteMoe LiveMaid version 0.2.0

29 Dec 16:11
Compare
Choose a tag to compare
Pre-release

特别萌·直播女仆 版本0.2.0

编译日期:2017-12-30 (Date of compilation)
针对平台:Win 10 (Supported OS)
SHA-256:354c8b00a3dc0365fe90c8a8e7002d5249e2af0e1b69cb67c0b8a96e469365b1

新增功能

  • 启用Win 10画风
  • 增加首选项设置对话框
  • 实时发射弹幕(需配置首选项下的【会话设置】)
  • 单一关键词过滤弹幕列表

New Features:

  • Enables Win 10 Display Style
  • Adds preference dialog
  • Allows Danmaku to be sent (needs to set Section tab under Preference)
  • Allows Danmaku list to be filtered

ToteMoe LiveMaid version 0.1.0

26 Dec 07:10
Compare
Choose a tag to compare
Pre-release

特别萌·直播女仆 版本0.1.0

编译日期:2017-12-27 (Date of compilation)
针对平台:Win 10 (Supported OS)
SHA-256:8caa3cea60260d7998810f345af2592a2f727766a255f1c90314d31b6083b3d2

总结

过去两年里,作者f(z)曾经针对B站直播间编写过一些辅助房管进行弹幕管理的Chrome插件和Chrome App。但由于那些工具缺少大量关键功能,以及从零学起JavaScript的f(z)依然是个不能实现那些功能的JavaScript菜鸟,f(z)便决定用C++重新开始原来的计划。既正义又很萌的【特别萌·直播女仆】项目便诞生了!

Summary: In the past two years, the author has implemented Chrome Extensions and Chrome Apps to help Bilibili Live Moderators (equivalent to Moderators on twitch) oversee the Danmaku (equivalent to chat messages in twitch) being sent in the room they moderate. However, those tools were feature-lacking, and the callow author wasn't able to achieve what he dreamed of. Therefore, a complete rewriting of the tools was designed, using C++. The "ToteMoe LiveMaid" Project is thus born for cuteness and justice. (Hmm... what an intro...)

主要功能

  • 与B站接口建立HTTPS连接
  • 用WebSocket与单个直播间进行连接、重连、断开
  • 可解析短房号
  • 提供了一目十行的弹幕列表
  • 弹幕可被复制到Excel表格中
  • 提供简体中文、英文两种界面,由系统显示语言决定

Main Features:

  • Establishes HTTPS connections to Bilibili web interface
  • Establishes WebSocket connection to individual rooms
  • Able to automatically resolve the Room ID correctly from the Short (Room) ID
  • Provides a clear view of Danmaku list
  • Danmaku can be copied to Excel spreadsheets.
  • Provides Chinese and English interfaces, loaded according to the OS display language.

其他说明

  • 本产品暂只针对Win 10用户
  • 用户界面是totemoe-livemaid.exe
  • 我会给代码加上注释的;暂定Doxygen来背这个锅
  • 欢迎提供各种反馈(大神带我飞

Other info:

  • This product is currently tailored only to Win 10 users
  • Use totemoe-livemaid.exe to manage your Danmaku
  • I won't forget to document my code using Doxygen
  • You may raise issues or provide feedback should they arise