Page 1 of 1
Showfile Relative Paths
Posted: Wed Feb 19, 2020 1:33 pm
by sandinak
So I have been using "cloud drives" to store showfiles that we edit and use across multiple machines. This allows my students to work on the show independently of the hardware, however because we store Fixtures, RGBScripts and other things in "system" relative directories I have had to come up with creative ways to sync those to the students systems (independently of OS .. which is a real trick). I was wondering if we could extend the current system of support files in order of precedence lower to higher:
- $INSTALLDIR/Fixtures
- $USERDATADIR/Fixtures
- $( basedir $SHOWFILE )/Fixtures
This way we can store everything needed for a specific SHOWFILE relative to it's location on the filesystem. Thoughts?
Re: Showfile Rleative Paths
Posted: Thu Feb 20, 2020 1:33 pm
by MarcoM
Would be nice.
Similar situation for switching between home PC, office PC and field laptop.
I currently have the install dir fixtures folder symlinked to a cloud shared folder.
But having x project support folders would be much cleaner (also you wouldn't fill your installation folders with fixture definitions customized for single shows)
Re: Showfile Relative Paths
Posted: Thu Feb 20, 2020 4:22 pm
by GGGss
I also opt for this solution...
Using dropbox intensively it would synchronise everything everywhere ... (with 30 versions history) -> not promoting anything here
Whatever gear I take out of my hangar; with a internet connection it would ALL be updated within seconds.
I love this TOP-suggestion
(a .ini file like in the old days?)
Re: Showfile Relative Paths
Posted: Sat Jun 19, 2021 5:07 pm
by winkingfox
I like this idea too. Because I was using two laptops with Dropbox, I now get a half dozen NOT FOUND errors for audio and video files I no longer use. How do I get rid of these errors? They show up in a dialog as soon as I load a QLC+ file. Thanks!
Re: Showfile Relative Paths
Posted: Mon Jun 21, 2021 8:50 am
by GGGss
If you are a little handy with a text editor and the .XML structure (and notions about programming), you could manually adapt your project file.
Take note that by breaking the structure, you break the project. So take backup(s).
Re: Showfile Relative Paths
Posted: Mon Jun 21, 2021 1:07 pm
by sandinak
I may add a tool for this in qlcplus-tools to help reduce risk. Finally coming off show season and have some time. Will post here.