leoding86
leoding86
I can confirm that there are some issues about ffmpeg convertor. But I can use default convertor with no problem. Need more information like url or screenshot.
理论上不应该存在这种情况,下载任务在浏览器的下载管理中是显式的。还有就是,在没有完全下载完成当前作品是,不要切换页面或者点击其他作品,否则会出现问题。 由于插件的`manifest v2`即将作废,所以不准备在继续优化现有的下载逻辑,后面可能会将下载逻辑重构(如果我还继续维护的话)。
不太确定你想反应的是那个项目的问题,这个项目的应用应该是没有可收缩的部件。
可以参考下这个[评论](https://github.com/leoding86/webextension-pixiv-toolkit/issues/27#issuecomment-605540955)中的方法试一下。
@501stRookie It's strange. The extension only downloads images and pack them into a zip file. There should be not problem unless the image from the post has problem itself. I'll...
目前没有办法在两台电脑上转移下载任务,主要原因有,1. 软件的设置保存文件不在安装目录里;2. 缓存下载任务时会保存目标保存地址,所以即使将下载任务缓存文件转移了,也可能会导致保存地址出现问题。想要实现你说的目的需要做几个方面的改进,短时间内应该实现不了。
通过创建标记文件不太合适,如果通过标记文件判断,每次启动程序时都需要遍历所有目录(如果有子目录还要扫描子目录)来恢复下载。有的用户会始终使用一个目录保存下载任务,那么这个目录中的子目录一定会越来越多,当需要扫描的目录达到一定数量会影响到程序的启动速度。另外一种情况就是,有的用户喜欢将所有文件保存在一个单个目录下,那么如果用标记文件会使得单个目录中存在大量的标记文件。 增量下载是一个比较复杂的逻辑,包括任务缓存、比对恢复,如果需要在不同机器转移还要处理不同环境时的恢复方式等等,这个需要时间来完善。
Download metadate only?
@scampadversary If you enable the setting `Pack Files`, the extension should pack the images into a zip file without creating subdirectory. Could you provide the rename settings in the extension?
Could you provide your extension settings? I'll take a look later.