Syncplay / syncplay

Client/server to synchronize media playback on mpv/VLC/MPC-HC/MPC-BE on many computers
http://syncplay.pl/
Apache License 2.0
2.1k stars 214 forks source link

OS X: change "python2" menu bar title to "Syncplay" #87

Closed blaenk closed 6 years ago

blaenk commented 8 years ago

Issue #86 fixes the menu bar on OS X, which is awesome, but it shows "python2" instead of "Syncplay" as the application title.

It looks like in order to change the application name from "python2" to something else, we need to edit some Info.plist file in the generated .app (if we're even generating one at the moment). Source.

Alternatively, this answer in particular seems to go over packaging methods for python apps on OS X.

nilsding commented 8 years ago

This issue will be fixed once we manage to package Syncplay as an .app. I'll take a look at generating one using PyInstaller.

blaenk commented 8 years ago

Yep. Check out the last link, the guy surveys a couple of options including PyInstaller.

albertosottile commented 6 years ago

Fixed by PR #150.