Pramy

Results 3 comments of Pramy

问题二本质的原因是路径对不上,查看nastool的插件代码, ![image](https://github.com/ChineseSubFinder/ChineseSubFinder/assets/13444999/b55f7c97-6910-433e-9c18-1460089ebf9f) 就知道是用了本地的文件路径作为参数请求,比如nastool里面的路径是/xxx/media/电影,然后chinesesubfinder 里面的媒体路径是/media/电影,nastool发起的请求就是 /xxx/media/电影/file , 到了finder这边用这个路径是铁定找不到文件,所以需要再插件上面写好映射路径,在请求之前就会做一次replace,这样就可以解决问题2了

> ### 确认 > * [x] 我的版本是最新版本,我的版本号与 [version](https://github.com/hsuyelin/nas-tools/releases/latest) 相同。 > * [x] 我已经 [issue](https://github.com/hsuyelin/nas-tools/issues) 中搜索过,确认我的问题没有被提出过。 > * [x] 我已经修改标题,将标题中的 描述 替换为我遇到的问题。 > > ### 当前程序版本 > [5c30f73](https://github.com/hsuyelin/nas-tools/commit/5c30f73db6a683c9c1634c6b72385e726f88e94e) > > ###...