The addon opens up progress dialogs for 3 main actions:
Downloading subtitles
Extracting subtitles from MKV files
Extracting subtitles from MP4 files
The progress dialog allows the user to cancel the operation, but the code doesn't take this into account. We need to spawn a new thread to perform these actions, and monitor the dialog return value to see if the user has cancelled the operation. If so, we should cancel the operation as well.
The addon opens up progress dialogs for 3 main actions:
The progress dialog allows the user to cancel the operation, but the code doesn't take this into account. We need to spawn a new thread to perform these actions, and monitor the dialog return value to see if the user has cancelled the operation. If so, we should cancel the operation as well.