oaubert / python-vlc

Python vlc bindings
GNU Lesser General Public License v2.1
382 stars 109 forks source link

Updated footer.py #195

Closed mrJean1 closed 1 year ago

mrJean1 commented 2 years ago

Moved both functions print_python and print_version before if __name__ == '__main__'. That way scripts like examples/tkvlc.py -v and -/cocoavlc.py -v will show all version information at once .

In addition, the Python line now includes the platform.machine() on macOS, important since the most recent macOS on Apple-Silicon.