Page 1 of 1

Upload a project from usb stick

Posted: Fri Mar 06, 2015 8:31 pm
by 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,

Upload a project from usb stick

Posted: Sat Mar 07, 2015 12:01 am
by 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.

Re: Upload a project from usb stick

Posted: Tue Apr 21, 2015 7:36 am
by lemon
install the package 'usbmount', then you will find the usb stick on /media/usb to load (and save) the qxw-files.

Re: Upload a project from usb stick

Posted: Sat Apr 16, 2016 2:33 pm
by lucky
sorry, i have the same problem because "usbmount" can't be found in repo, where i can download?

Re: Upload a project from usb stick

Posted: Sat Apr 16, 2016 3:16 pm
by mcallegari

Code: Select all

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