Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS won't support 32-bit apps in its next version #8

Open
lucascaton opened this issue Apr 12, 2018 · 7 comments
Open

macOS won't support 32-bit apps in its next version #8

lucascaton opened this issue Apr 12, 2018 · 7 comments

Comments

@lucascaton
Copy link

I'm assuming SubtitleMaster is 32-bit (please see the below screenshot), can someone please confirm?

image

More info:

image

@wilkerlucio
Copy link
Contributor

@lucascaton thanks for pointing it out. I'm currently very busy so I probably can't find time to work on it anytime soon. When this app was created the node-webkit was still a thing. The natural path seems to me upgrade to use Electron instead, most of the code should remain the same. Would you like to try porting it? I'll be happy to take a PR with that and release a new version.

Thanks!

@lmendes28
Copy link

Any updates on porting it to 64 bit?

@wilkerlucio
Copy link
Contributor

I will be happy to take PR if someone wants to do this upgrade, but I can't personally prioritize this.

@renatoufsm
Copy link

I can help you with the porting.

@wilkerlucio
Copy link
Contributor

wilkerlucio commented Jul 14, 2019 via email

@diogocordova
Copy link

Hi everyone, there is any update for 64-bits coming?

@lucascaton
Copy link
Author

In the meantime, this is what I've been doing:

  1. I've cloned this project: https://github.com/emericg/OpenSubtitlesDownload
  2. I created aliases called sub and pt_br_sub:
sub='~/projects/code/python/OpenSubtitlesDownload/OpenSubtitlesDownload.py --cli -l eng --skip -a'
pt_br_sub='~/projects/code/python/OpenSubtitlesDownload/OpenSubtitlesDownload.py --cli -l pob --skip -a'
  1. Then every time I need a new subtitle, I run in the terminal:
sub video-name.mp4
# or:
pt_br_sub video-name.mp4

Hope it helps 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants