Hi thanks for the feedback. As for your question. At the
moment there really isn't a way to set up more than one
directory for streaming. If you are on linux or unix, you
might be able to achieve this via symlinks, but I have not
really tested that out.
I am switching this over from a support request to a feature
request. I think this is a good idea. If you have only one
media directory defined, then I think streamline would work
the way it does now. If you define more than one, I think I
would create a "virtual root" folder that would then show
each of your media direcories when browsing.
Regards,
Michael MacFadden
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just an update, this feature request was accepted and is in
the works for the beta 5 release. You can follow the
progress with the tracker item in the beta 5 task. I am in
the process of implementing this feature right now and have
it almost working. I just need to work out the finer details.
A cvs version of streamline with this feature included
should be ready soon.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=562080
Hi thanks for the feedback. As for your question. At the
moment there really isn't a way to set up more than one
directory for streaming. If you are on linux or unix, you
might be able to achieve this via symlinks, but I have not
really tested that out.
I am switching this over from a support request to a feature
request. I think this is a good idea. If you have only one
media directory defined, then I think streamline would work
the way it does now. If you define more than one, I think I
would create a "virtual root" folder that would then show
each of your media direcories when browsing.
Regards,
Michael MacFadden
Logged In: YES
user_id=562080
Just an update, this feature request was accepted and is in
the works for the beta 5 release. You can follow the
progress with the tracker item in the beta 5 task. I am in
the process of implementing this feature right now and have
it almost working. I just need to work out the finer details.
A cvs version of streamline with this feature included
should be ready soon.
Logged In: YES
user_id=1895263
Originator: NO
*Nix workaround:
Execute in shell:
cd /path/to/streamline
mkdir musicroot
cd musicroot
ln -s /mp3 mp3
ln -s /music music
ln -s /home/user/music usermusic
And choose /path/to/streamline/musicroot as your media directory
ln usage: ln -s </path/to/music> <aliasname>
After doing this, you will get all the 'aliases' in your browser's startpage
and you can open them as dirs
(I`ve not tested this, but it should work :P)