Code Sample |
mpg123 -Z --list list.m3u -s | lame -r <additoinal switches> - - | poc <switches> |
Code Sample |
mpg123 --list mylist.m3u -Zq -w - | lame -b 32 -q 9 - lowq.mp3 |
Quote |
What should a poc playlist look like? This is probably the most important issue. |
Quote |
Why are you using that redundant cat command? |
Code Sample |
wget -O - http://palm.zapto.org:8888/vast/recurse.m3u | less |
Code Sample |
/home/dsl/music/part1.txt /home/dsl/music/part2.txt |
Code Sample |
cat `cat index.txt` >> part1_and_part2.txt |
Quote |
Do you already have playlists made that you're trying to convert? |
Quote |
Is creating a playlist from scratch an option? |