2006-08-18: Keith Bennett dixit:
> On Fri, Aug 18, 2006, EV wrote:
> > I agree with Franky that fdb would be a very good solution,
> > but we don't have the fdb support fully in place (in fact, it
> > was completely removed a few versions ago ;) and, moreover,
> > it would require a lot of changes in lkarmafs (may be even a
> > different program altogether).
>
> Actually, I'm currently working on restoring the fdb code.
> Should be ready some time tomorrow. But I don't understand your
> statement above. A good solution to what, exactly?
Fdb provides one more property for each tune: its path. You can
use this property to store arbritary pathnames relative to the RK
(lkarmafs) mountpoint. This way you have the means to handle the
virtual FS exactly as if it were a regular FS; i.e., you can
organize the tunes into any arbritary directory hierarchy, not
necessarily derived from genres, artist, etc. For instance, you
may want to have the very same hierarchy as in the collection you
have in your host PC. And, contrary to what happens with the
current lkarmafs -T approach, when playing or searching tunes in
the RK, it will display tag properties rather than the path
componnents. However, as I said,
2006-08-18: EV dixit:
> [...] moreover, it would require a lot of changes in lkarmafs
> (may be even a different program altogether).
> > This method would allow simple bulk uploads such as:
> > cp ~/*/A*/*/*.{oog,mp3} /allMusic/Jazz/Ella/*/* mnt/tune/
> > or much more sophisticated things, e.g., using find.
>
> What's wrong with:
>
> for f in ~/*/A*/*/*.{oog,mp3} /allMusic/Jazz/Ella/*/*; do
> cp mnt/tune/$f
> done
Well, it is almost equivalent and you could use this for
uploading too -- assuming you mean
cp $f mnt/tune/${f##*/}
rather than
cp mnt/tune/$f
Best,
EV.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-karma-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-karma-devel