FRee-K Sounds News

What's New, What's Cool about the Netlabel FRee-K Sounds? Here is the place to read more.

← FRee-K Sounds Homepage

Bash tip: Convert whole playlist

Posted on Januar, 03. 2011 at 23:00 » Blog

Here is a little Bash tip as english translation of an article by the german partner radio frei²: Converting all audio files within a M3U playlist in a fast and easy way. In the following example we want to decode all FLAC files into WAV for burning an audio CD:

while read line; do flac -d "$line"; done < PLAYLIST.M3U

The file PLAYLIST.M3U is in the so-called "simple M3U format". That means, each line of the playlist contains exactly one audio file name.


Pingbacks

  1. Twitter Trackbacks for Bash tip: Convert whole playlist - FRee-K Sounds News [free-k-sounds.net] on Topsy.com

Comments

Your comment

… is awaiting moderation

How to use BBcode?


 

. Bis auf den Kommentartext sind alle Angaben freiwillig, neben dem Zeitpunkt des Kommentars werden keine weitere Daten gespeichert. Weitere Informationen findest du in der Datenschutzerklärung.