autumnjolitz / slimvlc

little libvlc client because I want a fullscreen-only app for my macmini-driven TV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

  • VLC (obtainable via brew cask install vlc)
  • Python 3.6 (obtainable via brew install python)

Installation

Development:

python3 -m pip install -e . --process-dependency-links --trusted-host download.qt.io

Production:

python3 -m pip install git+https://github.com/benjolitz/slimvlc.git#egg=slimvlc --process-dependency-links --trusted-host download.qt.io

Running

python3 -m slimvlc --help

About

little libvlc client because I want a fullscreen-only app for my macmini-driven TV

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%