Linux Show Player 0.4.1
FrancescoCeruti
released this
11 Oct 12:41
·
564 commits
to master
since this release
Changes:
- Add: Translation support (currently: English, Italian, Spanish, Slovenian)
- Update: UI Improvements
- Update: Minor improvements
- Fix: ListLayout Drag&Drop
- Fix: Triggers settings causing crash
- Fix: Icons not loading properly
- Fix: On-exit segment-fault (probably caused by leaking QObjects, still not clear)
- Fix: Minor fixes
Installation on Debian/Ubuntu and derivatives
Packages are provided only for Ubuntu 16.04
, Ubuntu 16.10
, and Debian Stretch
. Those for Ubuntu 16.10
and Debian Stretch
should be compatible with later versions.
Note: Debian Jessie
is not supported due to the missing Python3.5 support
Download and install (in order) the following (using GDebi / Ubuntu Software Center / etc ...)
- Ubuntu 16.04:
- 32bit:
python3-rtmidi_1.0.0rc1-ubuntu1_i386.deb
- 64bit:
python3-rtmidi_1.0.0rc1-ubuntu1_amd64.deb
python3-jackclient_0.4.1-ubuntu1_all.deb
python3-mido
download the debian version herelinux-show-player_0.4.1-ubuntu1~xenial1_all.deb
- 32bit:
- Debian Stretch:
python3-rtmidi_1.0.0rc1-debian1_amd64.deb
linux-show-player_0.4.1-debian1_all.deb
- Ubuntu 16.10:
- 32bit:
python3-rtmidi_1.0.0rc1-ubuntu1_i386.deb
- 64bit:
python3-rtmidi_1.0.0rc1-ubuntu1_amd64.deb
linux-show-player_0.4.1-ubuntu1~yakkety1_all.deb
- 32bit:
Convert 0.4 saved sessions to be compatible with 0.4.1
- Download
upadate_04_session.py
file - Go in the folder where the file has been downloaded
- Run
./update_04_session.py <session_file_path>
, a new file with an_041
appended to the name will be created, for multiple files use./update_04_session.py <path1> <path2> ... <pathN>