|
From: Anthony F. <ant...@ya...> - 2008-01-28 14:19:18
|
One good solution is to use a program called fatsort afterwards. It will
reorders the FAT file system according to file name. From the README:
FATSort is a utility to sort FAT16 and FAT32 partitions (I found
FAT12 a little bit too complicated, so I didn't implement it).
It even can handle long file name entries. It was developed
because I wanted to sort my MP3 files on my MP3 hardware player.
Unfortunetly, there was no utility out there so far, so I had to
write it myself. FATSort reads the boot sector and sorts the
directory structure. FATSort is released under GPL.
On 28 Jan 2008 at 08:19:20, Wilco Beekhuizen wrote:
> Well that's a typical nautilus problem. You could drag and drop them
> one by one but that sucks of course.
> It seems like a nautilus bug to me. Anyway you can always use the shell to do it
>
> 2008/1/28, chombee <ch...@ne...>:
> >
> > On Mon, 2008-01-28 at 10:08 +0100, Wilco Beekhuizen wrote:
> > > Well this is a general problem with USB mp3 players, not particulary
> > > related to Iriver or nautilus.
> > >
> > > One way to solve this is to first create a directory for your music
> > > and then copy files to it. It works excellent from the console,
> > > probably from nautilus to.
> > >
> > > This is what I mean:
> > > # cd /mnt/mp3 (or wherever it is mounted)
> > > # mkdir "Supermusic from a new album"
> > > # cd "Supermusic from a new album"
> > > # cp /mnt/data/mp3/* .
> > >
> > > Now you have first created and entered a directory and after that cp
> > > follows the alphabetical order of the files. Copying a directory
> > > follows the order they are stored physically (that might be total
> > > nonsense for humans) and copying files follows the alphabetical naming
> > > conventions.
> > >
> > > I hope for you a similar approach works with nautilus.
> >
> > So you're saying that instead of dragging a folder to the device, I
> > should create a new folder on the device, then open my folder on my
> > machine, select all the files inside it, and drag them over to the
> > folder on the device?
> >
> > I tried this with nautilus and it turns out it copies the files in
> > reverse order of filename. The iriver then plays them in reverse order!
> >
> > It sounds like there might be some sort of solution here though.
> >
> > I've been told that using rsync to copy the files will work, but haven't
> > tried it yet.
> >
> >
> >
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Ifp-driver-common mailing list
> Ifp...@li...
> https://lists.sourceforge.net/lists/listinfo/ifp-driver-common
|