Thursday, July 2, 2020

Use VLC to randomly play ALL media files inside a folder

Have you ever wonder to put all the media files (e.g. mp3 songs or MTV in mp4 format) in a folder as an album and then let VLC to play them one by one randomly?

Under Win7, here is the simple way.

Assuming that VLC is installed in the folder "C:\Program Files\VideoLAN\VLC", then:
  1. Put all your favourite mp3 or mp4 files inside a folder named, for example, C:\MySongs
  2. In your Win7 desktop, create a short cut ...
  3. In the location:
    "C:\Program Files\VideoLAN\VLC\vlc.exe" --random --zoom=1  --volume=256 "C:\MySongs"
  4. Click the Next button
  5. Then, input the following as the name of the shortcut:
    VLC Play Randomly
  6. Click the Finish button
It is all done!

Now, just double-click this shortcut will call-up VLC to randomly play all files inside this folder.   You can even create sub-folders to organize your songs.

Alvin SIU
2020-07-02

Copyright/Licence Information:
All information and coding in this article is offered at no charge for NON-COMMERCIAL PERSONAL USE only.
This blog and the coding is copyright.
Reproduction of this blog and its coding in whole or in part in paper or digitally or in any other forms without the explicit written permission of the author is strictly prohibited.

Disclaimer:
All information in this article is distributed "as is" and is UNSUPPORTED.
NO WARRANTY of any kind is expressed or implied.
You use AT YOUR OWN RISK.
The author will not be liable for any data loss, damages, and loss of profits or any other kind of tangible or intangible loss while using or misusing wholly or partly of the information.

No comments:

Duplicate Open Current Folder in a New Window

Sometimes after I opened a folder in Win7, I would like to duplicate open the same folder again in another explorer window. Then, I can ope...