View Single Post
Posts: 228 | Thanked: 145 times | Joined on Dec 2009
#12
Here's a work-around: after you copy the *.oga files to your N900, open the X-terminal and run something like this to rename all *.oga files to *.ogg.

# UNTESTED

find / -name "*.oga" -exec rename .oga .ogg '{}' \;
 

The Following 2 Users Say Thank You to jacktanner For This Useful Post: