Sorted copy or sort FAT according to current file sorting

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
mrkstr
Junior Member
Junior Member
Posts: 2
Joined: 2015-12-26, 16:45 UTC

Sorted copy or sort FAT according to current file sorting

Post by *mrkstr »

Hi,

I've just tried to get my brand new mp3 player (merry xmas btw) to work, and stumbled upon a limitation of this gadget. The titles are always played in the order, they're copied to the player.

If you copy a directory tree with TC, sub directories are copied unsorted too, which might lead to unexpected results when the tracks aren't created in track order. This is always the case, if one uses a multi threaded mp3-compressor.

My current workaround is a batch file which creates copies of the files in the desired order and deletes the originals. But hey- TC could be the perfect tool for such a job...

Suggestion A:
TC should be able to copy directory trees according to the sort order defined in the source tab. The same sort order must be applied to the contents of the sub directories too.

Suggestion B:
TC should be able to resort the FAT of an existing directory tree according to a configurable criteria. This would be extremely useful for existing large collections.

Regards
mrkstr
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

You should take a look on SubdirCopyOrder parameter of wincmd.ini:
TOTALCMD.chm section 4.b wrote:SubdirCopyOrder=4
Order in which files in subdirs are copied:
4: Unsorted
0..3: Ascending by name, ext, size, date/time
-1..-4: Descending by name, ext, size, date/time
5: The same as in the active panel (no custom columns or add. sort orders)
Try to set it to 5.
mrkstr
Junior Member
Junior Member
Posts: 2
Joined: 2015-12-26, 16:45 UTC

Post by *mrkstr »

Great, didn't know that. Thanks a lot.
Post Reply