Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#563 | Link |
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 2,967
|
It's a long time that I don't connect to my computer by RDP but, since it happened recently, I have a strange issue to report.
When connecting from a lower resolution monitor, the majority of other programs move themselves in the visible area of the screen. gMKVExtractGUI doesn't and I had to move it manually from the status bar thru cursor keys to make it visible. Do you think that it's a fixable bug?
__________________
@turment on Telegram |
![]() |
![]() |
![]() |
#564 | Link | |
Registered User
Join Date: Nov 2017
Posts: 33
|
Quote:
Certainly an older CPU, but far from low-end (i7-7820X). Despite its age, I wouldn't expect something like this to be very demanding of it. Could be wrong, though, but based on other responses it seems it's something else. It's bad enough that I've given up on dark mode for now as it's just far too slow to really be usable. As with THGhost, it's at least several seconds every time. Though I just switched back to dark mode to test with different numbers and sizes of files and tracks and it seems faster, only taking between 1-2 seconds for one or two small files with few tracks to 3-4 seconds for more/larger files and more tracks. Still far slower than light mode, which is instant even with several large files with multiple tracks each, but not unbearably slow as it's consistently been up until now. Not sure what the difference is, or if it will stay like this or revert back to being slow. I'm also seeing little to no change in CPU usage when right-clicking multiple times, which further confirms that it's unlikely a CPU issue. And just going back and trying a couple more times, it took a few more seconds (closer to 7 each time), and both times the program went unresponsive for about half a second at around 5-6 seconds. Let me know if I can do anything to help test/troubleshoot. |
|
![]() |
![]() |
![]() |
#565 | Link | |
Registered User
Join Date: Apr 2025
Posts: 4
|
Quote:
|
|
![]() |
![]() |
![]() |
#566 | Link |
gMKVExtractGUI author
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 270
|
Hello guys!
I finally found some time around to finally fix the dark mode issues. And this time around, I had some help! I gave Jules from Google a spin, and with its help, I managed to re-implement Dark mode from scratch! It now supports dynamic theming (bye-bye restarts), fixes some visual issues from the previous implementation, but most importantly, it fixes the performance issues from the Context menu! Also, I changed the TaskBar's progress bar to reflect the total progress, instead of each individual job's. Finally, one big change is that I moved from SourceForge to Github, something I've been meaning to do for some time, so all new releases will be added in Github from here on out! I will also update the inital post of the thread to avoid any issues. Download link: https://github.com/Gpower2/gMKVExtra...tGUI.v2.9.0.7z Changelog v2.9.0
I hope you enjoy this release as much as I did! Thanks for your valuable feedback! ![]() |
![]() |
![]() |
![]() |
#567 | Link | |
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 2,967
|
Quote:
![]() Could you implement a double progress bar, such as MakeMKV does, with file progress AND total progress? Thank you!
__________________
@turment on Telegram |
|
![]() |
![]() |
![]() |
#569 | Link |
Registered User
Join Date: Nov 2017
Posts: 33
|
Very nice. All welcome changes, and especially nice to see the move away from SourceForge. A brief test had the context menu opening immediately in dark mode with a bunch of files. I'll do more extensive testing in time, but definitely looks good. I'm curious, as I hadn't heard of Jules before and can see it's very new, and I'm always interested in this kind of thing: how was it? Do you see it, and other similar projects, making it significantly faster and easier to create and improve apps?
|
![]() |
![]() |
![]() |
#570 | Link | |||
gMKVExtractGUI author
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 270
|
Quote:
Again, the progress of the AI tools helped a lot ironing out various issues (the official guide from Github is missing some info for edge cases) and managed to do it. Quote:
Quote:
![]() Jules is one of the many AI agents that appeared lately, it has the advantage of running the tasks in a cloud VM, so it doesn't use your local resources at all. Regarding the general use of AI and the tools, IMHO, they are great for prototyping, so you can have a working prototype from an idea extremely fast and see if it works or not, and also for tedious tasks, like writing tests, or refactoring parts of the codebase, however, they still require to be reviewed and guided by senior engineers. I am afraid of the effect that these tools will have with junior engineers and also how much of their generated code will end up in production without being actually reviewed and tested... To summarize, they are definitely a great tool, that can offer amazing results, but only if you know what you're actually doing... |
|||
![]() |
![]() |
![]() |
#571 | Link |
gMKVExtractGUI author
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 270
|
Hello guys!
It seems the "Github effect" worked and got the first valid issue, which is related to the very old code of the app init and the autodetection of the MKVToolnix path. So a new release was published, v2.9.1 Download link: https://github.com/Gpower2/gMKVExtra...tGUI.v2.9.1.7z Changelog v2.9.1
Notes: The priority for setting the MKVToolnix path during the app init is now the following:
Also, an "Auto Detect" button was detected, in order to easily reset the directory in case a manual override was added via the form. As always, enjoy! ![]() |
![]() |
![]() |
![]() |
#572 | Link |
Registered User
Join Date: Aug 2021
Location: New York, NY
Posts: 1
|
gMKVExtractGUI Portable at PortableApps.com
Hi all! Thought you'd like to know that I created a gMKVExtractGUI Portable package over at PortableApps.com after one of our users requested it. It's designed to be installed alongside MKVToolNix Portable and will automatically configure itself to use it. Links back here for the homepage and to the Buy Me a Beer link for donations.
__________________
PortableApps.com - The open standard for portable software | Support Net Neutrality |
![]() |
![]() |
![]() |
#573 | Link |
gMKVExtractGUI author
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 270
|
Hello guys!
A new version is out, v2.10.0 The most notable change, is the bundling of the latest Newtonsoft.Json assembly, which increased the total size a bit. Other than that, one small fix and one minor feature were added. Also, there was some preparation work, for an overall refactoring I am planning, in order to bring the codebase to latest standards, since its age is showing... Download link: https://github.com/Gpower2/gMKVExtra...GUI.v2.10.0.7z Changelog v2.10.0
As always, enjoy! ![]() Last edited by gpower2; Yesterday at 20:55. |
![]() |
![]() |
![]() |
#575 | Link |
gMKVExtractGUI author
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 270
|
Ah that's just the commit message 😁
In the app it remains correct 😉 https://github.com/Gpower2/gMKVExtra...bfd8d97a197f62 |
![]() |
![]() |
![]() |
#576 | Link | |
Registered User
Join Date: Aug 2005
Posts: 1,279
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
Tags |
extractor, gmkvextractgui, matroska, mkv, mkv extract, mkvextract, mkvextractgui |
Thread Tools | Search this Thread |
Display Modes | |
|
|