Re: [e-users] extrackt questions..

2006-02-08 Thread Morten Nilsen
Hisham Mardam Bey wrote: I can't put spaces in format, they get stripped, and output files have spaces replaced with _ in artist/track name .. bad, very bad. For now, we replace all spaces with _ , we might want to simply escape them later on. I changed the test to (i < 48 && i != 32) here, a

Re: [e-users] extrackt questions..

2006-02-08 Thread Morten Nilsen
Hisham Mardam Bey wrote: I think making on-the-fly encoding at least an option, and maybe default on would be a good idea :) This also depends on the ripper and encoder writing to and reading from stdin and stdout respectively if I'm not mistaken. This might indeed, though it could likely als

Re: [e-users] extrackt questions..

2006-02-08 Thread Hisham Mardam Bey
On 2/8/06, Morten Nilsen <[EMAIL PROTECTED]> wrote: > > > > I can't put spaces in format, they get stripped, and output files have > > spaces replaced with _ in artist/track name .. bad, very bad. For now, we replace all spaces with _ , we might want to simply escape them later on. > > other than

Re: [e-users] extrackt questions..

2006-02-07 Thread Morten Nilsen
Morten Nilsen wrote: Morten Nilsen wrote: so, I looked around the interface a bit, and it looks quite good.. however.. ok, tried ripping something, and I have only one (major) problem with extrackt as it is; I can't put spaces in format, they get stripped, and output files have spaces rep

Re: [e-users] extrackt questions..

2006-02-07 Thread Morten Nilsen
Morten Nilsen wrote: so, I looked around the interface a bit, and it looks quite good.. however.. ok, tried ripping something, and I have only one (major) problem with extrackt as it is; I can't put spaces in format, they get stripped, and output files have spaces replaced with _ in artist

Re: [e-users] extrackt questions..

2006-02-07 Thread Morten Nilsen
Morten Nilsen wrote: I guess extrackt could be adding -t/-l/-a/etc. behind the scenes, but I don't trust that is the case right off the bat ;) and, indeed it does.. oh.. it was in the interface after all.. just was the same little bug the tab text was suffering from that hid it from me.. sorr

[e-users] extrackt questions..

2006-02-07 Thread Morten Nilsen
so, I looked around the interface a bit, and it looks quite good.. however.. I don't see any obvious mention of how to tell oggenc artist/album/title etc. I did find one id3 tab, but that's for mp3s.. I guess extrackt could be adding -t/-l/-a/etc. behind the scenes, but I don't trust that is t