An open API service indexing awesome lists of open source software.

https://github.com/francescoceruti/linux-show-player

Linux Show Player - Cue player designed for stage productions
https://github.com/francescoceruti/linux-show-player

audio control cue gstreamer linux midi osc player pyqt5 python show shows sound sound-player stage-productions theater timecode

Last synced: about 1 month ago
JSON representation

Linux Show Player - Cue player designed for stage productions

Awesome Lists containing this project

README

          


Logo


Linux Show Player


Cue player for stage productions


License: GPL
GitHub release
Flathub Downloads
Gitter
Quality Gate Status
Code style: ruff

---

Linux Show Player, LiSP for short, is a free cue player, primarily intended for sound-playback during stage productions.
The ultimate goal is to provide a complete playback software for musical plays, theatre shows, and similar.

For bugs and requests you can open an issue on the GitHub issues tracker; for support, discussions, and anything else
you should use the [discussion](https://github.com/FrancescoCeruti/linux-show-player/discussions) section on GitHub
or the [gitter/matrix](https://gitter.im/linux-show-player/linux-show-player) chat.

Linux Show Player is currently developed and tested for **GNU/Linux** only.

_The core components (Python, GStreamer and Qt) are multi-platform, thus in future - despite the name - LiSP might get ported to other platforms._

---

## 🧑‍💻 Installation

You can find the full instructions in the user manual.

### 📦 Flatpak


Get it on Flathub

Or you can get the latest **development** builds here:
* [Master](https://github.com/FrancescoCeruti/linux-show-player/releases/tag/ci-master) - Generally stable
* [Development](https://github.com/FrancescoCeruti/linux-show-player/releases/tag/ci-develop) - Preview features, might be unstable and untested

### 🐧 From your distribution repository

For some GNU/Linux distributions you can install a native package.

Keeping in mind that it might not be the latest version, you can find a list on [repology.org](https://repology.org/metapackage/linux-show-player).

---

## 📖 Usage

The user manual can be [viewed online](http://linux-show-player-users.readthedocs.io/en/latest/index.html)

### ⌨️ Command line:

```
usage: linux-show-player [-h] [-f [FILE]] [-l {debug,info,warning}]
[--locale LOCALE]

Cue player for stage productions.

optional arguments:
-h, --help show this help message and exit
-f [FILE], --file [FILE]
Session file to open
-l {debug,info,warning}, --log {debug,info,warning}
Change output verbosity. default: warning
--locale LOCALE Force specified locale/language
```