Skip to content

Instantly share code, notes, and snippets.

@andrisgauracs
Created January 10, 2019 21:43
Show Gist options
  • Select an option

  • Save andrisgauracs/de53a2afa965be5dae6751e43b932d35 to your computer and use it in GitHub Desktop.

Select an option

Save andrisgauracs/de53a2afa965be5dae6751e43b932d35 to your computer and use it in GitHub Desktop.
Comment this out in the original VLC file
'''if __name__ == "__main__":
app = QtGui.QApplication(sys.argv)
player = Player()
player.show()
player.resize(640, 480)
if sys.argv[1:]:
player.OpenFile(sys.argv[1])
sys.exit(app.exec_())'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment