Hotkey to pause
Hello! Without a doubt the best player among your peers. I have two ideas how to improve player. The most important thing is to add in the option the opportunity to set the player to pause by pressing the "Space" key. For people who teach languages thanks to your program, it will be a big help , a key to stop the two player. The second is to finish the opportunity to select a different default encoding. I hope that you update your program. Good luck!
Hi @DareMaxtaS , it is great to know you like the player. Since you are not the only one mentioning the keyboard shortcut (also mentioned in #10 ), I'll definitely look into it. Hopefully I can get back to you by the end of this month. Talking about the default encoding matter, the player defaults to choose the best encoding according to the auto detection. Did the auto detection fail to detect the right encoding for you? I suppose I should add a default encoding option for advanced users.
FYI: I have yet to find a simple solution for a cross-platform keylog. Will update you guys when I find one.
仅供参考:我还没有找到一个跨平台键盘记录的简单解决方案。当我找到一个时,会更新你们。
What encoder do you use? I remember that C++ can do this.
仅供参考:我还没有找到一个跨平台键盘记录的简单解决方案。当我找到一个时,会更新你们。
What encoder do you use? I remember that C++ can do this.
This project is Qt, C++. But this software is designed for all Windows, Linux and Mac. I will only implement a global keyhook if the solution is simple and cross-platform.
仅供参考:我还没有找到一个跨平台键盘记录的简单解决方案。当我找到一个时,会更新你们。
What encoder do you use? I remember that C++ can do this.
This project is Qt, C++. But this software is designed for all Windows, Linux and Mac. I will only implement a global keyhook if the solution is simple and cross-platform.
Cross-platform seems to have permissions in addition to windows to achieve it. Why don't you try to get a separate Windows compatible version first? Then consider other platforms compatible
@carsonip When I press forward or back pause, the webpage video is implemented. But the subtitles are not implemented. Will this problem improve in the future?
@carsonip When I press forward or back pause, the webpage video is implemented. But the subtitles are not implemented. Will this problem improve in the future?
Thanks for not creating duplicate issues. As I have mentioned before, I don't know an easy cross-platform global keyhook solution, therefore there are no plans on getting this implemented currently. If anyone has a good way of achieving that, please let me know.