When I load songs to my Clip+ a lot of them won’t play. Twice I’ve deleted everything, reripped the files as MP3s, and reloaded them. Both times it happened again - but it’s not always the same songs. I can’t figure out what the difference is. It’s happening with songs I downloaded from Amazon.com as well as with songs I ripped from CDs that I own. When I look at the file information on my computer, all the songs appear to be identical in format. I removed all extraneous characters from the file names. The only thing that sets the songs apart is that when they come up on the display of the player there’s an underscore in front of the file name. Like “._Song 2” But that doesn’t show up when I connect the player to the computer and look at the songs in the music file, so I can’t identify the songs.
All I want is for my player to have only files it will actually play on it for when I workout. Any ideas why this is happening and how to fix it?
are you using a MAC to load the songs? if so the files that start with ._ are created by the MAC when it writes to a DOS file system. There is not much you can do to avoid having these files copied and they are a nuisance since the clip will freeze if it tries to play one of these files. If you have a PC set it to show hidden files and folders and connect the clip and delete the files that start with a ._ (note that these are not actually songs just files used by finder for indexing) if all you ahve is a MAC then you may need a program that will copy the files for you. do a google search for kopymac. it is a program that will copy the files without the ._
kopymac is probably the easiest way but if you are comfortable with terminal you can try this as well.
There is a command called dot_clean that can be used to cleanup the dot-underscore files after those files are already moved to the externalstorage. (dot_clean /path/storage/)
There is also a Terminal command to prevent the .DS_Store to be created as well.
3. Either restart the computer or log out and back in to the user account.
If you want to prevent .DS_Store file creation for other users on the same computer, log in to each user account and perform the steps above—or distribute a copy of the newly modified com.apple.desktopservices.plist file to the ~/Library/Preferences folder ofother user accounts.
3. Either restart the computer or log out and back in to the user account.
If you want to prevent .DS_Store file creation for other users on the same computer, log in to each user account and perform the steps above—or distribute a copy of the newly modified com.apple.desktopservices.plist file to the ~/Library/Preferences folder ofother user accounts."