|
|
| Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate. |
|
|||||||
| TouchArcade.com - iPhone Game Reviews and News |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
macrumors 6502a
|
how to get music of an ipod / view hidden files
so I was bored tonight and was messing around in the terminal and discovered that I could access all of my iPod's music. I copied a few songs to make sure that they worked, (and of course they did) and thought "wouldn't that be cool if finder could do that?" So I made an applescript to do just that
with the fowloing script: tell application "Finder" to quit set OnOff to do shell script "defaults read com.apple.finder AppleShowAllFiles" if OnOff = "NO" or OnOff = "OFF" then set OnOff to "ON" else set OnOff to "OFF" end if do shell script "defaults write com.apple.finder AppleShowAllFiles " & OnOff tell application "Finder" to launch Finder can now see hidden files, then locate the /Volumes/ipod name/iPod_control/Music and whala!!! you can now do some cool things.... for all those people whose computer died and they had music on their ipod, they can now access it. For legal issues do not use this for transferring songs that are not yours I will post screen shots Edit: Does anyone now how to make things un-hidden so I can alway view my ipod music so I can turn off the view hidden files (gets annoying)???
__________________
My website Nikon D200, D70, 70-200mm VR, 18-200 VR, 50mm f/1.8, 18-70mm, 12-24mm. Maxed out 15" MBP Last edited by javabear90 : Jun 23, 2004 at 11:45 PM. |
|
|
|
|
#2 |
|
macrumors 65816
Join Date: May 2004
Location: Hamilton, Ontario (CANADA)
|
I just checked and enabling invisible/hidden files also allows acess to your music from an ipod. This is a useful way to transfer your music without having to use one of those annoying shareware programs.
__________________
Powermac G5 - Dual 2.5 GHz
SR Macbook Pro - 2.2GHz Xbox 360 30GB iPod Video Sony DCR-PC105 |
|
|
| ChrisFromCanada |
| View Public Profile |
| Find More Posts by ChrisFromCanada |
|
|
#3 |
|
macrumors 68020
Join Date: Jul 2003
Location: Los Angeles
|
Does anybody know the reasoning behind how the music is organized on the iPod? I've used Cocktail to do the same thing before and the music is in a million numbered folders, each with no more than about 40 songs in seemingly random order. It makes it hard to find what you're looking for--though maybe that's the point.
__________________
Trying to keep Microsoft out of my life. What's so bad about Microsoft? horrortaxi.net |
|
|
|
|
#4 | |
|
macrumors 68040
Join Date: Jul 2003
Location: Tampere, Finland
|
Quote:
|
|
|
|
|
|
#5 | |
|
macrumors 65816
|
Quote:
__________________
" Only two things are infinite, the universe and human stupidity, and I'm not sure about the former" Albert Einstein one of the videos I made |
|
|
|
| abhishekit |
| View Public Profile |
| Find More Posts by abhishekit |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|