Skip to content

Linux Show Player 0.4.1

Compare
Choose a tag to compare
@FrancescoCeruti 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 here
    • linux-show-player_0.4.1-ubuntu1~xenial1_all.deb
  • 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

Convert 0.4 saved sessions to be compatible with 0.4.1

  1. Download upadate_04_session.py file
  2. Go in the folder where the file has been downloaded
  3. 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>