Giter Club home page Giter Club logo

Comments (3)

cglatot avatar cglatot commented on September 25, 2024

This isn't a bug, but a feature request. Since the processing is done entirely client side, I wrote it to work as quickly as possible. That means asynchronous processing of the updates, and I have no control over which ones will be completed first. When a track is completed, it's added to the list, and the progress bar is updated.

If I were to try to sort these in order I would need to either make it a synchronous process, or some sort of post-processing where I manipulate the UI and sort the list based on the S?E? nomenclature. Both of these will add additional time to the processing, which is something I want to avoid.

I will see if I can do something about this that doesn't add a lot of time, but it is going to be a very low priority - there are other areas I want to focus my time first.

from pasta.

SnoFox avatar SnoFox commented on September 25, 2024

What is the intended purpose behind the log output after the progress bar? I intended to use it to spot problems in execution. In its current form, it is difficult to use for this purpose as it acts as a simple log file of changes. For example, in my current library, Attack on Titan Season 4 has 28 episodes, but only 16 of them are dual audio. Selecting "Entire Series" and picking an English track currently just tells you "everything succeeded" and it is non-obvious that half the season did not do as intended.

A couple of alternatives:

  1. Only display non-matched and non-perfectly matched episodes
  2. Assign a color to each of the match confidences (full match, no match, name only, code only) and paint the span/some word that color

Both of these would help to see if, at a glance, something went wrong during execution without jeopardizing async calls or creating post-processing time.

from pasta.

cglatot avatar cglatot commented on September 25, 2024

Fixed in #69

from pasta.

Related Issues (20)

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.