iPod MP3 Enabler is a tool to give you easy access to the MP3 files stored on your iPod by making the files visible in a "Music" folder at the root level of the iPod. You can drag either the "Music" folder or any of the "Fxx" folders to iTunes to import that music into a library so it can be played directly from the iPod.
What's new in iPod MP3 Enabler
1.2:
Implemented a catch for the possibly missing "stat" program.
Added "stat" to the dtools.sit package.
Updated readme with information regarding all user-reported errors.
1.1:
Implemented tests for missing GetFileInfo and SetFile tools.
Drastically improved error checking and reporting.
Drastically improved the user-interface.
1.0: Initial release.
Join over 500,000 subscribers.
Subscribe for our newsletter with best Mac offers from MacUpdate.
I'm guess this just does a simple ln -s /Volumes/"iPod Name"/iPod_Control/Music /Volumes/"iPod Name"...
And he wants a $5 donation for something anyone can do in less than 30 seconds via Terminal.app...wow...
Here is a free AppleScript for copying songs one at a time. I don't know if the linebreaks will post correctly.
global myName
tell application "System Events" to set myName to the full name of the current user
display dialog "Enter the name of the iPod:" default answer "" & myName & "'s iPod"
set userName to the text returned of the result
if userName is not "" then
display dialog "Enter a partial or complete name of the file of the song:" default answer ""
set songName to the text returned of the result
if songName is not "" then
do shell script "find /Volumes/\"" & userName & "\"*" & "/iPod_Control/Music/*/*\"" & songName & "\"*"
set pathName to the result
do shell script "cp \"" & pathName & "\" ~/Desktop/"
end if
end if
I'm guess this just does a simple ln -s /Volumes/"iPod Name"/iPod_Control/Music /Volumes/"iPod Name"...
And he wants a $5 donation for something anyone can do in less than 30 seconds via Terminal.app...wow...
How would you rate iPod MP3 Enabler app?
6 Reviews of iPod MP3 Enabler
Most helpful