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

Run Video Button #22016

Open
Nickleaton opened this issue Dec 16, 2024 · 3 comments
Open

Run Video Button #22016

Nickleaton opened this issue Dec 16, 2024 · 3 comments

Comments

@Nickleaton
Copy link

Suggestion

For the tooll bar, add a run video button

Use case

Select a torrent, hit the run button.
What that does is open the viewer on the largest video file in that torrent. That in 99% of cases will be the one that people want to run.

It basically finds the largest video file and opens that as an implementation.

Extra info/examples/attachments

No response

@ctquantum
Copy link

This sounds like uTorrent, just worse. They had the option to play audio/video files from the content tab. Just select play next to the file you want and the system will attempt to open it. Also worked on text files but they were usually 0% or 100%.

@Balls0fSteel
Copy link

Each and every torrent would need to be scanned upon selection from the list to check if the file list contains video files. That's just one case of "this will cause a huge UI delay and tons of IO operation". Just my opinion.

@ctquantum
Copy link

Definitely no IO operations in my version. qBittorrent has a massive loading delay for torrents already so there is no change there for UI. Just look at extension and if it is a multimedia extension let it play.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants