Comment 45 for bug 62430

Revision history for this message
warelock (k36khqu02) wrote : Re: rhythmbox doesn't do anything with .pls given on the command line

UPDATE

Sorry... A slight change is required:

-------

#!/bin/sh
rhythmbox $1 &
cat $1 | grep ^File | head -1 | awk -F= '{print $2}' | xargs -i rhythmbox-client --play-uri={}

-------