OUR NETWORK:DVRplayground TechLore MyOpenRouter Explore3DTV MediaSmart Home See all... About UsAdvertiseContact Us

 
Learn about scoring Forum's Raw Score: 68012.3
December 27, 2010 11:09 AM

Categories: Sansa Clip / Clip +

Rating (0 votes)
  • 1
  • 2
  • 3
  • 4
  • 5
Rate This!

Member Avatar

mom7011

Member
Joined: 12/27/2010

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?

Discussion:    Add a Comment | Comments 1-7 of 7 | Latest Comment

February 20, 2011 8:28 AM

Just checking if the original poster ever figured this out. I have the exact same issue.

Thanks.

February 20, 2011 2:57 PM

No, I did not.  We've just ignored it for now.  Would love to figure it out!

March 2, 2011 5:05 PM

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).

April 18, 2011 1:57 PM updated: April 18, 2011 2:04 PM

*** see below ***

April 18, 2011 2:00 PM

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

July 27, 2011 11:23 AM

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

August 11, 2011 10:09 PM

I have some problem with some mp3 files that dont show the correct "Genres"
How can I fix that problem

Discussion:    Add a Comment | Back to Top | Comments 1-7 of 7 | Latest Comment

Add Your Reply

(will not be displayed)

Email me when comments are added to this thread

 
 

Please log in or register to participate in this community!

Log In

Remember

Not a member? Sign up!

Did you forget your password?

You can also log in using OpenID.

close this window
close this window