Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 使用 ChatGPT 服务猜测后备标题(Bangumi 中没有条目数据时) #103

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

huihuimoe
Copy link
Contributor

@huihuimoe huihuimoe commented Jan 17, 2024

background:
在bangumi中没有正确条目的文件(NCOP/NCED/Interview/MV/PV/Live/Stage等),一般会生成一个不可读的标题
为了给这些文件一个人类可读的标题,可以使用openai服务给ep起一个合适的标题

example:

specials/[VCB-Studio] Grisaia no Rakuen [NCOP02][Ma10p_816p][x265_flac].mkv
without openai: "Grisaia no Rakuen ["
with openai: "グリザイアの楽園 ノンクレジットOP2"

specials/[Aria The Crepuscolo][SP05][Original Preview 60sec. Ver.][BDRIP][1080P][H264_FLAC].mkv
without openai: "[Aria The Crepuscolo"
with openai: "アリア 予告編"

SPs/[VCB-Studio] Sore ga Seiyuu! [Earphones Up-Close Documentary 16][Ma10p_1080p][x265_aac].mkv
without openai: "Sore ga Seiyuu!"
with openai: "それが声優 ドキュメンタリー"

启用该功能时,需要填入对应的openai key
image
保存后测试可用后即可开启

@chu-shen chu-shen mentioned this pull request Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant