暫無描述

micha bab221867c refactor: check_is_started() or window on top 1 年之前
3d 0b74543ec7 split: LibreLight.py into modules 11 月之前
arc 481c06b036 refactor: simple_midi and apcmini.py 11 月之前
desktop 309bfa0d91 create: home dir template for copy 11 月之前
fixtures 3a2eee6052 improve FixtureEditor ... EMPTY attr 11 月之前
home dce0c628a7 add: new files EASY 11 月之前
icon 24b7cb204d add: icon dir 11 月之前
init 5d0dee2859 cleanup: GUI ... reopen WINDOW 11 月之前
input 4a20b0f125 fix: touchscreen.py add: multipointer_off = 1 11 月之前
lib 18cd597a02 add: V-Master DMXCH ... no fade,no fx... !!! 11 月之前
media 6c5ccf0b3c fix: HOME 11 月之前
remote 545aa83295 add: apcmini to config, fix: window.top 11 月之前
test 08de5cfb8c fix: DemoShow add: test_import.py check 11 月之前
tkgui e146e257d2 fix: Patch error msg FIX-ID in use ! 11 月之前
tksdl bab221867c refactor: check_is_started() or window on top 11 月之前
tool bab221867c refactor: check_is_started() or window on top 11 月之前
vpu b343f2954a remove: old vpu autostart 11 月之前
www b37088a9b9 cleanup: tksdl 11 月之前
.gitignore 11e1b8d1f9 init repo 11 月之前
LICENSE e4ddf095a9 add: GPLv2 LICENSE file 11 月之前
LibreLightDesk.py bab221867c refactor: check_is_started() or window on top 11 月之前
README.md 98a26aead1 update: screenshot 11 月之前
_LibreLightDesk.py dd99ee53a8 add: FIX-NAME - select SDL-FIX-LIST 11 月之前
_console.py 4b2900355b add: Virtual DIMMER for RED,GREEN,YELLOW,WHITE,AMBER (DMX-NR=0) 11 月之前
console.py 6adb025ae1 add: test for console.py 11 月之前
install.sh ea01356fc5 add: chown -R user /opt/LibreLight 11 月之前
start.sh cd9bcdb8df cleanup start script's 11 月之前
upgrade.sh ae0a6afb33 add: upgrade scritp 11 月之前

README.md

Stage Lighting Control Software, Movingheads, Movinglights, Dimmer, LED, Spotlight, Washlight

LibreLight20230802

HomePage

Youtube Tutorial


Quick Setup / Install

Prerequisites

  • Operating System: Debian 11, Proxmox 7.3
  • xfce4-desktop
  • min 1GB of free Memory
  • min 2x CPU cores i5 2Ghz
  • external Mouse with Mouse-Wheel
  • set two static ip address 10.10.10.x/24 and 2.0.0.x/8 on a vmbr0 or on br0 LAN-Bridge-Interface

execute as root

adduser user 

mkdir -p /opt/LibreLight/git/
mkdir -p /opt/LibreLight/Xdesk/
mkdir -p /opt/LibreLight/ASP/

# network namespace" 
mkdir -p /opt/netns

# add to /etc/sudoers 
# user      ALL=(ALL) NOPASSWD:/opt/netns/_exec, /opt/netns/create

# install git
apt install git

# clone all repos
cd /tmp/
wget https://raw.githubusercontent.com/micox4356/LibreLight/master/upgrade.sh 
sh upgrade.sh

chown -R user:user /opt/LibreLight

# install all deb packages
bash /opt/LibreLight/Xdesk/install.sh

execute as user


# copy starter to Desktop
cp /opt/LibreLight/Xdesk/desktop/* /home/user/Desktop

# copy show files to Home
mkdir -p /home/user/LibreLight
cp -rv /opt/LibreLight/Xdesk/home/LibreLight/ /home/user/LibreLight/
echo "Dimmer" > /home/user/LibreLight/init.txt

# start LibreLight with
bash /opt/LibreLight/Xdesk/start.sh