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


Click here to return to the 'Additional Extension' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Additional Extension
Authored by: fletcherpenney on May 02, '03 11:31:41AM

Make sure to try out m4p if you want to include files purchased
from the music store.

I use the following to catch it all at once.

lsof | grep "\(mp3\|m4a\|m4p\)"

(Sorry for listing this twice - i posted to the wrong place the first
time... )



[ Reply to This | # ]
Additional Extension
Authored by: roxeteer on May 07, '03 06:14:23AM

...and better yet: lsof | grep -i "\(mp3\|m4a\|m4p\)"

-i means ignore case, so it matches also if your song file has the suffix written in caps.



[ Reply to This | # ]