Just checking if the original poster ever figured this out. I have the exact same issue.
Thanks.
Categories: Sansa Clip / Clip +
I have used iTunes to convert AAC files to MP3 files and used Finder (I'm on a Mac) to drag the mp3's to the Sansa Clip. It somehow creates an extra unknown file for each song that starts with "._" They do not show up in the finder so I cannot figure out how to delete them. They are only one second long or so and we are not able to delete them while in playback mode. Any ideas how to get rid of them or why they are created in the first place?
No, I did not. We've just ignored it for now. Would love to figure it out!
MacOS X creates two files whenever it creates a file on certain file systems (including the one on your MP3 player). One includes the actual file data, and one is a resource file (also called a resource fork) that contains information about the file (like file name, dates, other metadata, icons).
You can delete them, but not with a Mac (on Macs, these two files are treated as if they are the same file when the finder displays files).
I have a Clip+ with an additional 4GB memory card named "SDHC4".
After syncing the Clip+ I use a small script to clean up the OS X specific ._ files.
Copy the code below and save it as a text-only file with ".command" as file extension, e.g. "Sansa eject.command". Double click the file to remove the ._ files and to eject the player.
If you don't have a memory card remove the line "for disc in {"SANSA CLIPP","SDHC4"}" and the line "done" from the script - if your memory card has a different name change "SDHC4" to the name of your card.
#! /bin/sh
for disc in {"SANSA CLIPP","SDHC4"}
do
echo
echo "Cleaning up $disc";
echo "Deleting OS X specific directories"
/usr/bin/find /Volumes/"$disc"/ \( -name ._* -o -name "__MACOSX" -o -name ".DS_Store" -o -name ".Trashes" -o -name ".fseventsd" -o -name ".Spotlight-V100" \) -depth -exec rm -rf {} \;
echo "Ejecting volume $disc"
diskutil eject "$disc"
done
I also have a Clip+ and tried with the above script...unsuccessfully :(
Here is what I get:
Users/myname/Desktop/sansaeject.command ; exit;
MacBook:~ myname$ /Users/myname/Desktop/sansaeject.command ; exit;
/Users/myname/Desktop/sansaeject.command: line 1: {rtf1ansiansicpg1252cocoartf1038cocoasubrtf360: command not found
/Users/myname/Desktop/sansaeject.command: line 2: syntax error near unexpected token `}'
/Users/myname/Desktop/sansaeject.command: line 2: `{\fonttbl\f0\fmodern\fcharset0 Courier;}'
logout
[Processo completato]
As I don't have a memory card I removed the 2 mentioned lines
I have some problem with some mp3 files that dont show the correct "Genres"
How can I fix that problem
RSS