You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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%.
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.
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.
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
The text was updated successfully, but these errors were encountered: