Upload a project from usb stick

All the topics related to QLC+ on the Raspberry Pi
Post Reply
Herwin Zandbergen

Hi,

Normaly i use a laptop to run a show (based on a mp3) that i create on the pc.
And then i get the idea to bild flightcase with screen raspberry pi and dmx dongle
to use instead of the laptop because it would be easier.

So Yesterday i started with Qlc+ on my raspberry pi.
While i was testing the system i found out that its not possible to load a show from usb stick, is that right?

And with mp3? because mp3 is also not possible for the remote version?

Thanks,
Massimo Callegari

Hi, raspberry 1 or 2 ?

What you ask is not possible at the moment from a USB stick or via web interface.
You need to use relative paths in your project and manually upload the extra files, either via SSH/scp or by copying them on the SD card if your OS supports the ext4 filesystem (most likely Linux)

In any case if you have RPi 1 I don't suggest doing audio playback with it.
User avatar
lemon
Posts: 51
Joined: Mon Apr 13, 2015 6:04 am
Location: BZ, Italy
Real Name: Andreas H

install the package 'usbmount', then you will find the usb stick on /media/usb to load (and save) the qxw-files.
lucky
Posts: 1
Joined: Sat Apr 16, 2016 2:30 pm
Real Name: lucky

sorry, i have the same problem because "usbmount" can't be found in repo, where i can download?
User avatar
mcallegari
Posts: 4807
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

Code: Select all

apt-get update
apt-get install usbmount
will solve your issue. It's written in the user guide PDF.
Post Reply