SOLVED
I got this to work. Here's the script:
-------
#!/bin/sh
rhythmbox $1
cat $1 | grep ^File | head -1 | awk -F= '{print $2}' | xargs -i
rhythmbox-client --play-uri={}
-------
I installed this as /usr/local/bin/rhythmbox-wrapper and made it
executable with chmod +x /usr/local/bin/rhythmbox-wrapper. Then, just
click the pls file link on the website. When Firefox asks you what to do
with the file, specify "other" and point to /usr/local/bin/rhythmbox-
wrapper.
Cheers!
--
rhythmbox doesn't do anything with .pls given on the command line
https://bugs.launchpad.net/bugs/62430
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs