Farid Ahmadian / General

Mplayer

Public domain


Play shuffle

#!/bin/bash
CWD=$(pwd)
find "${CWD}" -type f -maxdepth 1 > ~/.playlist.txt
mplayer -shuffle -loop 0 -playlist ~/.playlist.txt

Config File

~/.mplayer/config

volume=100

BY: Pejman Moghadam, Farid Ahmadian
TAG: mplayer, shuffle
DATE: 2012-01-25 16:17:08


Farid Ahmadian / General [ TXT ]

With many thanks and best wishes for dear Pejman Moghadam, someone who taught me alot in linux and life :)