Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A suite of shell scripts for FLACs and MP3s' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A suite of shell scripts for FLACs and MP3s
Authored by: ChrisR on Jun 27, '04 01:11:46AM
MonsterCow,

Converting each occurence of

echo "$file"
to
basename "$file"
in id3hack and vchack should fix your main problem. Thanks for pointing it out.

Chris

[ Reply to This | # ]