2 Star 1 Fork 0

lazycatcloud / ChineseSubFinder

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
MIT

ChineseSubFinder

本项目的初衷仅仅是想自动化搞定限定条件中文 字幕,在第三方的网站或者接口的下载。

CSF 使用交流目前只有一个 telegram 小组,https://t.me/chinesesubfinder

个人建议是以使用和讨论为主,bug 的反馈最好去 issue 按模板反馈和提出问题,也好有一个地方追溯。

前言

移除全功能版本,以后都是轻量级,tag 继续保留,实则都有是一个。

最新的版本可以查看 Docker Hub ,如果不在 telegram 群内,没有特殊的需求请不要选择 Beta 版本使用。

前置要求

如果想顺利的用起来,还是对电影、连续剧的目录有一定的要求的。见文档:

How to use

如何部署

如何使用

API 文档文档

高阶设置

建议了解的文档:

如果文档没有及时更新,或者描述含糊、歧义的,欢迎提 ISSUES

问题列表

如果遇到问题了,可以先看看这里总结的问题,如果未能解决,依然可以继续提问。问题列表

其他文档

如何编译此项目

  • 首选需要编译 Web 部分,见 frontend/README.md

  • 然后才能编译可执行程序部分

如果是 Windows,那么可以从这里下载 [MinGW-w64 - for 32 and 64 bit Windows - Browse /Toolchains targetting Win64 at SourceForge.net](https://sourceforge.net/projects/mingw-w64/files/Toolchains targetting Win64/)

后面的 CGO 编译需要:

1、新建变量: PATH,变量值为:xx\mingw64\bin

2、新建变量:LIB,变量值为:xx\mingw64\lib

3、新建变量:INCLUDE,变量值为:xx\mingw64\include

使用 gcc -v 验证是否生效

go mod tidy ,然后需要设置 CGO=1 ,找到 cmd\chinesesubfinder\main.go 这个入口文件就好了。 :joy:

编译代码如下:

cd ./cmd/chinesesubfinder
&& go build -ldflags="-s -w" -o /app/chinesesubfinder

跨平台是没有问题的,作者现在就是 Windows 开发的。因为手头没得 Mac OS ,也懒得整虚拟机去试,应该也是可以直接玩起来的。

版本

请务必使用最新版本,这里忘记(懒得)写更新记录的话,可以去 Releases 查看最新到什么版本了。

因为业余时间不多,都是断断续续做的,基本我只能记得最近两个版本的功能···

  • v0.42.x 新增,支持手动上传字幕,以及在 Web 界面即可预览字幕效果,重写“库”的刷新逻辑。 -- 2022年10月31日
  • ···
  • 完成初版,仅仅支持电影的字幕下载 -- 2021 年 6 月 13 日

感谢

感谢下面项目的帮助

MIT License Copyright (c) 2021 Chin allan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

自动化中文字幕下载。字幕网站支持 shooter、xunlei、arrst、a4k、SubtitleBest 。支持 Emby、Jellyfin、Plex、Sonarr、Radarr、TMM。 expand collapse
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
1
https://gitee.com/lazycatcloud/ChineseSubFinder.git
git@gitee.com:lazycatcloud/ChineseSubFinder.git
lazycatcloud
ChineseSubFinder
ChineseSubFinder
master

Search