Skip to content
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

[Bug]: Subtitle select firing faster than external files buffering #394

Closed
3 tasks done
EnergoStalin opened this issue Dec 20, 2023 · 0 comments
Closed
3 tasks done
Labels
bug Something isn't working

Comments

@EnergoStalin
Copy link

Preflight checklist

  • I have searched the issue tracker for a bug report that matches the one I want to file, without success.
  • I have searched the frequently asked questions for a solution that fixes this problem, without success.
  • I have checked that I'm using the latest stable version of the app.

What app version are you using?

4.5.6

What operating system version are you using?

Linux

Expected Behavior

Fire tracks event only when all relevant files from batch preloaded. No need to hurry.

Actual Behavior

It firing only with embedded tracks discarding tracks from external files cause its not present at the moment of first call of.

this.handleTracks = ({ detail }) => {

And then it shows up as Track 4 instead of intended Track 0 ending up with Eng embedded subtitles selected

Seems like it can happen only on batch torrents since only they might have external subtitle files.

I feel it can be reproduced on any torrent with external subtitles and which takes a couple seconds to load or less.

When torrent already preloaded it works smooth.

Screenshots

No response

@EnergoStalin EnergoStalin added the bug Something isn't working label Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant