Re: [LMMS-devel] Search in project directory for files before installation directory

2009-10-14 Thread Nikos Chantziaras
On 10/14/2009 07:04 PM, Paul Giblock wrote: > Yes, this is all quite moot. In the future, all resources are > referred to by a hash-code. Also, the new zip-based file format will > allow bundling resources as well as referencing resources stored > remotely (like on LSP). Good news. Nice to see

Re: [LMMS-devel] Search in project directory for files before installation directory

2009-10-14 Thread William Lahti
On Wed, Oct 14, 2009 at 12:04 PM, Paul Giblock wrote: > Yes, this is all quite moot. In the future, all resources are > referred to by a hash-code. Nniiccee! -- rezonant long name: William Lahti handle :: rezonant freenode :: xfury blog :: http://xfurious.blogspot.com/ site :: http://komodo

Re: [LMMS-devel] Search in project directory for files before installation directory

2009-10-14 Thread Paul Giblock
Yes, this is all quite moot. In the future, all resources are referred to by a hash-code. Also, the new zip-based file format will allow bundling resources as well as referencing resources stored remotely (like on LSP). -Paul On Tue, Oct 13, 2009 at 8:59 PM, Andy Kelley wrote: > Nikos, > > Whe

Re: [LMMS-devel] Search in project directory for files before installation directory

2009-10-13 Thread Andy Kelley
Nikos, When Tobias finishes the resources framework, this problem might very well go away. I suggest sit tight and then see if you need to address this problem after the new resources framework is done. Andy On Tue, Oct 13, 2009 at 4:28 PM, Nikos Chantziaras wrote: > On 10/14/2009 02:18 AM, Wi

Re: [LMMS-devel] Search in project directory for files before installation directory

2009-10-13 Thread Nikos Chantziaras
On 10/14/2009 02:18 AM, William Lahti wrote: > Hello Nikos! > > On Tue, Oct 13, 2009 at 6:09 PM, Nikos Chantziaras > wrote: > > For this to be feasible, the full path of the files should not be stored > if that file is detected to reside in the same directory as the

Re: [LMMS-devel] Search in project directory for files before installation directory

2009-10-13 Thread William Lahti
Hello Nikos! On Tue, Oct 13, 2009 at 6:09 PM, Nikos Chantziaras wrote: > For this to be feasible, the full path of the files should not be stored > if that file is detected to reside in the same directory as the *.mmpz > file. This again would mean that LMMS should ask for a filename right > at

[LMMS-devel] Search in project directory for files before installation directory

2009-10-13 Thread Nikos Chantziaras
It would be better if files (samples, presets, soundfonts, etc) were looked for in the project directory first, and if not found then in the usual place (like /usr/share/lmms/samples). This would allow us to package our LMMS projects and use them on another machine or send them to another pers