-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat(driver_strm): Also shown some files with strm #969
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
Conversation
字幕资源返回的文件大小不对导致的 |
现在应该没有问题了 |
你测试没问题就把代码整理下,字幕是小文件没必要多线程下载,.gitignore也加进来了。 |
Allow user set some file types that need to shown with strm, usually subtitles Most of code was copy and managed from drivers/alias
已强制推送,多线程下载我应该没动,还是默认的,主要只改了文件link和list部分
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done, thanks!
感谢帮助!
对了,就这两天的体验来说,OpenList的复制如果目标储存有父目录好像就不会复制了,即使子目录不同,也不会增量复制,如果可以加一个增量复制对网盘限额之类的会很友好 |
请问什么时候可以合并进beta呢,服务器上需要这个功能,感谢! |
感谢! |
建议nfo和jpg也加在里面 |
NFO可能会有写入吧 所以当时没考虑 |
可以在驱动的下载类型项自己加 |
这个功能会在什么时候推到release,挺需要这个功能的 |
iso格式没有生成 |
配置页面过滤类型自己添加 |
好吧 版本的问题 。更新4.1.1 可以了 谢谢 |
Allow user set some file types that need to shown with strm, usually subtitles
Now I have implemented the function of displaying custom files, but I don't understand which function is responsible for managing the actual return file links, please let me know and I will update and commit it
允许在生成Strm的同时下载一些文件,通常为字幕
现在我已经实现了显示文件,但是还没有搞明白负责实际返回文件链接的是哪一个部分,drivers的模板中似乎没有提及。烦请告知,我会继续跟进commit,谢谢!