Giter Site home page Giter Site logo

thunderx's People

Contributors

milesching avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

newlifes01

thunderx's Issues

Send Thunder X errors to App Center

Errors supposed to be captured:

  • Failed deserializing local database for initializing tasks, downloaders, or histories.
  • Downloader captured errors.

对于这个应用有几个建议

感谢作者做出一个如此简洁的下载应用,非常喜欢。提两个建议,第一个是加入一个历史任务,或者下载完成任务不消失,仍然显示在下载页,方便完成任务立即打开或重新下载。另外一个是应用在很多情况下无法获取正确的下载文件名,每次都需要手动修改,希望作者修复一下,谢谢。

Show download progress on the task bar button

From Microsoft Store reviewer @Clewen

The taskbar button does not appear to show the download progress, whether it is a fore desk window or not. I don't know if that's not going to happen, but the Microsoft Store itself seems to have a solution that hasn't been updated for a long time.

发现几点问题!

BT基本设置,比如随机端口,DHT等等都还没有。

可能因为DHT这些设置不完善,发现在移动宽带下面没办法下载,包括解析磁力链!

直接粘贴磁力链成功过,但是直接选中种子没有一次成功过!

trackerlist能不能自动更新呢……

感谢作者开发软件,谢谢!

The release date of a new version in the start up dialog is incorrect

private static async Task<DateTime?> GetBuildTimestampAsync()
{
    try
    {
        var install_folder = Package.Current.InstalledLocation;
        var files = await install_folder.GetFilesAsync();
        var date_manifest = (await files.First().GetBasicPropertiesAsync()).DateModified;
        return date_manifest.DateTime;
    }
    catch (Exception) { return null; }
}

This function seems calculated not the build or release date but the installation date of Thunder X.

Clean entries in StorageApplicationPermissions list before application is suspended

The FutureAccessList can hold up to 1000 items. Remember: it can hold folders as well as files, so that's a lot of folders.
The platform never removes items from the FutureAccessList for you. When you reach the 1000-item limit, you can't add another until you make room with the Remove method.

https://docs.microsoft.com/zh-cn/windows/uwp/files/how-to-track-recently-used-files-and-folders

So that will cost adding new entries to storage permission lists failure if we don't clean it in code. Need a list of scenarios that we have to save storage items to these lists, and how to verify if they are still required when cleaning them.

问题

选择“挂起后通知”后无法取消选择

Youtube downloading doesn't work

Hi, downloading videos from youtube isn't working for me. When I paste an URL into the box, nothing happens. The small progress bar under the box runs for a few seconds, then... nothing.

添加种子无法下载!

image

不知道能不能看到,每个种子都是这种问题,选中之后识别不出来,点击不了创建!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.