Eliosoft / elios

Entertainment LIghting Open source Software a.k.a ELIOS is a Java application that provides remote management capabilities to your lighting system based on Art-Net. This project is released under GPL v3.
http://www.eliosoft.net
GNU General Public License v3.0
6 stars 3 forks source link

Cues list persistence #58

Closed acollign closed 12 years ago

acollign commented 12 years ago

Cues list must be store at shutdown and reload at startup. Everything has to be done under the hood, the user has for the time no file chooser.

acollign commented 12 years ago

Could you please checkout the cueslist-persistence branch and test that ? The folder where data are stored is the (user.home property)/elios.

So under Linux (and probably under any unices Mac OS incl.), it is $HOME/.elios/ I guess that under Windows it is something like %USERPROFILE%/.elios

jgastonraoul commented 12 years ago

I've tested this under Linux and it's ok for me ! You can merge the branch with master if it's ok for you too !

acollign commented 12 years ago

I merged the cueslist-persistence branch in the master branch. Issue closed !