2006-08-19: Keith Bennett dixit:
> On Fri, Aug 18, 2006, EV wrote:
> > 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. [...] 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).
> 
> Plus all tunes copied via a different program would be ignored
> completely.

Not necessarily: we could always resort to fill the path
properties with genre/artist/tune by default.
 
> No.  I was having a busy day and didn't check what I had
> written.  Assuming it is mounted with -G, as I always do, what
> I actually meant was this:
> 
> for f in A*/*/*.{oog,mp3} Ella/*/*; do
>   cp $f mnt/tune/$f
> done
> 
> ie. you make it work exactly like a real filesystem. "cp
> A/B/C.ogg mnt/tune/A/B/C.ogg" works, whilst "cp A/B/C.ogg
> mnt/tune/" doesn't work.

Well, it would work with "cp --parents ...".

> That way you don't have to worry about the duplicate file
> issue. Any file named mnt/tune/A/B/C.ogg will get overwritten
> and if you use "cp -i" it will prompt you first.

But this method (which is the one already available with -T) 
assigns the properties artist="A", source="B", title="C", 
codec="ogg".  Therefore, in the RK you'll see that the artist of 
this tune is "A", its album "B" and the title "C" (regardless of 
the labels in the tune's tag.
 
> By the way, on that previous thread we had several other people
> who said that they always used -G too. Can you change the
> default, please?

I'll reply to this one in another message.

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

Reply via email to