SuperNG6 / docker-subfinder

subfinder 字幕查找器 自动搜索并下载影视字幕
https://hub.docker.com/r/superng6/subfinder
57 stars 8 forks source link

2个问题请教 #3

Open maisun opened 4 years ago

maisun commented 4 years ago

谢谢大佬的项目,有2个小问题: 1。/media只能挂载一个文件夹,我的电影和TV是分开存放的,怎么才能支持检索多个文件夹?试过创建symbolic links不管用 2。有办法过滤不去下载名字含有sample的视频文件吗? 谢谢

SuperNG6 commented 4 years ago

再开一个容器,这也是docker的最佳实践,一个容器只干一件事,多占用几十兆内存而已。或者俩个影视目录都在一个大目录下,就挂载大目录

maisun notifications@github.com于2020年4月11日 周六上午4:23写道:

谢谢大佬的项目,有2个小问题: 1。/media只能挂载一个文件夹,我的电影和TV是分开存放的,怎么才能支持检索多个文件夹?试过创建symbolic links不管用 2。有办法过滤不去下载名字含有sample的视频文件吗? 谢谢

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SuperNG6/docker-subfinder/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG2C73TIWDD44XN342H3623RL554DANCNFSM4MFV4DSQ .

ProteinPig commented 4 years ago

排除sample,在配置文件里添加一行 "exclude": ["sample"], 注意sample前后有*号,貌似显示有问题 其它关键字也可以,逗号分隔