Rockbox Technical Forums

Support and General Use => User Interface and Voice => Topic started by: BarryK on November 01, 2004, 05:45:58 PM

Title: Long file names & random copy
Post by: BarryK on November 01, 2004, 05:45:58 PM

I have Jukebox Recorder 20.  Here are two general questions:

1)  Some of my mp3's are from E-Music.com and have up to 137 characters
in the file name.  Delimiter between words is '_' instead of blank.
Does my Archos with RockBox mind these long file names?  What is best
and simple PC program to convert file names to only artist and title?

2)  I have archive of over 10K mp3's and want a PC program to copy
a random subset to my Archos.  Each Archos DIR will hold 1K songs.  Will
copy 3K to 4K songs to the Archos.  PROCEDURE:  Tell PC program to pick
1K songs randomly from the archive drive and copy to Archos DIR 1.  Then
tell PC program to pick another random 1K (but none of the first 1K) and
copy to DIR 2.  Continue until all Archos space used.  I looked all over
the web and found no such program.  Any recommendations?

Thanks, Barry.
Title: Re: Long file names & random copy
Post by: LinusN on November 01, 2004, 06:47:04 PM
Rockbox handles filenames up to the maximum length set by the FAT specification, which says that the full path including the drive letter must not exceed 260 characters.

I haven't heard of such a PC program. Sounds like a good job for a Perl script.