File list shuffler / Randomizer

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

Then you could burn randomized MP3's to a CD
Your player does not support shuffle play?? Hard to believe...
I switched to Linux, bye and thanks for all the fish!
Lan
Junior Member
Junior Member
Posts: 17
Joined: 2005-02-14, 11:59 UTC
Location: Denmark

Post by *Lan »

2SanskritFritz
SanskritFritz wrote:
Then you could burn randomized MP3's to a CD
Your player does not support shuffle play?? Hard to believe...
Many/some CD players capable of playing MP3's do indeed have a shuffle function. However, using that functionality you will be listening to a lot of silence because of the track search time. It's much faster for a CD player to play one MP3 after the other in the order they are burned to the CD. This omits the search time and gives you a much more pleasent transition between tracks.

Another example: When you listen to each number one by one, you can change CD or fill up your flash MP3 player with new songs when the last song is reached. You do not have that possibility when using the shuffle function in the players -> you never know when you have heard all the songs on the player.

LAN
DWA
Junior Member
Junior Member
Posts: 3
Joined: 2005-03-29, 12:14 UTC

Post by *DWA »

Loc2262 wrote:Yepp I'll fine-tune it a bit and put it up on my website the next days. I'll announce that here in this thread then.
Frank:

Anything further on your random file generator software?

DWA

P.S. Where exactly is Reinbach? Near Baden Baden? I spent six years flying in Germany with the Cdn Air Force out of Zweibrucken and Baden Soelingen.
Loc2262
Member
Member
Posts: 124
Joined: 2005-01-26, 01:59 UTC

Post by *Loc2262 »

DWA wrote:Anything further on your random file generator software?
I just put it up for download, you can get it here:

http://www.tiasoft.de/files/CopyRandom.rar

Start the exe without parameters for a help screen.
P.S. Where exactly is Reinbach?
It's about 25km southwest of the former capital Bonn.
Gruß,
Frank
DWA
Junior Member
Junior Member
Posts: 3
Joined: 2005-03-29, 12:14 UTC

Post by *DWA »

2Loc2262

Frank:

I could use a little help with your randomizer software, if you would be so kind.
I've downloaded it, unpacked it and filed copyrandom.exe into a directory "A". I've moved 200+ music files into a directory "S" (source), and have created a target directory "T" for the randomized foles. All directories are on the C:\ drive.
How do I enter a command statement reflecting the directories I've described above into the command line in Total Commander which starts with C:\A> ?
Loc2262
Member
Member
Posts: 124
Joined: 2005-01-26, 01:59 UTC

Post by *Loc2262 »

To copy 200 MB:
C:\A\CopyRandom.exe C:\S C:\S C:\T 200

The meaning of the first two parameters is this: the first is the base path, the second the source path. They're normally concatenated, but if the source path starts with the same chars as the base path, those chars are ignored.

It's useful for the /U option. Let's say you have a directory C:\MP3, and under that a directory ROCK, and there 1.mp3, 2.mp3 and 3.mp3. You want to copy files from there to D:\RANDOM. If you do this:

CopyRandom.exe C:\MP3\ROCK C:\MP3\ROCK D:\RANDOM 200

the files will be directly copied to D:\RANDOM. If you do this:

CopyRandom.exe C:\MP3 ROCK D:\RANDOM 200 /U

the directory ROCK will be automatically created in D:\RANDOM and the files be put there.

Other example:

CopyRandom C:\MP3\ROCK C:\MP3\ROCK D:\RANDOM 200

C:\MP3\ROCK\80s\1.mp3 --> D:\RANDOM\80s\1.mp3
C:\MP3\ROCK\80s\2.mp3 --> D:\RANDOM\80s\2.mp3
C:\MP3\ROCK\80s\3.mp3 --> D:\RANDOM\80s\3.mp3

CopyRandom C:\MP3 ROCK D:\RANDOM 200 /U

C:\MP3\ROCK\80s\1.mp3 --> D:\RANDOM\ROCK\80s\1.mp3
C:\MP3\ROCK\80s\2.mp3 --> D:\RANDOM\ROCK\80s\2.mp3
C:\MP3\ROCK\80s\3.mp3 --> D:\RANDOM\ROCK\80s\3.mp3
Gruß,
Frank
TWiStErRob
Junior Member
Junior Member
Posts: 16
Joined: 2005-04-04, 13:41 UTC
Location: Hungary
Contact:

Solution without external programs since 7.51 beta 4

Post by *TWiStErRob »

Just use the built-in Multi-Rename Tool and add the placeholder

Code: Select all

[=tc.random number]
wherever you want it.
Post Reply