My Blog

My WordPress Blog

Tag: scripting


  • M3u is brilliant in its simplicity

    I was all like, “I need to write a perl script to make these M3u playlists”… then reality hit me and was all “Dumbass.  OS X is Unix.  Use IO redirection and pipes”.  This shell command creates a playlist from files in the current directory. ls | grep -v *.m3u | cat – > playlist.m3u…