Re: any developers on the list?

jackc <[email protected]> Thu, 04 Jan 2007 11:29:11 -0800
Newsgroups gmane.comp.multimedia.grip.user
Message-ID <[email protected]>
from my ~/.grip 

mp3exename /usr/local/bin/lame
mp3cmdline -h -b %b %w %m
dbserver freedb.freedb.org
ripfileformat ~/ogg/%A/%d/%n.wav
mp3fileformat %x
mp3extension mp3

do these last 2 look right???


Todd Zullinger wrote:
> jackc wrote:
>   
>> so, my failure is still in rip.c, anyone know what
>> ginfo->mp3file[cpu] contains?
>>
>> MakeDirs(ginfo->mp3file[cpu]);
>>   if(!CanWrite(ginfo->mp3file[cpu])) {
>>     DisplayMsg(_("No write access to write encoded file"));
>>     return FALSE;
>>   }
>>     
>
> (I'm not a developer and I don't play one on TV.)
>
> AFAICT, the cpu part just allows grip to keep track of the encoded
> tracks when you have more than one processor doing the encoding.
>
> What is your encode file format set to?  What are the permissions on
> all of the parts of the path that would be created by that format?
>
> If you want to see the full patch that grip is trying to create you
> could add a printf in there.  Something like this might do it:
>
> MakeDirs(ginfo->mp3file[cpu]);
>   if(!CanWrite(ginfo->mp3file[cpu])) {
>     printf("Error writing path: %s\n", ginfo->mp3file[cpu])
>     DisplayMsg(_("No write access to write encoded file"));
>     return FALSE;
>   }
>
>   
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ------------------------------------------------------------------------
>
> _______________________________________________
> Grip-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/grip-users
>   

-- 
Jack Craig

Linux26 Team
Brocade Communications Systems, Inc.
1600 Technology Dr.
San Jose, CA  95110
408.333.7478
Direct E-mail:  [email protected]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV