[FEATURE] Simple MacOS GUI - #1138
Conversation
|
CCExtractor CI platform finished running the test files on linux. Below is a summary of the test results:
It seems that not all tests were passed completely. This is an indication that the output of some files is not as expected (but might be according to you). Your PR breaks these cases:
Check the result page for more info. |
|
CCExtractor CI platform finished running the test files on windows. Below is a summary of the test results:
It seems that not all tests were passed completely. This is an indication that the output of some files is not as expected (but might be according to you). Your PR breaks these cases:
Check the result page for more info. |
|
@cfsmp3 Any thoughts? @MatejMecka Can you check this? |
|
I don't have a Mac handy - @MatejMecka ? |
|
Working on it! :)
…On Tue, Dec 31, 2019 at 4:37 PM Carlos Fernandez Sanz < ***@***.***> wrote:
I don't have a Mac handy - @MatejMecka <https://github.com/MatejMecka> ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1138?email_source=notifications&email_token=AFZB2PEYP2ATDNRP2AT4TO3Q3MAEZA5CNFSM4JXHCXRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH35CQY#issuecomment-569889091>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFZB2PEBAGQECKX3EHHLURTQ3MAEZANCNFSM4JXHCXRA>
.
|
|
Currently the Implementation is Simple as the GUI states but There should be a helpful log or maybe a loading indicator or alert when CCExtractor finishes. I got lost for a second being unsure if it worked or not, since previously I had not set up ccextractor at /usr/local/ and when i dumped the video button i didn't notice anything happening |
|
I'm not able to Google Code In anymore this year for personal reasons :( but I'll have a go fixing this |
That'd be great 👍 |
Sync Two Repos
|
I added an alert when the process is complete |
|
@sampoder what's the current status of this? Maybe we should close this PR until you're ready to come back? |
|
@cfsmp3 I made the requested changes in the two most recent commits |
|
Merged but @MatejMecka feel free to test more and comment :-) |
|
Is it normal that so many binary files are included? |
|
Those are standard MacOS files :) |
My familiarity with the project is as follows (check one):
I have created a simple GUI for MacOS. It was generated using the open-source Platypus tool created by Sveinbjörn Þórðarson after I saw a blog post about it and felt it would help CCExtractor.
The reason I feel that this feature should be added is because the command line can be complex for some people. A simple GUI like this is perfect for these people as all they have to do it drag in a file. However, for more advanced users, they can still use the command line. I have tried to make the install process as simple as possible
Maybe if there is interest in a more advanced GUI I can try and custom develop one.