I am creating GUI to play video files. The problem is that when I pause video, Play button cannot re-play that video, and I have to select video file again.
Note: S
Simply add in the play_video(self) method:
if self.pause == True: self.pause = False return