Re: bash scripting: mplayer command line playlist

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Mike Hoy
日付:  
To: plug-discuss
古いトピック: Re: bash scripting: mplayer command line playlist
題目: Re: bash scripting: mplayer command line playlist
Nathan England wrote:

>This is what I do...
>
>All my mp3/ogg whatevers are in a folder called /mnt/mp3
>
>I run 'find /mnt/mp3 | tee playlist.txt'
>then 'mplayer -shuffle --playlist playlist.txt'
>
>It's works pretty simply.
>
>Nathan
>
>
>

man it takes me a while to get back to emails sometimes...

anyway, Nathan, thanks for this. it's working great for me.

the only thing that I Had to do differently was

$find *.mp3 music/ | tee playlist.txt

and then mplayer -shuffle --playlist playlist.txt

i guess because i had other stuff in there besides music files that
mplayer was complaining about.

mike hoy
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss