We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
由于缓存下来的媒体文件一般都是英文名,且名字中包含众多信息,若订阅一部番以上,就很难快速分辨所属番剧。 目前我认为有三种解决方案: 一是直接根据订阅自动分组,一个组就是一部番剧,再加上按文件名排序,就很方便; 二是按照订阅名称对媒体文件自动重命名,不过可能会出现不同语言使用者所需要的文件名不同的问题; 三是在文章页面加一个页面展示该订阅已下载的媒体文件,这样也很方便。其实和一是同一个道理 个人认为第一、三个方案比较方便,希望作者能够考虑,感谢
The text was updated successfully, but these errors were encountered:
之前就在考虑方案一了,只不过一直没时间写
Sorry, something went wrong.
No branches or pull requests
由于缓存下来的媒体文件一般都是英文名,且名字中包含众多信息,若订阅一部番以上,就很难快速分辨所属番剧。
目前我认为有三种解决方案:
一是直接根据订阅自动分组,一个组就是一部番剧,再加上按文件名排序,就很方便;
二是按照订阅名称对媒体文件自动重命名,不过可能会出现不同语言使用者所需要的文件名不同的问题;
三是在文章页面加一个页面展示该订阅已下载的媒体文件,这样也很方便。其实和一是同一个道理
个人认为第一、三个方案比较方便,希望作者能够考虑,感谢
The text was updated successfully, but these errors were encountered: