Linux Show Player or LiSP is an advanced cue player meticulously crafted to facilitate seamless sound playback within the intricate world of stage productions. It deliver a comprehensive playback software for musical plays, theater productions, and similar artistic endeavors.
It comes with an intuitive list layout for efficient cue management, touchscreen-optimized cart layout, undo and redo support, correct or revert changes in their cue lineup, concurrent cues playback for precise execution, pre and post-wait options for fine-tuning cue timing, and real-time sound effects such as equalization, pitch shift, speed control, and compression and many more.
How to Install Linux Show Player on Ubuntu
To install Linux Show Player on your system, open the terminal app (ctrl+alt+t) and run below Linux Show Player apt install command. It will install the latest Linux Show Player on your system.
sudo apt-get install linux-show-player
After the installation, you can open it using below command.
linux-show-player
Install Linux Show Player via Flatpak:
You can also install Linux Show Player via flatpak. In the terminal application, run below Linux Show Player flatpak install command.
flatpak install flathub org.linuxshowplayer.LinuxShowPlayer
And open it using below command.
flatpak run org.linuxshowplayer.LinuxShowPlayer
Note: If you don’t have flatpak and flathub installed, you can use the commands below to install them.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And uninstall it using below commands.
flatpak uninstall org.linuxshowplayer.LinuxShowPlayer
[OR]
sudo flatpak uninstall org.linuxshowplayer.LinuxShowPlayer