m13253 / danmaku2ass

Convert comments from Niconico/AcFun/bilibili to ASS format
http://m13253.blogspot.com/2013/11/play-danmaku-offline-danmaku2ass.html
GNU General Public License v3.0
556 stars 92 forks source link

danmaku2ass.py is needed by BiliDan #12

Closed MingcongBai closed 9 years ago

MingcongBai commented 9 years ago

For two packages: danmaku2ass, and BiliDan to work properly, we either need:

  1. To link danmaku2ass.py with danmaku2ass;
  2. Install danmaku2ass without renaming it to danmaku2ass.
m13253 commented 9 years ago

You can choose either of them.

  1. Since Danmaku2ASS may be used by other frontends (such as BiliGui), danmaku2ass.py may be provided as a separate package.
  2. Since Danmaku2ASS is so lightweight that it can be embedded into other packages, in order to reduce the number of dependencies.

Please decide on your own and thanks for your time.